Re: RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator)

2022-11-15 Thread Dean Long
On Wed, 2 Nov 2022 16:23:34 GMT, Andrew Haley wrote: > JEP 429 implementation. src/hotspot/share/prims/jvm.cpp line 1410: > 1408: loc = 3; > 1409: } else if (method == resolver.thread_run_method) { > 1410: loc = 2; This depends on how javac numbers locals, right? It seems a

[all-audio] sound system

2022-11-14 Thread Dean Masters
have seen a lot of karaoke type machines on Amazon but don't think their mikes would pick up more than one voice too well. Thanks for any help, Dean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#4317): https://groups.io/g/all-audio

[webkit-changes] [WebKit/WebKit] 1e37fe: Cherry-pick 9626f28c4f96. rdar://problem/101981518

2022-11-14 Thread Dean Jackson
Branch: refs/heads/safari-7615.1.12-branch Home: https://github.com/WebKit/WebKit Commit: 1e37fe2685935d248f524e69429eb1b748a2bbf3 https://github.com/WebKit/WebKit/commit/1e37fe2685935d248f524e69429eb1b748a2bbf3 Author: Dean Jackson Date: 2022-11-14 (Mon, 14 Nov 2022

[webkit-changes] [WebKit/WebKit] 9626f2: Adopt new ARQL scene API when possible

2022-11-14 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9626f28c4f960793e9efcd05937293dd62cb930b https://github.com/WebKit/WebKit/commit/9626f28c4f960793e9efcd05937293dd62cb930b Author: Dean Jackson Date: 2022-11-14 (Mon, 14 Nov 2022) Changed paths: M

[plasmashell] [Bug 461609] Widgets in bottom half of screen move upward (and possibly shrink) after each reboot

2022-11-10 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461609 --- Comment #5 from dean.yeag...@gmail.com --- (In reply to Nate Graham from comment #4) > The panel is the bar at the bottom of the screen with icons on it. > > To make it thicker, right-click on it > Enter Edit Mode > change its size > via the

[plasmashell] [Bug 461609] Widgets in bottom half of screen move upward (and possibly shrink) after each reboot

2022-11-10 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461609 --- Comment #3 from dean.yeag...@gmail.com --- (In reply to Nate Graham from comment #2) > If you make your panel thicker or thinner, does the amount of movement > change accordingly? I do not understand what is panel and how to make thicker/thinner

[Active Window Control] [Bug 461609] Widgets in bottom half of screen move upward (and possibly shrink) after each reboot

2022-11-08 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461609 dean.yeag...@gmail.com changed: What|Removed |Added CC||dean.yeag...@gmail.com --- Comment #1

[Active Window Control] [Bug 461609] New: Widgets in bottom half of screen move upward (and possibly shrink) after each reboot

2022-11-08 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461609 Bug ID: 461609 Summary: Widgets in bottom half of screen move upward (and possibly shrink) after each reboot Classification: Plasma Product: Active Window Control Version: unspecified

[Spectacle] [Bug 461608] Randomly, usually at first snapshot, the Spectacle window is overlays the snapshot-ed window

2022-11-08 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461608 dean.yeag...@gmail.com changed: What|Removed |Added CC||dean.yeag...@gmail.com --- Comment #1

[Spectacle] [Bug 461608] New: Randomly, usually at first snapshot, the Spectacle window is overlays the snapshot-ed window

2022-11-08 Thread dean . yeager4
https://bugs.kde.org/show_bug.cgi?id=461608 Bug ID: 461608 Summary: Randomly, usually at first snapshot, the Spectacle window is overlays the snapshot-ed window Classification: Applications Product: Spectacle Version: 22.08.1

Re: RFR: 8296409: Multiple copies of accelerator change listeners are added to MenuItems, but only 1 is removed

2022-11-08 Thread Dean Wookey
On Fri, 4 Nov 2022 19:51:53 GMT, Kevin Rushforth wrote: >> When menu buttons are added and removed from the scene, an accelerator >> change listener is added to each menu item in the menu. There is nothing >> stopping the same change listener being added multiple times. >> >>

Re: RFR: 8296409: Multiple copies of accelerator change listeners are added to MenuItems, but only 1 is removed [v2]

2022-11-08 Thread Dean Wookey
On Mon, 7 Nov 2022 18:11:28 GMT, Dean Wookey wrote: >> modules/javafx.controls/src/main/java/javafx/scene/control/skin/MenuButtonSkinBase.java >> line 154: >> >>> 152: sceneChangeListener = (scene, oldValue, newValue) -> { >>> 153:

Re: RFR: 8296409: Multiple copies of accelerator change listeners are added to MenuItems, but only 1 is removed [v2]

2022-11-07 Thread Dean Wookey
On Fri, 4 Nov 2022 21:14:20 GMT, Andy Goryachev wrote: >> Dean Wookey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added changing scene tests for accelerator change listeners > > modules/javafx.contr

RE: [MORPHMET2] Measurement error in geometric morphometrics

2022-11-07 Thread Adams, Dean [EEOB]
te the extent to which the direction of ME aligns with directions in the signal (population differences, sex differences, allometry, etc.). To not do this is to relegate ME to just a magnitude, which could lead to incorrect inferences. Dean Dr. Dean C. Adams (he/him) Distinguished Professor of

Re: RFR: 8296409: Multiple copies of accelerator change listeners are added to MenuItems, but only 1 is removed [v2]

2022-11-07 Thread Dean Wookey
doesn't > remove the additional instance. > > This pull request just removes the redundant code in the MenuButtonSkinBase. Dean Wookey has updated the pull request incrementally with one additional commit since the last revision: Added changing scene tests for accelerator chang

RFR: 8296409: Multiple copies of accelerator change listeners are added to MenuItems, but only 1 is removed

2022-11-04 Thread Dean Wookey
When menu buttons are added and removed from the scene, an accelerator change listener is added to each menu item in the menu. There is nothing stopping the same change listener being added multiple times. MenuButtonSkinBase calls the

[webkit-changes] [WebKit/WebKit] 615b2c: Hide more standard library exports

2022-11-02 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 615b2c8069cdda2b86c6c82e6433a8138a53f218 https://github.com/WebKit/WebKit/commit/615b2c8069cdda2b86c6c82e6433a8138a53f218 Author: Dean Jackson Date: 2022-11-02 (Wed, 02 Nov 2022) Changed paths: M

[meteorite-list] Bundaberg Australia Gem and Lapidary Fair

2022-11-02 Thread dean bessey via Meteorite-list
I know that there is at least 4 list members in the Brisbane area so I will make a posting for the club even though most list members are not interested.But this weekend is the Bundaberg Gem shows put on by the Bundaberg Lapidary club. Its a good show with upwards of 100 or so dealers and

[webkit-changes] [WebKit/WebKit] 232d6c: Guard against ARKitSoftLink on macOS

2022-10-31 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 232d6ce7870643e3c6d5a1698714503200d3190b https://github.com/WebKit/WebKit/commit/232d6ce7870643e3c6d5a1698714503200d3190b Author: Dean Jackson Date: 2022-10-31 (Mon, 31 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 82d2d6: Remove WebGLLoadPolicy code

2022-10-28 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 82d2d64c2ad7dcc2163f7ca040b73f587bd1b833 https://github.com/WebKit/WebKit/commit/82d2d64c2ad7dcc2163f7ca040b73f587bd1b833 Author: Dean Jackson Date: 2022-10-28 (Fri, 28 Oct 2022) Changed paths: R

[webkit-changes] [WebKit/WebKit] ae1e3e: Remove ImageBitmapEnabled from DeprecatedGlobalSet...

2022-10-27 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ae1e3ede5a3eb89670e005bc83aec401b8e19d6f https://github.com/WebKit/WebKit/commit/ae1e3ede5a3eb89670e005bc83aec401b8e19d6f Author: Dean Jackson Date: 2022-10-27 (Thu, 27 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 779033: Remove unused webXREnabled deprecated global setting

2022-10-26 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7790337646a26c99563ded137dc373a2ce0931a3 https://github.com/WebKit/WebKit/commit/7790337646a26c99563ded137dc373a2ce0931a3 Author: Dean Jackson Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5307a8: Add Kyle's github username

2022-10-24 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5307a823f8464dfda43a9f0d810cef2b1eb0587c https://github.com/WebKit/WebKit/commit/5307a823f8464dfda43a9f0d810cef2b1eb0587c Author: Dean Jackson Date: 2022-10-24 (Mon, 24 Oct 2022) Changed paths: M

Re: [cabfpub] DRAFT CA/B Forum Agenda for F2F Meeting Oct 24-26, 2022

2022-10-24 Thread Dean Coclin via Public
Hello Inaba-san, The Webex information will be sent out just before the meeting starts later today. Dean From: Atsushi Inaba Sent: Monday, October 24, 2022 2:34 AM To: Dean Coclin ; CABforum1 Cc: Atsushi Inaba Subject: RE: DRAFT CA/B Forum Agenda for F2F Meeting Oct 24-26, 2022

[webkit-changes] [WebKit/WebKit] 1626a4: Clamp fullscreen window size based on video dimens...

2022-10-21 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 1626a43b85c9e19cb35cab1d7f752749a31fd55f https://github.com/WebKit/WebKit/commit/1626a43b85c9e19cb35cab1d7f752749a31fd55f Author: Dean Jackson Date: 2022-10-21 (Fri, 21 Oct 2022) Changed paths: M

[cabfpub] Final CA/B Forum Agenda for F2F Meeting Oct 24-26, 2022

2022-10-21 Thread Dean Coclin via Public
l room, test audio/video 13:00 13:00 Call to Order - CA/Browser Forum Meeting Dean Coclin (Chair) 13:00 13:10 0 Welcome, Preliminary Matters, Meeting Recordings, Photo Policy, Logistics, Antitrust Statement, Code of Conduct, Take Attendance, Assign Minute Takers Dean Coclin

[webkit-changes] [WebKit/WebKit] f7d70a: Safari crashes upon clicking the object in AR Quic...

2022-10-20 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f7d70aae1103dc7eb282342089cf56cd2c8a9447 https://github.com/WebKit/WebKit/commit/f7d70aae1103dc7eb282342089cf56cd2c8a9447 Author: Dean Jackson Date: 2022-10-20 (Thu, 20 Oct 2022) Changed paths: M

Re: Exponentiation confusion

2022-10-20 Thread Dean Rasheed
On Tue, 18 Oct 2022 at 20:18, Robert Haas wrote: > > On Tue, Oct 18, 2022 at 6:18 AM Dean Rasheed wrote: > > Overall, I'm quite happy with these results. The question is, should > > this be back-patched? > > > > In the past, I think I've only back-patched numeric

pgsql: Improve the accuracy of numeric power() for integer exponents.

2022-10-20 Thread Dean Rasheed
Improve the accuracy of numeric power() for integer exponents. This makes the choice of result scale of numeric power() for integer exponents consistent with the choice for non-integer exponents, and with the result scale of other numeric functions. Specifically, the result scale will be at least

[cabfpub] DRAFT CA/B Forum Agenda for F2F Meeting Oct 24-26, 2022

2022-10-20 Thread Dean Coclin via Public
13:00 Call to Order - CA/Browser Forum Meeting Dean Coclin (Chair) 13:00 13:10 0 Welcome, Preliminary Matters, Meeting Recordings, Photo Policy, Logistics, Antitrust Statement, Code of Conduct, Take Attendance, Assign Minute Takers Dean Coclin (Chair) 13:10 13:10 1 Approval of CABF M

[webkit-changes] [WebKit/WebKit] e01a91: Add preference for size of fullscreen window

2022-10-18 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e01a9102cf543994daa725d2f0d54c35a9b50eab https://github.com/WebKit/WebKit/commit/e01a9102cf543994daa725d2f0d54c35a9b50eab Author: Dean Jackson Date: 2022-10-18 (Tue, 18 Oct 2022) Changed paths: M

Re: Exponentiation confusion

2022-10-18 Thread Dean Rasheed
estimates. Don't have time to work on that right now > though ... Dean, are you interested in fixing this? > Here's a patch along those lines, bringing power_var_int() more in line with neighbouring functions by having it choose its own result scale. It was necessary to also move the overfl

[webkit-changes] [WebKit/WebKit] d71fb1: CSS Keyframes names can't be CSS wide keywords

2022-10-17 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d71fb1b829e793d50dc0d909865611cdb22e5589 https://github.com/WebKit/WebKit/commit/d71fb1b829e793d50dc0d909865611cdb22e5589 Author: Dean Jackson Date: 2022-10-17 (Mon, 17 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 82a8c1: Use MTLSharedTexture for bounds calculation in WebXR

2022-10-15 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 82a8c10638a4093d33186e7da6d1c63f781f46f9 https://github.com/WebKit/WebKit/commit/82a8c10638a4093d33186e7da6d1c63f781f46f9 Author: Dean Jackson Date: 2022-10-15 (Sat, 15 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2f796e: Update import of WPT css-animations parsing

2022-10-15 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2f796e716d8851cd4b39ecb7196d0358c16b6e2a https://github.com/WebKit/WebKit/commit/2f796e716d8851cd4b39ecb7196d0358c16b6e2a Author: Dean Jackson Date: 2022-10-15 (Sat, 15 Oct 2022) Changed paths: M

[webkit-changes] [WebKit/WebKit] 2da880: WebXR should respond to changes in frame size

2022-10-14 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2da8807b15a6fe8b49b1b83484daa350c532001e https://github.com/WebKit/WebKit/commit/2da8807b15a6fe8b49b1b83484daa350c532001e Author: Dean Jackson Date: 2022-10-14 (Fri, 14 Oct 2022) Changed paths: M

[cabfpub] Final Minutes CA/B Forum Meeting-Aug 18 2022

2022-10-13 Thread Dean Coclin via Public
CA/Browser Forum Final Minutes August 18, 2022 1. Opening Procedures- Dean a. Roll Call Attendees: Aaron Poulsen (Amazon), Adam Jones (Microsoft), Adrian Mueller (SwissSign), Andrea Holland (SecureTrust), Ben Wilson (Mozilla), Bruce Morton (Entrust), Chris Clements (Google

[cabfpub] Final minutes of CA/B Forum call September 29, 2022

2022-10-13 Thread Dean Coclin via Public
(GoDaddy), David Kluge (Google), Dean Coclin (Digicert), Dimitris Zacharopoulos (HARICA), Doug Beattie (GlobalSign), Dustin Hollenback (Microsoft), Enrico Entschew (D-TRUST), Fumi Yoneda (Japan Registry Services), Hazhar Ismail (MSC Trustgate Sdn Bhd), Hogeun Yoo (NAVER Cloud), Inaba Atsushi

Re: Exponentiation confusion

2022-10-13 Thread Dean Rasheed
ative estimates. Don't have time to work on that right now > though ... Dean, are you interested in fixing this? > OK, I'll take a look. The most obvious thing to do is to try to make power_var_int() choose the same result rscale as power_var() so that the results are consistent

[cabfpub] Final CA/Browser Forum agenda - Thursday, October 13, 2022 at 11:30 am Eastern Time

2022-10-11 Thread Dean Coclin via Public
NOTE: I will not be able to make the call, hence Karina will chair the meeting. Here is the final agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Karina 0:01 11:32 11:33 2. Read

[cabfpub] Draft CA/Browser Forum agenda - Thursday, October 13, 2022 at 11:30 am Eastern Time

2022-10-10 Thread Dean Coclin via Public
NOTE: I will not be able to make the call, hence Karina will chair the meeting. Here is the draft agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Karina 0:01 11:32 11:33 2. Read Antitrust

[webkit-changes] [WebKit/WebKit] 76aa13: Implement CSSTransformValue.toMatrix

2022-10-07 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 76aa139eb22f8a04743020ab3a5f66ca1045b30a https://github.com/WebKit/WebKit/commit/76aa139eb22f8a04743020ab3a5f66ca1045b30a Author: Dean Jackson Date: 2022-10-07 (Fri, 07 Oct 2022) Changed paths: M

Re: [Elecraft] Product availability communications (was: KPA1500 Amplifiers are now shipping from Stock)

2022-10-07 Thread Dean Felz
MH3 has been TBD for over 6 months On Fri, Oct 7, 2022, 2:33 PM Brian Hunt wrote: > Check the “Shipping Status” link on the Elecraft home page. It shows the > shipping status on virtually all their products. It’s updated when there > are changes. KPA-1500 is shown as in stock, no doubt updated

[webkit-changes] [WebKit/WebKit] b85011: CSSTransformComponent.toMatrix should flatten to 2...

2022-10-07 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b85011927483d8cab677b6312f4889ebb7ed0f2f https://github.com/WebKit/WebKit/commit/b85011927483d8cab677b6312f4889ebb7ed0f2f Author: Dean Jackson Date: 2022-10-07 (Fri, 07 Oct 2022) Changed paths

Re: [Elecraft] KPA1500 Amplifiers are now shipping from Stock

2022-10-07 Thread Dean Felz
I would also like the status on the MH3. I purchased the kx2 shack in the box in Feb and still no mic On Fri, Oct 7, 2022 at 8:47 AM Mike Smith VE9AA wrote: > That's great that you're selling these expensive amps, rigs and whatnot and > keeping yourselves going, but how about updates on stuff

RE: Prepping a 3.2.4 release

2022-10-07 Thread Dean Roddey
that, no one will use it. I spent decades on my system and no one cared in the slightest. Dean Roddey Chairman/CTO Charmed Quark Systems, Ltd www.charmedquark.com -Original Message- From: Roger Leigh [mailto:rle...@codelibre.net] Sent: Friday, October 7, 2022 8:00 AM To: c-dev@xerces.apache.org

Re: [MORPHMET2] How to transform Procrustes distances to mlilimeters

2022-10-07 Thread Adams, Dean [EEOB]
There is also a function in geomorph fir this. Dean Get Outlook for Android<https://aka.ms/AAb9ysg> From: morphmet2@googlegroups.com on behalf of alcardini Sent: Friday, October 7, 2022 9:17:43 AM Cc: Morphmet Subject: Re: [MORPHMET2] How to tra

[webkit-changes] [WebKit/WebKit] d3be2f: Disable ModelDocument everywhere

2022-10-06 Thread Dean Jackson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d3be2f06a2a29748a4dd3021e92834753ae94f7b https://github.com/WebKit/WebKit/commit/d3be2f06a2a29748a4dd3021e92834753ae94f7b Author: Dean Jackson Date: 2022-10-06 (Thu, 06 Oct 2022) Changed paths: M

[Elecraft] MH3 Mic availability

2022-09-29 Thread Dean Felz
I bought a KX2 shack in the box package back in February. I received the radio around June but still haven't received the Mic. Any idea when these will be available? Thanks Dean (K7DSF) __ Elecraft mailing list Home: http

Re: [INDOLOGY] Translation of bhagavān / bhagavatī

2022-09-29 Thread Dean Michael Anderson via INDOLOGY
Hi Matthew, Yes, thanks for those additional choices which may be more appropriate than mine depending on the context. They are also applicable to Hinduism. Dean On Friday, September 30, 2022 at 01:14:02 AM GMT+5:45, Matthew Kapstein wrote: Hi Dean, In Buddhist contexts, Bhagavan

Re: [INDOLOGY] Translation of bhagavān / bhagavatī

2022-09-29 Thread Dean Michael Anderson via INDOLOGY
t see why not. I would imagine devotees of one of the many modern woman gurus could use that term. Best, Dean On Friday, September 30, 2022 at 12:27:36 AM GMT+5:45, rajam via INDOLOGY wrote: From my understanding (as a non-Sanskritist) as a Tamilian …  1. The term ‘bhagavAn’ is u

[cabfpub] Final minutes of CA/B Forum call September 15, 2022

2022-09-29 Thread Dean Coclin via Public
), Dean Coclin (Digicert), Dimitris Zacharopoulos (HARICA), Dustin Hollenback (Microsoft), Fumi Yoneda (Japan Registry Services), Hazhar Ismail (MSC Trustgate Sdn Bhd), Inaba Atsushi (GlobalSign), Inigo Barreira (Sectigo), Joanna Fox (TrustCor Systems), Johnny Reading (GoDaddy), Jos Purvis (Fastly

Re: [Archivesspace_Users_Group] Cataloging framed portraits

2022-09-28 Thread Dean DeBolt
differently for art pieces or framed works here in Archives, however here's an example: https://uwf.lyrasistechnology.org/repositories/2/digital_object_components/2440 Dean Dean DeBolt, University Librarian (Professor)/University Archivist UWF Archives and West Florida History Center University

[Mahara-contributors] [Bug 1938740] Re: Auth remote user table causing problems with duplicate entries

2022-09-28 Thread Alisha Dean
https://www.dissertationnock.co.uk/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: mahara-contributors https://bugs.launchpad.net/bugs/1938740 Title: Auth remote user table causing problems with

[Mahara-contributors] [Bug 1934830] Re: Allow copied pages keep the skin if the template had it

2022-09-25 Thread Alisha Dean
https://www.lawassignments.co.uk/write-my-assignment -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: mahara-contributors https://bugs.launchpad.net/bugs/1934830 Title: Allow copied pages keep the

Re: [cayugabirds-l] Mobility Impaired Birding

2022-09-25 Thread Sheila Ann Dean
Such an interesting question that I ponder when on a trail in Shindagin that is evidently for the disabled, but would accommodate (illegally?) vehicles not being used by the disabled. I love this trail because the prolific mountain bikes don't seem to use it much, and I've never seen a vehicle of

Re: [chirp_users] Programming

2022-09-20 Thread Dean Berglund
Dean, What ham band are you trying to program this for? Are you sure you have the frequencies correct? Dean KC9REN On 9/20/2022 8:02 PM, Ken Hansen wrote: > Dean, > > If I understand your request, you are trying to program a channel with > different TX & RX PL/CTCSS tones, c

Re: [chirp_users] Programming

2022-09-20 Thread Dean Berglund
Dean, You don't say what radio you have. Do you know if you have the correct cable and driver for the cable? I would be happy to try to help you but I need some more information first. You don't say what part of the programming you need help with. 73, Dean KC9REN On 9/20/2022 7:58 PM, D Bunk

[grpc-io] grpc Python: How can the server get the client ip and port?

2022-09-20 Thread Dean
I have a gRPC server (let's call it Server Alpha) in Python that listens for clients. I have two clients that make requests to this Alpha server. When this happens, I want my Alpha server to store the connection between itself and each specific client. I then want my Alpha server to turn into a

Re: [all-audio] Ascertaining Pitch/Frequency of Different Sounds

2022-09-16 Thread Dean Masters
. so I like how it gives the note of the key. Dean -Original Message- From: Danny Miles Sent: Friday, September 16, 2022 5:41 PM To: all-audio@groups.io Subject: [all-audio] Ascertaining Pitch/Frequency of Different Sounds Hi. I hope everyone is well. I'm working on music projects

[cabfpub] Final Minutes of CA/B Forum Call September 1, 2022

2022-09-15 Thread Dean Coclin via Public
(GoDaddy), Dean Coclin (Digicert), Dimitris Zacharopoulos (HARICA), Doug Beattie (GlobalSign), Dustin Hollenback (Microsoft), Enrico Entschew (D-TRUST), Fumi Yoneda (Japan Registry Services), Hazhar Ismail (MSC Trustgate Sdn Bhd), Inaba Atsushi (GlobalSign), Inigo Barreira (Sectigo), Janet Hines

Request to join the team

2022-09-15 Thread Dean Serenevy
and accept it. Thanks! Dean Serenevy (duelafn) signature.asc Description: OpenPGP digital signature

[cabfpub] Final CA/Browser Forum agenda - Thursday, September 15, 2022 at 11:30 am Eastern Time

2022-09-13 Thread Dean Coclin via Public
Here is the final agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

[cabfpub] Draft CA/Browser Forum agenda - Thursday, September 15, 2022 at 11:30 am Eastern Time

2022-09-11 Thread Dean Coclin via Public
Here is the draft agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

Stus-List Re: Eight Bells for Rob Ball

2022-09-10 Thread Dean McNeill via CnC-List
Such sad news. I too have benefitted from Robs excellent design skills and his thoughtful and generous advice. Rest In Peace sir. Dean C 34 Halifax, NS > On Sep 10, 2022, at 9:05 AM, Thomas Perison via CnC-List > wrote: > > Fair Winds and Following Seas Rob. >

Re: IBM Redbook SG24-8205-06 - zPDT Guide

2022-09-08 Thread Dean Kent
So those who currently are licensed will be unable to renew next year?   I guess there are enough System Z professionals out in the workforce now... On 9/7/2022 4:10 AM, Jay Maynard wrote: I got mine in May. I've been told that IBM has quietly discontinued the program, though. On Tue, Sep 6,

Re: RFR: 8292758: put support for UNSIGNED5 format into its own header file [v5]

2022-09-07 Thread Dean Long
On Wed, 7 Sep 2022 01:05:38 GMT, John R Rose wrote: >> Refactor code from inside of CompressedStream into its own unit. >> >> This code is likely to be used in future refactorings, such as JDK-8292818 >> (replace 96-bit representation for field metadata with variable-sized >> streams). >> >>

[jira] [Comment Edited] (ARROW-2034) [C++] Filesystem implementation for Azure Blob Storage

2022-09-06 Thread Dean MacGregor (Jira)
[ https://issues.apache.org/jira/browse/ARROW-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600865#comment-17600865 ] Dean MacGregor edited comment on ARROW-2034 at 9/6/22 4:12 PM: --- If someone

[jira] [Commented] (ARROW-2034) [C++] Filesystem implementation for Azure Blob Storage

2022-09-06 Thread Dean MacGregor (Jira)
[ https://issues.apache.org/jira/browse/ARROW-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17600865#comment-17600865 ] Dean MacGregor commented on ARROW-2034: --- If someone wants to work on this but doesn't have an Azure

[Desktop-packages] [Bug 1969602] Re: gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

2022-09-06 Thread Dean Kiss
I can confirm i have the same issue (22.04). I have Tweaks -> Windows -> Focus on Hover set. When i close a window with GUI (click X) the window underneath (the X button) gets brought over the top of all others. I note that using Xorg or X11 is a workaround but for some reason gdm3 is breaking

[Bug 1969602] Re: gnome-shell with focus-mode=mouse behaves wrongly when alt-tabbing

2022-09-06 Thread Dean Kiss
I can confirm i have the same issue (22.04). I have Tweaks -> Windows -> Focus on Hover set. When i close a window with GUI (click X) the window underneath (the X button) gets brought over the top of all others. I note that using Xorg or X11 is a workaround but for some reason gdm3 is breaking

Re: RFR: 8292758: put support for UNSIGNED5 format into its own header file [v2]

2022-09-03 Thread Dean Long
On Fri, 2 Sep 2022 00:04:17 GMT, John R Rose wrote: >> Refactor code from inside of CompressedStream into its own unit. >> >> This code is likely to be used in future refactorings, such as JDK-8292818 >> (replace 96-bit representation for field metadata with variable-sized >> streams). >> >>

Re: RFR: 8292758: put support for UNSIGNED5 format into its own header file [v2]

2022-09-02 Thread Dean Long
On Fri, 2 Sep 2022 00:04:17 GMT, John R Rose wrote: >> Refactor code from inside of CompressedStream into its own unit. >> >> This code is likely to be used in future refactorings, such as JDK-8292818 >> (replace 96-bit representation for field metadata with variable-sized >> streams). >> >>

Stus-List Re: Bimini or dodger extender suggestions

2022-09-02 Thread Dean McNeill via CnC-List
Love to see some pics Mike! Dean > On Sep 2, 2022, at 9:48 AM, Hoyt, Mike via CnC-List > wrote: > > Hi Dean > > Persistence is also in Halifax and has a dodger and a bimini. There is a > separate piece of sunbrella that zips between the two for full coverage on >

[jira] [Commented] (ARROW-16791) [R] Expose Azure Blob Storage filesystem

2022-09-02 Thread Dean MacGregor (Jira)
[ https://issues.apache.org/jira/browse/ARROW-16791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17599464#comment-17599464 ] Dean MacGregor commented on ARROW-16791: I found that in arrow/r/src/filesystem.cpp, on lines 38

Re: [P2PSIP] correction: RFC 7636 (EID 6471) - Re: [Technical Errata Reported] RFC7363 (7088)

2022-09-02 Thread Dean Willis
Thanks I guess I’m overdue for new glasses. Or bigger fonts. > On Aug 31, 2022, at 2:36 PM, Alice Russo wrote: > > Brian, Dean, > > FYI, the content of this errata report was actually about RFC 7636, not RFC > 7363. (The submitted report used the wrong RFC number.) &

Re: RFR: 8292758: put support for UNSIGNED5 format into its own header file [v2]

2022-09-01 Thread Dean Long
On Fri, 2 Sep 2022 00:04:17 GMT, John R Rose wrote: >> Refactor code from inside of CompressedStream into its own unit. >> >> This code is likely to be used in future refactorings, such as JDK-8292818 >> (replace 96-bit representation for field metadata with variable-sized >> streams). >> >>

Stus-List Bimini or dodger extender suggestions

2022-09-01 Thread Dean McNeill via CnC-List
like. Bonus points for something that can work with mainsail up and underway! Dean Mc BarraWind C 34 Halifax, NS _ smime.p7s Description: S/MIME cryptographic signature

[cabfpub] Final Minutes of CA/B Forum call July 21st, 2022

2022-09-01 Thread Dean Coclin via Public
Wilson (Apple), Corey Bonnell (Digicert), Corey Rasmussen (OATI), Daryn Wright (GoDaddy), Dean Coclin (Digicert), Devon O'Brien (Google), Dimitris Zacharopoulos (HARICA), Doug Beattie (GlobalSign), Dustin Hollenback (Microsoft), Fumi Yoneda (Japan Registry Services), Hogeun Yoo (NAVER Cloud), Hubert

[jira] [Updated] (KAFKA-14194) NPE in Cluster.nodeIfOnline

2022-09-01 Thread Andrew Dean (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Dean updated KAFKA-14194: Component/s: clients > NPE in Cluster.nodeIfOnl

[jira] [Updated] (KAFKA-14194) NPE in Cluster.nodeIfOnline

2022-09-01 Thread Andrew Dean (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Dean updated KAFKA-14194: Affects Version/s: 3.2.1 > NPE in Cluster.nodeIfOnl

[jira] [Created] (KAFKA-14194) NPE in Cluster.nodeIfOnline

2022-09-01 Thread Andrew Dean (Jira)
Andrew Dean created KAFKA-14194: --- Summary: NPE in Cluster.nodeIfOnline Key: KAFKA-14194 URL: https://issues.apache.org/jira/browse/KAFKA-14194 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-14194) NPE in Cluster.nodeIfOnline

2022-09-01 Thread Andrew Dean (Jira)
Andrew Dean created KAFKA-14194: --- Summary: NPE in Cluster.nodeIfOnline Key: KAFKA-14194 URL: https://issues.apache.org/jira/browse/KAFKA-14194 Project: Kafka Issue Type: Bug

Re: [GNC] Can someone tell me how A-L=Eq+(I-Ex) is correct?

2022-08-31 Thread Dean Gibson
I'm surprised that people don't buy ($$$) a book (see below) that gives them a good introduction to accounting, or even find a good tutorial online (no $$$), & instead go to a mailing list intended for the support of free (no $$$) SOFTWARE (not accounting), & then expect other people to teach

[cabfpub] Final CA/Browser Forum agenda - Thursday, September 1, 2022 at 11:30 am Eastern Time

2022-08-30 Thread Dean Coclin via Public
Here is the final agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

[cabfpub] Draft CA/Browser Forum agenda - Thursday, September 1, 2022 at 11:30 am Eastern Time

2022-08-29 Thread Dean Coclin via Public
Here is the draft agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

Re: Test USB

2022-08-25 Thread Thomas D. Dean
On 8/25/22 09:58, Vitaly Shevtsov wrote: I'm not sure what you mean, but kernel reports this in dmesg On Thu, Aug 25, 2022 at 9:26 PM Todd Gruhn wrote: If I attach anything to a USB port ; how to I ping all USB ports to see if this device is attached ? If I messed up, I had a brain

Re: [P2PSIP] [Technical Errata Reported] RFC7363 (7088)

2022-08-21 Thread Dean Willis
"Hold for revision" seems like the best thing for now. Original Message On Aug 19, 2022, 8:58 AM, Brian Rosen wrote: > Yeah but do we want to do anything with it? “Hold for revision?” Brian > On > Aug 17, 2022, at 2:52 PM, Dean Willis wrote: > > >

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v6]

2022-08-18 Thread Dean Long
On Thu, 18 Aug 2022 09:32:54 GMT, Axel Boldt-Christmas wrote: >> src/hotspot/share/code/compiledMethod.cpp line 128: >> >>> 126: if (old_status < new_status) { >>> 127: if (old_status == not_enqueued) { >>> 128: >>>

[cabfpub] Final Minutes of CA/B Forum call August 4, 2022

2022-08-18 Thread Dean Coclin via Public
(GoDaddy), Dean Coclin (DigiCert), Dustin Hollenback (Microsoft), Enrico Entschew (D-Trust), Fumi Yoneda (JPRS), Hazhar Ismail (MSC Trustgate), Inaba Atsushi (GlobalSign), Inigo Barreira (Sectigo), Jamie Mackey (GSA FPKIMA), Johnny Reading (GoDaddy), Jos Purvis (Fastly), Kiran Tummala (Microsoft), Lynn

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v6]

2022-08-18 Thread Dean Long
On Thu, 18 Aug 2022 08:18:27 GMT, Axel Boldt-Christmas wrote: >> The proposal is to encapsulate the nmethod mark for deoptimization logic in >> one place and only allow access to the `mark_for_deoptimization` from a >> closure object: >> ```C++ >> class DeoptimizationMarkerClosure : StackObj

Re: [P2PSIP] [Technical Errata Reported] RFC7363 (7088)

2022-08-17 Thread Dean Willis
Seems legit. On 8/15/22 02:44, RFC Errata System wrote: > The following errata report has been submitted for RFC7363, > "Self-Tuning Distributed Hash Table (DHT) for REsource LOcation And Discovery > (RELOAD)". > > -- > You may review the report below and

[cabfpub] Final CA/Browser Forum agenda - Thursday, August 18, 2022 at 11:30 am Eastern Time

2022-08-16 Thread Dean Coclin via Public
Here is the final agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

[cabfpub] Draft CA/Browser Forum agenda - Thursday, August 18, 2022 at 11:30 am Eastern Time

2022-08-14 Thread Dean Coclin via Public
Here is the draft agenda for the subject call CA/Browser Forum Agenda Time Start(ET) Stop Item Description Presenters 0:02 11:30 11:32 1. Roll Call Dean 0:01 11:32 11:33 2. Read Antitrust Statement Jos 0:01 11:33 11:34 3. Review Agenda Dean 0:01 11:34 11:35 4

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v2]

2022-08-08 Thread Dean Long
On Mon, 1 Aug 2022 04:58:49 GMT, Axel Boldt-Christmas wrote: >> The proposal is to encapsulate the nmethod mark for deoptimization logic in >> one place and only allow access to the `mark_for_deoptimization` from a >> closure object: >> ```C++ >> class DeoptimizationMarkerClosure : StackObj {

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v2]

2022-08-04 Thread Dean Long
On Wed, 3 Aug 2022 20:42:59 GMT, Erik Österlund wrote: >> Axel Boldt-Christmas has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Add assertions >> - Fix marked logic >> - Erik refactorings > > Also, in

[cabfpub] Voting Results: FORUM-18, Allow Re-election of CWG Chairs and Vice Chairs

2022-08-03 Thread Dean Coclin via Public
Abstaining: None Certificate Consumers voting in Favor: Apple, Google, Mozilla, 360 Against: None Abstaining: None Therefore the ballot has PASSED. Since this ballot does not involve IPR, there will be no IPR review. Dean Coclin CA/B Forum Chair From: Public On Behalf

Re: [osg-users] Re: New user on Windows, when running examples getting errors

2022-08-03 Thread 'Dean, James (FAA)' via OpenSceneGraph Users
This has worked for my application: //these will force use of dedicated GPU if available extern "C" { __declspec(dllexport) unsigned long NvOptimusEnablement = 0x0001; } extern "C" { __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; } First is for NVIDIA ,

[ovirt-users] Dark Mode

2022-08-02 Thread Dean L via Users
Is there a way to place oVirt in Dark Mode? It's one of those things I really like about moVirt. :) Thanks! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v2]

2022-08-02 Thread Dean Long
On Mon, 1 Aug 2022 04:58:49 GMT, Axel Boldt-Christmas wrote: >> The proposal is to encapsulate the nmethod mark for deoptimization logic in >> one place and only allow access to the `mark_for_deoptimization` from a >> closure object: >> ```C++ >> class DeoptimizationMarkerClosure : StackObj {

<    4   5   6   7   8   9   10   11   12   13   >