Re: cataloguing NOT NULL constraints

2023-08-05 Thread Dean Rasheed
nt on the parent should have caused the NOT NULL constraint on the child to have been deleted (in the same way as it would have been, if it had been a NOT NULL constraint on the parent). Regards, Dean

[webkit-changes] [WebKit/WebKit] 17723a: Media: Update fullscreen controls for 1360 PPM

2023-08-04 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 17723aacd5f56e3299fbe876bed81b7c2bac02b2 https://github.com/WebKit/WebKit/commit/17723aacd5f56e3299fbe876bed81b7c2bac02b2 Author: Dean Jackson Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M

Re: RFR: 8313785: Fix -Wconversion warnings in prims code

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 14:37:07 GMT, Coleen Phillimore wrote: > This patch fixes Wconversion in code in the src/hotspot/share/prims > directory. Most of the changes correct the types. jfieldID's are created > with the int offset returned by InstanceKlass::field_offset(). > int

Re: RFR: 8313785: Fix -Wconversion warnings in prims code

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 14:37:07 GMT, Coleen Phillimore wrote: > This patch fixes Wconversion in code in the src/hotspot/share/prims > directory. Most of the changes correct the types. jfieldID's are created > with the int offset returned by InstanceKlass::field_offset(). > int

Re: RFR: 8313785: Fix -Wconversion warnings in prims code

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 14:37:07 GMT, Coleen Phillimore wrote: > This patch fixes Wconversion in code in the src/hotspot/share/prims > directory. Most of the changes correct the types. jfieldID's are created > with the int offset returned by InstanceKlass::field_offset(). > int

Re: RFR: 8313785: Fix -Wconversion warnings in prims code

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 14:37:07 GMT, Coleen Phillimore wrote: > This patch fixes Wconversion in code in the src/hotspot/share/prims > directory. Most of the changes correct the types. jfieldID's are created > with the int offset returned by InstanceKlass::field_offset(). > int

Re: RFR: 8313785: Fix -Wconversion warnings in prims code

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 14:37:07 GMT, Coleen Phillimore wrote: > This patch fixes Wconversion in code in the src/hotspot/share/prims > directory. Most of the changes correct the types. jfieldID's are created > with the int offset returned by InstanceKlass::field_offset(). > int

Re: RFR: 8313554: Fix -Wconversion warnings for ResolvedFieldEntry [v4]

2023-08-04 Thread Dean Long
On Fri, 4 Aug 2023 17:05:55 GMT, Matias Saavedra Silva wrote: >> The recent change in >> [JDK-8301996](https://bugs.openjdk.org/browse/JDK-8301996) added more >> -Wconversion warnings that are addressed in this patch. The aforementioned >> change has overlooked inconsistencies with the types

[webkit-changes] [WebKit/WebKit] ab6f03: REGRESSION (265825@main): Safari CPU usage in Surf...

2023-08-03 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ab6f0338a00f9fa6773cd5f574b90b91f9f5b99f https://github.com/WebKit/WebKit/commit/ab6f0338a00f9fa6773cd5f574b90b91f9f5b99f Author: Dean Jackson Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M

Re: RFR: 8313554: Fix -Wconversion warnings for ResolvedFieldEntry [v2]

2023-08-03 Thread Dean Long
On Thu, 3 Aug 2023 20:53:56 GMT, Matias Saavedra Silva wrote: >> The recent change in >> [JDK-8301996](https://bugs.openjdk.org/browse/JDK-8301996) added more >> -Wconversion warnings that are addressed in this patch. The aforementioned >> change has overlooked inconsistencies with the types

Re: RFR: 8313554: Fix -Wconversion warnings for ResolvedFieldEntry [v2]

2023-08-03 Thread Dean Long
On Thu, 3 Aug 2023 19:15:30 GMT, Coleen Phillimore wrote: >> As far as I've designed it, only the last two bits of the flags are ever set >> or used. C++ booleans are either 0 or 1 so the higher bits should never be >> set. > > It is only two bits and the only variable here "is_final_shift" is

[webkit-changes] [WebKit/WebKit] ac4233: visionOS build broken after 266533@main

2023-08-03 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ac423361b4bbf1cad591675161c6d5f2cb4f7185 https://github.com/WebKit/WebKit/commit/ac423361b4bbf1cad591675161c6d5f2cb4f7185 Author: Dean Jackson Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M

Re: RFR: 8313554: Fix -Wconversion warnings for ResolvedFieldEntry

2023-08-03 Thread Dean Long
On Wed, 2 Aug 2023 19:15:24 GMT, Matias Saavedra Silva wrote: > The recent change in > [JDK-8301996](https://bugs.openjdk.org/browse/JDK-8301996) added more > -Wconversion warnings that are addressed in this patch. The aforementioned > change has overlooked inconsistencies with the types

Re: RFR: 8313554: Fix -Wconversion warnings for ResolvedFieldEntry

2023-08-03 Thread Dean Long
On Wed, 2 Aug 2023 19:15:24 GMT, Matias Saavedra Silva wrote: > The recent change in > [JDK-8301996](https://bugs.openjdk.org/browse/JDK-8301996) added more > -Wconversion warnings that are addressed in this patch. The aforementioned > change has overlooked inconsistencies with the types

Re: Performance degradation on concurrent COPY into a single relation in PG16.

2023-08-01 Thread Dean Rasheed
ible, even though the numutils source is the same in both branches, and using gdb to dump the disassembly for pg_strtoint32_safe() shows that it's also the same. Anyway, insofar as these results can be trusted, fastpath4.patch looks good. Regards, Dean

Re: Performance degradation on concurrent COPY into a single relation in PG16.

2023-08-01 Thread Dean Rasheed
t check isn't quite right, because "ptr" will not equal "s" if there is a sign character, so it won't detect an input with no digits in that case. Regards, Dean

[webkit-changes] [WebKit/WebKit] 416f23: AR issues. Right after opening the USDZ and GLB fi...

2023-07-31 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 416f2342d7bf83b5381e371315b4292fc6a75a56 https://github.com/WebKit/WebKit/commit/416f2342d7bf83b5381e371315b4292fc6a75a56 Author: Dean Jackson Date: 2023-07-31 (Mon, 31 Jul 2023) Changed paths: M

[Cscwg-public] Ballot CSCWG-19 Voting results

2023-07-31 Thread Dean Coclin via Cscwg-public
. Half of currently active Members as of the start of voting was 10, so quorum was 5 votes - quorum was met." Dean Coclin CSCWG Chair smime.p7s Description: S/MIME cryptographic signature ___ Cscwg-public mailing list Cscwg-

[webkit-changes] [WebKit/WebKit] fdd0bc: Canvas does not show results of CanvasRenderingCon...

2023-07-28 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fdd0bc163f50cc35458a06481a7cc3df056c16a5 https://github.com/WebKit/WebKit/commit/fdd0bc163f50cc35458a06481a7cc3df056c16a5 Author: Dean Jackson Date: 2023-07-28 (Fri, 28 Jul 2023) Changed paths: M

[Cscwg-public] REMINDER: Voting ENDS MONDAY for Ballot CSC-19 - Remove TLS BR References

2023-07-28 Thread Dean Coclin via Cscwg-public
REMINDER: VOTING CLOSES MONDAY. PLEASE VOTE TO MAKE SURE WE GET A QUORUM Dean Coclin CSCWG Chair From: Cscwg-public On Behalf Of Dimitris Zacharopoulos (HARICA) via Cscwg-public Sent: Monday, July 24, 2023 5:02 AM To: cscwg-public@cabforum.org Subject: [Cscwg-public] Voting Begins

[Cscwg-public] Final minutes of CSCWG Meeting July 13, 2023

2023-07-28 Thread Dean Coclin via Cscwg-public
CABF - CSCWG - Thu 13 July, 2023 - Code Signing WG Meeting Attendance: Andrea Holland (VikingCloud), Atsushi INABA (GlobalSign), Corey Bonnell (DigiCert), Dean Coclin (DigiCert), Dimitris Zacharopoulos (HARICA), Inigo Barreira (Sectigo), Mohit Kumar (GlobalSign), Scott Rea (eMudhra), Tim

[Elisa] [Bug 417284] Support for the "just play literally any music, and keep going until i say stop" use case

2023-07-26 Thread Dylan Dean
https://bugs.kde.org/show_bug.cgi?id=417284 Dylan Dean changed: What|Removed |Added CC||dylancvd...@gmail.com -- You are receiving

[Servercert-wg] Message

2023-07-26 Thread Dean Coclin via Servercert-wg
One of the new Interested Party members tried to post to the group but it bounced. I've asked Wayne to look at it but in the meantime, I'm reposting the message for him: I'd like to start some discussion on the WG's opinions of CAA for Tor hidden services, using my draft-ietf-acme-onion

[webkit-changes] [WebKit/WebKit] a6ab20: WebXR: Content is not loading in Private Browsing

2023-07-26 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a6ab20ed7b64f6163f87f90d10397ef5bd6c553a https://github.com/WebKit/WebKit/commit/a6ab20ed7b64f6163f87f90d10397ef5bd6c553a Author: Dean Jackson Date: 2023-07-26 (Wed, 26 Jul 2023) Changed paths: M

Re: cataloguing NOT NULL constraints

2023-07-26 Thread Dean Rasheed
table p(a int primary key); create table c() inherits (p); doing a pg_dump and restore fails to restore the NOT NULL constraint on c, because all constraints created by the dump are local to p. That's it for now. I'll try to do more testing later. Regards, Dean

Re: cataloguing NOT NULL constraints

2023-07-24 Thread Dean Rasheed
On Mon, 24 Jul 2023 at 17:42, Alvaro Herrera wrote: > > On 2023-Jul-24, Dean Rasheed wrote: > > > Something else I noticed: the error message from ALTER TABLE ... ADD > > CONSTRAINT in the case of a duplicate constraint name is not very > > friendly: > > > &g

[Cscwg-public] CSCWG Agenda

2023-07-24 Thread Dean Coclin via Cscwg-public
MINUTE TAKER: NEED A VOLUNTEER 1. Roll Call 2. Antitrust reminder 3. Approve prior meeting minutes - F2F, June 6th, July 7th 4. Adobe IP application 5. Status a. Ballot: Remove SSL BR References (Dimitris) b. Ballot: Signing Service (Bruce) c.

Re: cataloguing NOT NULL constraints

2023-07-24 Thread Dean Rasheed
me)=(16540, 0, nn) already exists. To match the error message for other constraint types, this should be: ERROR: constraint "nn" for relation "foo" already exists Regards, Dean

Re: cataloguing NOT NULL constraints

2023-07-24 Thread Dean Rasheed
On Thu, 20 Jul 2023 at 16:31, Alvaro Herrera wrote: > > On 2023-Jul-13, Dean Rasheed wrote: > > > Something else I noticed is that the result from "ALTER TABLE ... > > ALTER COLUMN ... DROP NOT NULL" is no longer easily predictable -- if > > there are multip

Re: cataloguing NOT NULL constraints

2023-07-24 Thread Dean Rasheed
On Thu, 20 Jul 2023 at 16:31, Alvaro Herrera wrote: > > On 2023-Jul-13, Dean Rasheed wrote: > > > I see that it's already been discussed, but I don't like the fact that > > there is no way to get hold of the new constraint names in psql. I > > think for the purposes of

Have LyX load fontspec automatically with no-math option

2023-07-23 Thread Michael Dean Pugh
Hello! Is there a way to get LyX to load fontspec with the no-math option from within LyX. I know that it loads fontspec automatically when I check the Use non-TeX fonts box in Document Settings -> Fonts and that is what I want. But I want to handle math entirely separately. I have found a

Re: MERGE ... RETURNING

2023-07-21 Thread Dean Rasheed
if it was, I think this syntax would potentially cause even more confusion). So really, I think "MERGE.action" is an abuse of the syntax, inconsistent with any other SQL syntax, and using functions is much more natural, akin to GROUPING(), for example. Regards, Dean diff --git a/doc/src/sgml/dml

Re: [OS-BUILD PATCHv2] redhat/configs: Cleanup CONFIG_I8K

2023-07-20 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2608#note_1479607902 @prarit, I agree with Peter's comment. Just make it all 'is not set'. ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: Performance degradation on concurrent COPY into a single relation in PG16.

2023-07-20 Thread Dean Rasheed
rst digit is '0'" tests for the unpatched code). Regards, Dean --- Here were my test results (where P1 is the "fix_COPY_DEFAULT.patch"), and I tested COPY loading 50M rows: HEAD + P1 = 7137.966 ms 7193.190 ms 7094.491 ms 7123.520 ms HEAD + P1 + pg_strtoint32_base_10_first.

[OS-BUILD PATCH 2/2] redhat/configs: disable pre-UVC cameras for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson redhat/configs: disable pre-UVC cameras for RHEL on aarch64 Disabling pre-UVC cameras for RHEL on aarch64 removes support of older cameras, which are unlikely to be found on new aarch64 systems. Signed-off-by: Dean Nelson diff --git a/redhat/configs/rhel/generic/arm/aarch64

[OS-BUILD PATCH 1/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64 Enabling media support for RHEL on aarch64 opens up the ability to support customer requested cameras. The other CONFIGS in this commit were added to eliminate the errors that arise during a 'make dist-configs

[OS-BUILD PATCH 0/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604 Enabling media support for RHEL on aarch64 opens up the ability to support customer requested cameras. The other CONFIGS in this commit were added to eliminate the errors that arise

Re: Performance degradation on concurrent COPY into a single relation in PG16.

2023-07-19 Thread Dean Rasheed
== 7780.126 ms 7786.427 ms 7775.047 ms 7785.938 ms So for me at least, just applying patch 1 gives the best results, and makes it slightly faster than PG15 (possibly due to 6b423ec677). Regards, Dean

[webkit-changes] [WebKit/WebKit] f0359f: Translator: Limit variable sizes vs uint overflow

2023-07-18 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f0359fbb43df03a64de57551c11c4d3f17bd8f5b https://github.com/WebKit/WebKit/commit/f0359fbb43df03a64de57551c11c4d3f17bd8f5b Author: Dean Jackson Date: 2023-07-18 (Tue, 18 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] a5aad7: CrashTracer: com.apple.WebKit.WebContent at CoreGr...

2023-07-17 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a5aad74576d8c44d3fff0d5b50bbffc485e6ac62 https://github.com/WebKit/WebKit/commit/a5aad74576d8c44d3fff0d5b50bbffc485e6ac62 Author: Dean Jackson Date: 2023-07-17 (Mon, 17 Jul 2023) Changed paths: R

Re: Talk to mouse || ID a mouse

2023-07-14 Thread Thomas D. Dean
On 7/14/23 05:37, Todd Gruhn wrote: I found and buy a mouse. ON MOUSE: Logitech 6 keys to touch Name / word on top "DARK FIELD" Name / word op bottom "Anywhere MX" It is wire-less; has a eye (lost this name) on bottom It will not work / talk to X-windows. Any help

Re: MERGE ... RETURNING

2023-07-14 Thread Dean Rasheed
On Thu, 13 Jul 2023 at 20:14, Jeff Davis wrote: > > On Thu, 2023-07-13 at 18:01 +0100, Dean Rasheed wrote: > > For some use cases, I can imagine allowing OLD/NEW.colname would mean > > you wouldn't need pg_merge_action() (if the column was NOT NULL), so > > I > >

[webkit-changes] [WebKit/WebKit] c7ca29: AR View closes instead of showing 3D asset - Mobil...

2023-07-13 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c7ca29832dcbf36dc2c8ee92f42b7c3aae2abf9e https://github.com/WebKit/WebKit/commit/c7ca29832dcbf36dc2c8ee92f42b7c3aae2abf9e Author: Dean Jackson Date: 2023-07-13 (Thu, 13 Jul 2023) Changed paths: M

Re: MERGE ... RETURNING

2023-07-13 Thread Dean Rasheed
e a better name. It's still quite long, but it's the best I can think > > of. > > How about pg_merge_match_number() or pg_merge_ordinality()? I think "match_number" is problematic, because it might be a "matched" or a "not matched" action. "when_clause" is the term used on the MERGE doc page. Regards, Dean

Re: MERGE ... RETURNING

2023-07-13 Thread Dean Rasheed
use cases, I can imagine allowing OLD/NEW.colname would mean you wouldn't need pg_merge_action() (if the column was NOT NULL), so I think the features should work well together. Regards, Dean

[Cscwg-public] CSCWG Final Minutes June 29, 2023

2023-07-13 Thread Dean Coclin via Cscwg-public
Code Signing WG Meeting: June 29th, 2023 Attendance: Roberto Quiñones (Intel), Corey Bonnell (DigiCert), Dean Coclin (DigiCert), Andrea Holland (VikingCloud), Janet Hines (VikingCloud), Atsushi INABA (GlobalSign), Bhat Abhishek (eMudhra), Bruce Morton (Entrust), Mohit Kumar (GlobalSign), Tim

Re: MERGE ... RETURNING

2023-07-13 Thread Dean Rasheed
RETURNING list, which might consider a parallel plan. Since these functions rely on access to executor state that isn't copied to parallel workers, they must be run on the leader, hence I think PARALLEL RESTRICTED is the right level to use. A similar example is pg_trigger_depth(). > --- error when using MERGE support functions outside MERGE > -SELECT pg_merge_action() FROM sq_target; > > I believe it would be worthwhile to keep a record of the expected > outputs of these invocations in the tests, just in case they change > over time. > Yeah, that makes sense. I'll post an update soon. Regards, Dean

Re: cataloguing NOT NULL constraints

2023-07-13 Thread Dean Rasheed
re multiple NOT NULL constraints on the column, it just drops one (chosen at random?) and leaves the others. I think that it should either drop all the constraints, or throw an error. Either way, I would expect that if DROP NOT NULL succeeds, the result is that the column is nullable. Regards, Dean

[Kernel-packages] [Bug 2027634] [NEW] package linux-image-6.2.0-25-generic 6.2.0-25.25 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with return code 11

2023-07-12 Thread David Dean
Public bug reported: Not sure what caused this bug. The reporting dialog was on my screen when I unlocked the PC. ProblemType: Package DistroRelease: Ubuntu 23.04 Package: linux-image-6.2.0-25-generic 6.2.0-25.25 ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6 Uname: Linux

Re: [GNC] Equity Account "problem"

2023-07-11 Thread Dean Gibson
There is no work-around because you do not understand the *BASICS *of accounting.  I would suggest a good book (there are many). On 2023-07-11 15:48, Default User wrote: Hi! Is there a way to have Gnucash 4.13 (Debian GNU/Linux 12 Bookworm) automatically calculate, and update "Equity" in the

Re: MERGE ... RETURNING

2023-07-07 Thread Dean Rasheed
, the comparison operator should be >=. There > are a few more occurrences of this comparison in the rest of the file, > that need the same treatment. > I changed the new tests to use ">= 2" (and the COPY test now returns 3 rows, with an action of each type, which is ea

[prometheus-users] How to override severity of a built in alert?

2023-07-03 Thread David Dean
Hi - How can I modify the severity of built in alert KubeJobFailed from warning to info? I don't want to change anything else about the built in alert, only the severity. And I only want to change the one alert, KubeJobFailed, not any other. I need to change the severity to info so PagerDuty

Stus-List Re: Water in mast step

2023-07-02 Thread Dean McNeill via CnC-List
Thanks all… some great ideas! Dean > On Jul 2, 2023, at 9:58 PM, John Read via CnC-List > wrote: > > On my 34 while the mast was out I drilled 2 small holes in the aft “wall” and > forced in 2 small plastic tubes so the water dripped into the bilge. Also > drilled a small

Stus-List Water in mast step

2023-07-02 Thread Dean McNeill via CnC-List
I have a 1980 C 34. Keel stepped mast step gets water (from mast) and I’m wondering if it’s okay / advisable to drill a small hole in the metal step so the the water will drain into the bilge? Dean BarraWind C, Halifax NS _ From Dean’s mobile 902 489 8556 Please show your appreciation

Re: MERGE ... WHEN NOT MATCHED BY SOURCE

2023-07-01 Thread Dean Rasheed
On Tue, 21 Mar 2023 at 12:26, Alvaro Herrera wrote: > > On 2023-Mar-21, Dean Rasheed wrote: > > > Looking at it with fresh eyes though, I realise that I could have just > > written > > > > action->qual = make_and_qual((Node *) ntest, action->qual)

Re: MERGE ... RETURNING

2023-07-01 Thread Dean Rasheed
On Mon, 13 Mar 2023 at 13:36, Dean Rasheed wrote: > > And another rebase. > I ran out of cycles to pursue the MERGE patches in v16, but hopefully I can make more progress in v17. Looking at this one with fresh eyes, it looks mostly in good shape. To recap, this adds support for the

[webkit-changes] [WebKit/WebKit] 6bd11f: Canvas context allocation fails because "Total can...

2023-06-29 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6bd11f3792f05b4e58e5647bf173212879fa62cc https://github.com/WebKit/WebKit/commit/6bd11f3792f05b4e58e5647bf173212879fa62cc Author: Dean Jackson Date: 2023-06-29 (Thu, 29 Jun 2023) Changed paths: M

Re: RFR: 8310948: Fix ignored-qualifiers warning in Hotspot

2023-06-28 Thread Dean Long
On Tue, 27 Jun 2023 12:22:43 GMT, Daniel Jeliński wrote: > Please review this attempt to fix ignored-qualifiers warning. > > Example warnings: > > src/hotspot/share/oops/method.hpp:413:19: warning: 'volatile' type qualifier > on return type has no effect [-Wignored-qualifiers] >

Re: RFR: 8310948: Fix ignored-qualifiers warning in Hotspot

2023-06-28 Thread Dean Long
On Tue, 27 Jun 2023 12:22:43 GMT, Daniel Jeliński wrote: > Please review this attempt to fix ignored-qualifiers warning. > > Example warnings: > > src/hotspot/share/oops/method.hpp:413:19: warning: 'volatile' type qualifier > on return type has no effect [-Wignored-qualifiers] >

[webkit-changes] [WebKit/WebKit] 40b644: Safari video playback and Youtube app playback usi...

2023-06-28 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 40b644b3f1961d26cf352fabbba261a3f5181419 https://github.com/WebKit/WebKit/commit/40b644b3f1961d26cf352fabbba261a3f5181419 Author: Dean Jackson Date: 2023-06-28 (Wed, 28 Jun 2023) Changed paths: M

Integrated: 8283551: ControlAcceleratorSupport menu items listener causes memory leak

2023-06-28 Thread Dean Wookey
On Thu, 16 Feb 2023 15:15:11 GMT, Dean Wookey wrote: > Each time a menu would change scenes, a new set of ListChangeListeners would > be added to the items in the menu. The bigger problem however is that these > list change listeners have a strong reference to the scene which is >

Re: [blink-dev] Re: Intent to Ship: Barcode Detection API

2023-06-27 Thread Matt Dean
Hi, is there any progress on shipping this to windows? Thanks Matt On Thursday, 9 December 2021 at 19:00:42 UTC Reilly Grant wrote: > Apologies, I spoke too soon. We'll be holding off shipping this on Windows > and Linux for the time being. Android, macOS and Chrome OS continue to > support

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-27 Thread Dean L via Users
4. Cheers! ... Dean ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidel

Re: Newtwork Marketing System

2023-06-20 Thread Dean Mahori
Hi anyone to teach me forex trading guys... On Thu, 15 Jun 2023, 11:36 Benjamin Schollnick, wrote: > Hi Everyone! > So I want to know how to implement a binary tree to a web app. > This is how the app works: > > — Person A opens an account > — Person A refers to people > — Person B invests,

[meteorite-list] Looking for Jeff Grossman

2023-06-19 Thread dean bessey via Meteorite-list
Is he still around?SincerelyDean__ Meteorite-list mailing list Meteorite-list@meteoritecentral.com https://pairlist2.pair.net/mailman/listinfo/meteorite-list

[dolphin] [Bug 471099] Tags can't be renamed nor be deleted

2023-06-17 Thread Dean Rikrik Ichsan Hakiki
https://bugs.kde.org/show_bug.cgi?id=471099 --- Comment #8 from Dean Rikrik Ichsan Hakiki --- (In reply to tagwerk19 from comment #7) > > ... 'balooctl status' took quite a long time to return the result ... > Balooctl is looking through the index and counting the files that s

[dolphin] [Bug 471099] Tags can't be renamed nor be deleted

2023-06-16 Thread Dean Rikrik Ichsan Hakiki
https://bugs.kde.org/show_bug.cgi?id=471099 --- Comment #6 from Dean Rikrik Ichsan Hakiki --- (In reply to tagwerk19 from comment #5) > > ... sorry if somehow I make this bug report section like a forum discussion > > and break any guidelines ... > First off, no worries.

[dolphin] [Bug 471099] Tags can't be renamed nor be deleted

2023-06-16 Thread Dean Rikrik Ichsan Hakiki
https://bugs.kde.org/show_bug.cgi?id=471099 --- Comment #4 from Dean Rikrik Ichsan Hakiki --- (In reply to tagwerk19 from comment #3) > There's layers > > If you want to start at the bottom and check, the tags are stored in xattr > and you can see them with: > >

[dolphin] [Bug 471099] Tags can't be renamed nor be deleted

2023-06-16 Thread Dean Rikrik Ichsan Hakiki
https://bugs.kde.org/show_bug.cgi?id=471099 --- Comment #2 from Dean Rikrik Ichsan Hakiki --- (In reply to tagwerk19 from comment #1) > > Note that (at least in my case) the two tags still remain, even though > > there's no file in the whole system that uses that tag > The Tags

[dolphin] [Bug 471099] New: Tags can't be renamed nor be deleted

2023-06-15 Thread Dean Rikrik Ichsan Hakiki
https://bugs.kde.org/show_bug.cgi?id=471099 Bug ID: 471099 Summary: Tags can't be renamed nor be deleted Classification: Applications Product: dolphin Version: 23.04.1 Platform: Manjaro OS: Linux Status:

[R] Why install.packages(repos = X) does not override the 'repos' R option?

2023-06-15 Thread Dean Attali
There is a default R option for which repos to install from - `getOption("repos")`. When installing a package using install.packages(), you can provide a `repos` parameter. The default value of that parameter is `getOption("repos")`. I assumed that this parameter would override the R option. In

Re: RFR: 8283551: ControlAcceleratorSupport menu items listener causes memory leak [v2]

2023-06-15 Thread Dean Wookey
On Wed, 1 Mar 2023 13:36:46 GMT, Kevin Rushforth wrote: >> Dean Wookey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added more comments and fixed IdentityWrapper hashcode. > > @arapte can you be the sec

[ovirt-users] Re: self-hosted engine with Local Storage

2023-06-14 Thread Dean L via Users
Yes. Your NFS target can be your local oVirt host. :) ... Dean ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https

[ovirt-users] Re: self-hosted engine with Local Storage

2023-06-14 Thread Dean L via Users
NFS will probably be your best option as there is no local disk storage in the traditional sense. ... Dean ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy

[ovirt-users] Re: self-hosted engine with Local Storage

2023-06-14 Thread Dean L via Users
Gosh Jorge... 1. Install the host (node) 2. Setup the storage 3. Run the engine-setup ... Dean ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html

[ovirt-users] Re: self-hosted engine with Local Storage

2023-06-14 Thread Dean L via Users
Of course you can. https://ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/index.html ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[MORPHMET2] FINAL CALL: 2023 Rohlf Medal: Call for Nominations

2023-06-13 Thread Adams, Dean [EEOB]
ions about this nomination or need information, please contact Dean Adams (Chair: dcad...@iastate.edu<mailto:dcad...@iastate.edu>). Dean Adams (on behalf of the Rohlf Medal committee) Dr. Dean C. Adams (he/him) Distinguished Professor of Evolutionary Biology Department of Ecology, Evolution

[PSES] AU/NZ Commercial-Industrial Power Plug

2023-06-12 Thread Dean Jurgensen
+PE) configuration or the 25A/240V plug (2P+PE) configuration? Thank You, Dean [https://connect.delta-q.com/hubfs/Logos%20(Delta-Q)/25-06-2012_Delta_Q_Corporate_Grey_Mango_Vertical.png] Dean Jurgensen Senior Regulatory Engineer Delta-Q Technologies Corp

RE: [MORPHMET2] Error message from geomorph.data.frame

2023-06-06 Thread Adams, Dean [EEOB]
specimen in the ‘species’ vector, but not in the corresponding site and shape components. When I try to combine these I get the same error you found: just as I should. Best, Dean ### data(plethodon) Y.gpa <- gpagen(plethodon$land) gdf <- geomorph.data.frame(Y.gpa, spec = plethodon$species

[webkit-changes] [WebKit/WebKit] 058ae5: WebGL in the GPUP should be enabled for watchOS

2023-06-02 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 058ae53cb190adaa2d5d51fa7f39cdc366b45a27 https://github.com/WebKit/WebKit/commit/058ae53cb190adaa2d5d51fa7f39cdc366b45a27 Author: Dean Jackson Date: 2023-06-02 (Fri, 02 Jun 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] d6ae25: WebXR: Severe aliasing in WebXR experiences (with ...

2023-06-02 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d6ae2528a9f3819005e08f9d5091ceff8b880fa8 https://github.com/WebKit/WebKit/commit/d6ae2528a9f3819005e08f9d5091ceff8b880fa8 Author: Dean Jackson Date: 2023-06-02 (Fri, 02 Jun 2023) Changed paths: M

Stus-List Re: Finally we have launched for the season!

2023-05-24 Thread Dean McNeill via CnC-List
Beautiful Mike! Will keep an eye out for you in the harbour! _ Dean BarraWind C 34 Halifax, NS smime.p7s Description: S/MIME cryptographic signature Please show your appreciation for this list and the Photo Album site and help me pay the associated bills. Make a contribution at: https

[ovirt-users] Re: Ovirt 4.5 deploy failed

2023-05-22 Thread Dean L via Users
Selçuk, Downloading and installing the latest ovirt-appliance snapshot from https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-appliance/ is what got me passed that problem. ... Dean ___ Users mailing list -- users@ovirt.org To unsubscribe send

[webkit-changes] [WebKit/WebKit] 5ea1c0: MTLSharedEvent is returned as a RetainPtr

2023-05-19 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5ea1c0f48a09bcccb86edfbf78072d441f2c6f57 https://github.com/WebKit/WebKit/commit/5ea1c0f48a09bcccb86edfbf78072d441f2c6f57 Author: Dean Jackson Date: 2023-05-19 (Fri, 19 May 2023) Changed paths: M

Re: Possible hack via doveadm

2023-05-18 Thread Dean Carpenter
I use a tinc vpn mesh between the nodes. iptables only allows the nodes to talk to each on port 655, all else is dropped. Works well. I also have a setup using zerotier for the same thing - my ansible deployment playbook will use either one. DC. On 2023-05-14 11:29 am, Daniel Miller via

[ovirt-devel] oVirt VM manager not showing any network status

2023-05-16 Thread Dean L via Devel
Currently running oVirt VM manager Version 4.5.5-0.master.20230504084909.gitd37b4f7ad9.el8. Noticed that the network status for all the VMs has been showing 0%. ... Dean ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel

Re: [lace] Lace Digest

2023-05-09 Thread Muir Dean
I will be there and I’d love to have lunch. The only day I can’t would be Wednesday. I’m taking the Chantilly course with Ulriche. See you in Nevada, a new to me state. Muir Sent from my iPad > On May 9, 2023, at 8:38 PM, Liz Redford wrote: > > I plan to be there and I would love to get

[webkit-changes] [WebKit/WebKit] 79dcef: Tests crashing at com.apple.AssetViewer: __64-[ASV...

2023-05-08 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 79dceff293fcb856e9fc198fc8c7472bccc0563b https://github.com/WebKit/WebKit/commit/79dceff293fcb856e9fc198fc8c7472bccc0563b Author: Dean Jackson Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] f91c37: Tests crashing at com.apple.AssetViewer: __64-[ASV...

2023-05-08 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f91c377541e98376060b37ae823636d7dfff1d75 https://github.com/WebKit/WebKit/commit/f91c377541e98376060b37ae823636d7dfff1d75 Author: Dean Jackson Date: 2023-05-08 (Mon, 08 May 2023) Changed paths: M

Re: IBM-MAIN

2023-05-03 Thread Dean Kent
My perspective is:  Politics is philosophy, but with a lot of emotion... On 5/3/2023 10:25 AM, Bob Bridges wrote: Without in the least wishing to feed the trolls, I may as well say that I never mind these digressions. I wouldn't want them to take over the forum, but the occasional

Re: [OPSAWG] ADOPTION POLL: A Data Manifest for Contextualized Telemetry Data

2023-05-03 Thread Dean Bogdanovic
Support the adoption of this draft. > Subject: [OPSAWG] ADOPTION POLL: A Data Manifest for Contextualized > Telemetry Data > Date: Mon, 1 May 2023 22:17:48 + > From: Joe Clarke (jclarke) > To: opsawg@ietf.org > > > > This work has been presented a few times now, and

Re: RFR: 8291555: Implement alternative fast-locking scheme [v70]

2023-05-02 Thread Dean Long
On Tue, 2 May 2023 18:38:11 GMT, Roman Kennke wrote: >> This change adds a fast-locking scheme as an alternative to the current >> stack-locking implementation. It retains the advantages of stack-locking >> (namely fast locking in uncontended code-paths), while avoiding the overload >> of the

Re: RFR: 8283551: ControlAcceleratorSupport menu items listener causes memory leak [v2]

2023-05-02 Thread Dean Wookey
On Fri, 24 Feb 2023 10:04:48 GMT, Dean Wookey wrote: >> Each time a menu would change scenes, a new set of ListChangeListeners would >> be added to the items in the menu. The bigger problem however is that these >> list change listeners have a strong reference

[Kernel-packages] [Bug 2017579] Re: package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to install/upgrade: installed linux-headers-6.2.0-20-generic package post-installation script subprocess r

2023-05-01 Thread David Dean
I believe I fixed this in my case by installing the latest DispayLink drivers from https://www.synaptics.com/products/displaylink- graphics/downloads/ubuntu. You may also find choosing the not-latest kernel in the boot menu will help. -- You received this bug notification because you are a

[Kernel-packages] [Bug 2018186] [NEW] package linux-headers-6.2.0-20-generic 6.2.0-20.20 failed to install/upgrade: installed linux-headers-6.2.0-20-generic package post-installation script subprocess

2023-04-30 Thread David Dean
Public bug reported: Error occured during upgrade to Ubuntu 2023.04. Asked me to submit a bug report. ProblemType: Package DistroRelease: Ubuntu 23.04 Package: linux-headers-6.2.0-20-generic 6.2.0-20.20 ProcVersionSignature: Ubuntu 5.19.0-41.42-generic 5.19.17 Uname: Linux 5.19.0-41-generic

[cayugabirds-l] Bald Eagles on Blakslee Hill Rd in Newfield

2023-04-28 Thread Tobias Dean
On my way up the hill from Rt 96/34 I saw a bald eagle in a tree and then another one perched above the road. The second was an immature eagle and it took off up the road, I followed it up the road driving somewhat slowly. It flew about 90 meters along the tree covered street, sometimes only 6-8'

[webkit-changes] [WebKit/WebKit] 345d5c: Signal ARQL when a download fails

2023-04-27 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 345d5c9e9dae6bcdf0a7cb4d9ddc34d5e921e348 https://github.com/WebKit/WebKit/commit/345d5c9e9dae6bcdf0a7cb4d9ddc34d5e921e348 Author: Dean Jackson Date: 2023-04-27 (Thu, 27 Apr 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 353f4a: Remove unused SystemPreview code

2023-04-27 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 353f4a5321755a37ef1ee6d0796ebdc4178187d1 https://github.com/WebKit/WebKit/commit/353f4a5321755a37ef1ee6d0796ebdc4178187d1 Author: Dean Jackson Date: 2023-04-27 (Thu, 27 Apr 2023) Changed paths: M

Re: [all-audio] Slow down mp3

2023-04-26 Thread Dean Masters
Thanks! I found it and it worked well. Dean -Original Message- From: JM Casey Sent: Tuesday, April 25, 2023 2:23 PM To: all-audio@groups.io Subject: Re: [all-audio] Slow down mp3 There is a change pitch or tempo submenu in effects in audacity. From there, you can select tempo

[webkit-changes] [WebKit/WebKit] d55e3c: Use WKDataTask for SystemPreview downloads

2023-04-25 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d55e3cae6649895b6d2aeb7235ba879bdb403868 https://github.com/WebKit/WebKit/commit/d55e3cae6649895b6d2aeb7235ba879bdb403868 Author: Dean Jackson Date: 2023-04-25 (Tue, 25 Apr 2023) Changed paths: M

<    1   2   3   4   5   6   7   8   9   10   >