Re: Functions to return random numbers in a given range

2024-01-30 Thread Dean Rasheed
(0.5). They're useful for a quick visual check of the results, and confirming the expected number of digits after the decimal point in the numeric case. However, I think those tests are insufficient on their own. Regards, Dean

Re: Functions to return random numbers in a given range

2024-01-29 Thread Dean Rasheed
gly, the cfbot didn't pick up on the fact that it needed rebasing. Anyway, the copyright years in the new file's header comment needed updating, so here is a rebase doing that. Regards, Dean From 15d0ba981ff03eca7143726fe7512adf00ee3a84 Mon Sep 17 00:00:00 2001 From: Dean Rasheed Date: Fri, 25 Au

Re: Functions to return random numbers in a given range

2024-01-29 Thread Dean Rasheed
_MIN/MAX as arguments to these functions, if that's what you need. I think if we were going to have a shorthand for getting full-range random integers, it would probably be better to introduce separate no-arg functions for that. I'm not really sure if that's a sufficiently common use case to justify the effort though. Regards, Dean

Re: MERGE ... WHEN NOT MATCHED BY SOURCE

2024-01-29 Thread Dean Rasheed
d on the plan chosen. I think the best (and probably simplest) solution is to always opt for a NOT MATCHED BY TARGET action in this case, so then the result is predictable, and we can document what is expected to happen. Regards, Dean

Re: MERGE ... WHEN NOT MATCHED BY SOURCE

2024-01-26 Thread Dean Rasheed
n Fri, 26 Jan 2024 at 14:59, vignesh C wrote: > > CFBot shows that the patch does not apply anymore as in [1]: > Rebased version attached. Regards, Dean diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml new file mode 100644 index f8f83d4..6ef0c2b --- a/doc/src/sgml/mvcc.s

Re: MERGE ... WHEN NOT MATCHED BY SOURCE

2024-01-26 Thread Dean Rasheed
mplying that he thought it was ready for commit. Looking back through the thread, the general sentiment seems to be in favour of adding this feature, and I still think it's worth doing, but I haven't managed to find much time to progress it recently. Regards, Dean

Re: RFR: 8324241: Always record evol_method deps to avoid excessive method flushing [v4]

2024-01-25 Thread Dean Long
On Wed, 24 Jan 2024 14:48:52 GMT, Volker Simonis wrote: >> Currently we don't record dependencies on redefined methods (i.e. >> `evol_method` dependencies) in JIT compiled methods if none of the >> `can_redefine_classes`, `can_retransform_classes` or >> `can_generate_breakpoint_events` JVMTI

[Cscwg-public] FW: CSCWG Final Minutes January 11, 2023

2024-01-25 Thread Dean Coclin via Cscwg-public
Final minutes of CSCWG meeting Jan 11, 2023 1. Roll Call * Andrea Holland - (VikingCloud) * Brianca Martin - (Amazon) * Bruce Morton - (Entrust) * Corey Bonnell - (DigiCert) * Dimitris Zacharopoulos - (HARICA) * Eva Vansteenberge - (GlobalSign) *

[Cscwg-public] CSCWG Final Minutes January 11, 2023

2024-01-25 Thread Dean Coclin via Cscwg-public
smime.p7m Description: S/MIME encrypted message ___ Cscwg-public mailing list Cscwg-public@cabforum.org https://lists.cabforum.org/mailman/listinfo/cscwg-public

Re: RFR: 8324241: Always record evol_method deps to avoid excessive method flushing [v2]

2024-01-23 Thread Dean Long
On Tue, 23 Jan 2024 16:37:35 GMT, Volker Simonis wrote: >> src/hotspot/share/runtime/init.cpp line 121: >> >>> 119: if (AlwaysRecordEvolDependencies) { >>> 120: JvmtiExport::set_can_hotswap_or_post_breakpoint(true); >>> 121: JvmtiExport::set_all_dependencies_are_recorded(true); >> >>

Re: RFR: 8324241: Always record evol_method deps to avoid excessive method flushing [v2]

2024-01-22 Thread Dean Long
On Mon, 22 Jan 2024 21:26:41 GMT, Volker Simonis wrote: >> Currently we don't record dependencies on redefined methods (i.e. >> `evol_method` dependencies) in JIT compiled methods if none of the >> `can_redefine_classes`, `can_retransform_classes` or >> `can_generate_breakpoint_events` JVMTI

search math macros

2024-01-22 Thread Michael Dean Pugh
I've been using LyX for a number of years. Because I was reusing a lot of math macros, I started putting them in a separate file and loading that file at the beginning of each document with an input statement. Over time, the list has grown and I wanted to search for a macro to see how I had

[Cscwg-public] CSCWG Agenda January 25, 2023

2024-01-22 Thread Dean Coclin via Cscwg-public
References status 7. Proposed ballot CSCWG charter update status 8. Proposed ballot for Time-stamp Requirements update. 9. Other business 10. Next meeting - February 8th 11. Adjourn Dean Coclin CSCWG Chair smime.p7s Description: S/MIME cryptographic

Re: [FFmpeg-user] MV-HEVC Support

2024-01-22 Thread Dean Zwikel
Are there any plans to support MV-HEVC? If not, is there some way to request/suggest it? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

[FFmpeg-user] MV-HEVC Support

2024-01-21 Thread Dean Zwikel
Apple supports recording of Spatial Video (Stereo/3D) using the iPhone 15 Pro and Max. The videos are recoded using MV-HEVC format. Does FFmpeg support decoding these videos and converting them using the Stereo3D filter? I can't see to find any FFmpeg documentation on it. Thank you

[GNC] I did not know this (was: Windows x64 release builds are missing)

2024-01-19 Thread Dean Gibson
irca 2015? A trip down memory lane. -- Dean On 2024-01-19 09:06, john wrote: Considering that the last 32-bit processor from Intel was the Pentium 4E released in 2004 and the last AMD one was 2005's K5 it's a tiny minority. Regardless of Win11's ability to run 32-bit programs, it requires a

styles, formula, modify, standard, ok - breaks style of formula

2024-01-17 Thread Dean W
dear devs, I have also found that by modifying the style for formula, and pressing the standard selection on bottom right breaks the style. the new formula are all placed at the top left of the page, and it is impossible to revert to the previous setting (you cannot set to vertical center -

writer formula hat i clips hat

2024-01-17 Thread Dean W
dear devs, found this one for writer formula. hat i clips hat, same for many of the other options such as tilde, circle, breve, check, grave, acute. clipped for export to pdf. fix is to put formula into matrix{}. with matrix{bold hat i} even through looks clipped in document is fine as pdf.

[Cscwg-public] FW: Ballot CSC-22: High Risk Requirements Update

2024-01-17 Thread Dean Coclin via Cscwg-public
Resending to the list… Dean Coclin From: Dean Coclin Sent: Friday, January 12, 2024 4:26 PM Subject: Ballot CSC-22: High Risk Requirements Update Voting has concluded on Ballot CSC 22 and the results are as follows: Certificate Issuers: Yes: (7) Digicert, eMudra, Entrust

[Cscwg-public] Ballot CSC-21v2: Signing Service Update

2024-01-12 Thread Dean Coclin via Cscwg-public
. Therefore the ballot passes. Dean Coclin CSCWG Chair From: Cscwg-public On Behalf Of Bruce Morton via Cscwg-public Sent: Friday, January 5, 2024 3:02 PM To: cscwg-public@cabforum.org Subject: [Cscwg-public] Voting Period begins - Ballot CSC-21v2: Signing Service Update Purpose

Re: [PSES] UKCA Extension .... again

2024-01-11 Thread Jurgensen, Dean
/2016/1101/regulation/34A And The UK regulation Section 34B – seems to allow for CE Marking for an extended period of time after the expiry of Section 34A: https://www.legislation.gov.uk/uksi/2016/1101/regulation/34B/2022-12-31 Thoughts, Dean Dean Jurgensen Delta-Q Technologies Corp. www.delta

[Cscwg-public] Final minutes for 2023-12-14 CSCWG meeting

2024-01-11 Thread Dean Coclin via Cscwg-public
Final minutes for 2023-12-14 CSCWG meeting Attendees: Andrea Holland (VikingCloud), Bruce Morton (Entrust), Corey Bonnell (DigiCert), Dean Coclin (DigiCert), Ian McMillan (Microsoft), Inaba Atsushi (GlobalSign), Inigo Barreira (Sectigo), Martijn Katerbarg (Sectigo), Mohit Kumar (GlobalSign

Calc Page Preview Broken by Column

2024-01-09 Thread Dean W
Dear Friends, I have found a strange bug within a Calc document. I added column A, to a working document, and this broke the page preview. Broken file - https://filebin.net/4g8yy55dvm9y85xl Fixed file - https://filebin.net/t1t4isno5tww76tn If you open the broken file, try to page preview. It

Re: [Cscwg-public] UPDATED CSCWG Agenda January 11, 2023

2024-01-09 Thread Dean Coclin via Cscwg-public
Period 6. Proposed ballot Remove EV Guideline References status 7. Proposed ballot CSCWG charter update status 8. PCI-HSM certification for Code signing HSMs (Richard K) 9. Other business 10. Next meeting - January 25th 11. Adjourn Dean Coclin CSCWG Chair

Re: psql JSON output format

2024-01-09 Thread Dean Rasheed
sembling all the json parts back into proper values would be a > pretty hard problem. > What is your use case? It seems like what you want is quite different from the COPY patch. Regards, Dean

Re: psql JSON output format

2024-01-09 Thread Dean Rasheed
ip safe. OTOH, this patch outputs the Postgres string representation of the object, which might be round-trip safe, but is not very convenient for any other tool to read. Regards, Dean

Re: [Cscwg-public] Consider PCI-HSM certification for Code signing HSMs

2024-01-08 Thread Dean Coclin via Cscwg-public
Richard, Should we add this to the agenda for this week's call? Thanks Dean Dean Coclin Sr. Director Business Development M 1.781.789.8686 From: Cscwg-public On Behalf Of Richard Kisley via Cscwg-public Sent: Tuesday, January 2, 2024 5:31 PM To: cscwg-public@cabforum.org

Re: Emitting JSON to file using COPY TO

2024-01-08 Thread Dean Rasheed
TO stdout WITH (format json); both of those generate the following: ERROR: record type has not been registered Regards, Dean

Re: psql JSON output format

2024-01-08 Thread Dean Rasheed
onb must not be quoted and escaped, since that would change them to strings or double-encode them in the result. And then there are domain types built on top of those types, and arrays, etc. See, for example, the logic in json_categorize_type(). I think that trying to duplicate that client-side is doomed to failure. Regards, Dean

[Cscwg-public] CSCWG Agenda January 11, 2023

2024-01-08 Thread Dean Coclin via Cscwg-public
. Proposed ballot Remove EV Guideline References status 7. Proposed ballot CSCWG charter update status 8. Other business 9. Next meeting - January 25th 10. Adjourn Dean Coclin CSCWG Chair smime.p7s Description: S/MIME cryptographic signature

Stus-List Re: Parting out a C 41 in Dartmouth Nova Scotia

2024-01-04 Thread Dean McNeill via CnC-List
Those would be great JKC! I’d certainly be interested in a few. Dean > On Jan 4, 2024, at 9:14 PM, Rod via CnC-List wrote: > > I stay away from just slapping the C logo on anything. I’m trying to > reproduce actual C promotional items > > Here is the Rugby shirts I

[go-nuts] Maintaining a connection to Postgresql during database failover

2023-12-31 Thread Dean Schulze
I have a web service in Gin that calls Postgresql running on AWS RDS with multi-az failover. When I reboot with failover the primary database and failover starts calls to the web service hang without even getting to the event handler. Once the failover is complete calls to the web service

[meteorite-list] AD: Big Ebay more than 500 NWA and meteorite Sale

2023-12-29 Thread dean bessey via Meteorite-list
Hope everybody is having a great holiday season. I have just managed to get more than 500 meteorites listed on ebay - everything from cheap reject NWA scraps to museum quality listings.See my ebay user id AMUNRECheersDeanhttps://www.ebay.com.au/str/theamunremuseum

Functions to return random numbers in a given range

2023-12-21 Thread Dean Rasheed
ow, and messy. The implementation moves the existing random functions to a new source file, so the new functions all share a common PRNG state with the existing random functions, and that state is kept private to that file. Regards, Dean From 0b7015668387c337114adb4b3c24fe1d8053bf9c Mon Sep 17 00:00

pgsql: Fix BEFORE ROW trigger handling in cross-partition MERGE update.

2023-12-21 Thread Dean Rasheed
, so that it updates the command tag if it does a cross-partition update, making this code path in ExecMergeMatched() consistent with ExecUpdate(). Per bug #18238 from Alexander Lakhin. Back-patch to v15, where MERGE was introduced. Dean Rasheed, reviewed by Richard Guo and Jian He. Discussion

pgsql: Fix BEFORE ROW trigger handling in cross-partition MERGE update.

2023-12-21 Thread Dean Rasheed
, so that it updates the command tag if it does a cross-partition update, making this code path in ExecMergeMatched() consistent with ExecUpdate(). Per bug #18238 from Alexander Lakhin. Back-patch to v15, where MERGE was introduced. Dean Rasheed, reviewed by Richard Guo and Jian He. Discussion

pgsql: Fix BEFORE ROW trigger handling in cross-partition MERGE update.

2023-12-21 Thread Dean Rasheed
, so that it updates the command tag if it does a cross-partition update, making this code path in ExecMergeMatched() consistent with ExecUpdate(). Per bug #18238 from Alexander Lakhin. Back-patch to v15, where MERGE was introduced. Dean Rasheed, reviewed by Richard Guo and Jian He. Discussion

[NTG-context] Re: underbrace label across two lines

2023-12-20 Thread Dean Hung
= 'Aditya' The problem I was running into was the labels might have more words than can be contained within the space allotted on one line (i.e., Cultivar Epithet would not fit in the space on the same line, and hence my question on how to force a \crlf between those two words). Best, Dean On Wed

Re: Assembler programmer wanted

2023-12-20 Thread Dean Kent
remote; I work from home in NC. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* Cheap, fast, good: Pick two. */ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Dean Kent Sent: Tuesday, December 19, 2023 11:51 My response was directed at Bob Bridg

[NTG-context] underbrace label across two lines

2023-12-19 Thread Dean Hung
d using \\ and \crlf, but to no avail. Any help would be greatly appreciated! Dean ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.n

Re: Assembler programmer wanted

2023-12-19 Thread Dean Kent
חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Dean Kent Sent: Monday, December 4, 2023 9:32 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Assembler programmer wanted You are a person. People have rights, objects

[NTG-context] Re: increase vertical between underbrace and equation

2023-12-18 Thread Dean Hung
Thank you, Wolfgang! On Mon, Dec 18, 2023 at 3:13 PM Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Aditya Mahajan schrieb am 18.12.2023 um 21:55: > > On Mon, 18 Dec 2023, Aditya Mahajan wrote: > > > >> On Mon, 18 Dec 2023, Dean Hung wrote

[NTG-context] Re: increase vertical between underbrace and equation

2023-12-18 Thread Dean Hung
Hi Aditya, Many thanks for the help! It works great! On Mon, Dec 18, 2023 at 2:41 PM Aditya Mahajan wrote: > On Mon, 18 Dec 2023, Dean Hung wrote: > > > Hi ConText friends, > > > > I am trying to increase the vertical distance between the underbrace and > >

[NTG-context] increase vertical between underbrace and equation

2023-12-18 Thread Dean Hung
Hi ConText friends, I am trying to increase the vertical distance between the underbrace and the part of the equation above the underbrace. \startformula \underbrace{x+y+z}_{\blank[1cm]\mathrm{my text here}} \stopformula I've tried using \blank and \vspace, but to no avail. For example:

Bug#1055575: gst-python1.0 ftbfs with Python 3.12

2023-12-17 Thread Dean Serenevy
ules, see https://bugs.debian.org/1055575; While disabling tests isn't the best option in the world, it does prevent autoremoval until the upstream issue is resolved. Thanks for all your work! - Dean

Bug#1055575: gst-python1.0 ftbfs with Python 3.12

2023-12-17 Thread Dean Serenevy
ules, see https://bugs.debian.org/1055575; While disabling tests isn't the best option in the world, it does prevent autoremoval until the upstream issue is resolved. Thanks for all your work! - Dean

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v8]

2023-12-13 Thread Dean Long
On Mon, 11 Dec 2023 22:41:56 GMT, Yi-Fan Tsai wrote: >> `jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: >> `/tmp/perf-%d.map`. This change adds an optional argument for specifying a >> file name. >> >> `jcmd PID help Compiler.perfmap` shows the following usage. >> >>

[Cscwg-public] CSCWG Agenda December 14, 2023

2023-12-12 Thread Dean Coclin via Cscwg-public
Guideline References status 7. Proposed ballot CSCWG charter update status 8. Other business 9. Next meeting - No meeting December 28th 10. Adjourn Dean Coclin CSCWG Chair smime.p7s Description: S/MIME cryptographic signature

Re: [Infrastructure] Update of "old" documents

2023-12-12 Thread Dean Coclin via Infrastructure
These were tools that Dimitris created and I refer to from time to time. We should keep/update them and add someplace in the tool. Dean Dean Coclin Sr. Director Business Development M 1.781.789.8686 From: Infrastructure On Behalf Of Inigo Barreira via Infrastructure Sent

Re: [cabfpub] Discussion Period begins: Ballot FORUM-020 - Amend Code Signing Certificate Working Group Charter

2023-12-11 Thread Dean Coclin via Public
Sorry, I realize now this is a forum ballot. Dean Coclin From: Martijn Katerbarg Sent: Monday, December 11, 2023 4:50 AM To: Dean Coclin ; CABforum1 Subject: Re: Discussion Period begins: Ballot FORUM-020 - Amend Code Signing Certificate Working Group Charter Hi Dean

Re: [cabfpub] Discussion Period begins: Ballot FORUM-020 - Amend Code Signing Certificate Working Group Charter

2023-12-07 Thread Dean Coclin via Public
On #2, did we decide that it was ok to change scope of the WG w/o approval from the Forum? Dean Coclin From: Public On Behalf Of Martijn Katerbarg via Public Sent: Tuesday, December 5, 2023 4:23 AM To: CABforum1 Subject: [cabfpub] Discussion Period begins: Ballot FORUM-020

Re: [Cscwg-public] NOTICE OF REVIEW PERIOD – BALLOT CSC-20

2023-12-07 Thread Dean Coclin via Cscwg-public
The review period for Ballot CSC-20 has concluded. No essential claims were filed. Corey Bonnell will update this in github for approval by the chairs. Thank you, Dean Coclin CSCWG Chair From: Cscwg-public On Behalf Of Dean Coclin via Cscwg-public Sent: Monday, October

Re: Assembler programmer wanted

2023-12-04 Thread Dean Kent
with age, and a sharp tongue is the only edged tool that grows keener with constant use. -from "Rip van Vinkle" by Washington Irving */ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Dean Kent Sent: Monday, December 4, 2023 09:48 As part of the

Re: Assembler programmer wanted

2023-12-04 Thread Dean Kent
I think this is a bad analogy.   The guy who installs or fixes an item that does not actually generate revenue certainly can ask for residuals - but there aren't any since there is no income from it. However, if residuals is a thing (which it is in some industries) then asking for a piece of

Adding OLD/NEW support to RETURNING

2023-12-04 Thread Dean Rasheed
won't need to. Thoughts? Regards, Dean [1] https://www.postgresql.org/message-id/flat/CAEZATCWePEGQR5LBn-vD6SfeLZafzEm2Qy_L_Oky2=qw2w3...@mail.gmail.com [2] https://www.postgresql.org/message-id/flat/51822C0F.5030807%40gmail.com diff --git a/src/backend/executor/execExpr.c b/src/backend/exec

[Cscwg-public] Final minutes of CSCWG meeting November 16, 2023

2023-12-01 Thread Dean Coclin via Cscwg-public
CSCWG Meeting 2023-11-16 General Note: A recording was not started for the meeting. As such, most items in these minutes were provided by Bruce based on his own notes. If anyone has anything to add, please reach out. Attendees Andrea Holland - (VikingCloud), Ben Dewberry - (Keyfactor),

[plasmashell] [Bug 429892] support set display an alternate calendar system under the main calendar

2023-11-29 Thread dean
https://bugs.kde.org/show_bug.cgi?id=429892 dean changed: What|Removed |Added CC||seo1...@gmail.com -- You are receiving this mail

[Cscwg-public] CSCWG Agenda November 30, 2023

2023-11-28 Thread Dean Coclin via Cscwg-public
status 6. Proposed ballot Remove EV Guideline References status 7. Proposed ballot CSCWG charter update status 8. RFC for Key Attestation Presentation (Mike Ounsworth-Entrust) 9. Other business 10. Next meeting - Dec 14th 11. Adjourn Dean Coclin CSCWG Chair

Re: [PATCH] psql: Add tab-complete for optional view parameters

2023-11-28 Thread Dean Rasheed
On Tue, 28 Nov 2023 at 03:42, Shubham Khanna wrote: > > I reviewed the given Patch and it is working fine. > Thanks for checking. Patch pushed. Regards, Dean

pgsql: psql: Add tab completion for view options.

2023-11-28 Thread Dean Rasheed
psql: Add tab completion for view options. Add support for tab completion of WITH (...) options to CREATE VIEW, and for the corresponding SET/RESET (...) options in ALTER VIEW. Christoph Heiss, reviewed by Melih Mutlu, Vignesh C, Jim Jones, Mikhail Gribkov, David Zhang, Shubham Khanna, and me.

Bug#1057020: libgdk-pixbuf-2.0-0: Fails to load webp

2023-11-27 Thread Dean Hamstead
Package: libgdk-pixbuf-2.0-0 Version: 2.42.10+dfsg-3 Severity: important Dear Maintainer, libgdk-pixbuf-2.0-0 fails to load webp images. This is a regression also reported in arch here -> https://bbs.archlinux.org/viewtopic.php?id=287629 PR with patch is here ->

Bug#1056295: geeqie: webp images no longer viewable

2023-11-27 Thread Dean Hamstead
Seems like https://bbs.archlinux.org/viewtopic.php?id=287629 On Sun, 19 Nov 2023 19:44:17 -0800 Dean Hamstead wrote: > Package: geeqie > Version: 1:2.1-1 > Severity: important > > Dear Maintainer, > > Upon recent update, webp images are no longer viewable > > &g

[plasmashell] [Bug 477559] Plasma shell crashed after removing default panel

2023-11-26 Thread Dean Sellis
https://bugs.kde.org/show_bug.cgi?id=477559 --- Comment #1 from Dean Sellis --- Created attachment 163500 --> https://bugs.kde.org/attachment.cgi?id=163500=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving this mail because:

[plasmashell] [Bug 477559] New: Plasma shell crashed after removing default panel

2023-11-26 Thread Dean Sellis
https://bugs.kde.org/show_bug.cgi?id=477559 Bug ID: 477559 Summary: Plasma shell crashed after removing default panel Classification: Plasma Product: plasmashell Version: 5.27.9 Platform: openSUSE OS: Linux

Re: [PATCH] psql: Add tab-complete for optional view parameters

2023-11-23 Thread Dean Rasheed
uot; (though there's no point in doing likewise for the boolean options, since they default to true, if present, and false otherwise). Attached is an updated patch, incorporating those comments. Barring any further comments, I think this is ready for commit. Regards, Dean From 2f143cbfe185c723419a8fffcf5

Re: [CODE4LIB] AI Governance / Ethical and Responsible AI Use

2023-11-20 Thread Dean W. Armstrong
The whole University has a policy: https://its.uchicago.edu/generative-ai-guidance/ -Original Message- From: Code for Libraries On Behalf Of Ray Voelker Sent: Monday, November 20, 2023 10:29 AM To: CODE4LIB@LISTS.CLIR.ORG Subject: [CODE4LIB] AI Governance / Ethical and Responsible AI

Bug#1056295: geeqie: webp images no longer viewable

2023-11-19 Thread Dean Hamstead
Package: geeqie Version: 1:2.1-1 Severity: important Dear Maintainer, Upon recent update, webp images are no longer viewable Here is a file that is webp and previously viewable, but now gives an erro and doesnt view dean@wheeljack:~/pics$ file 271366_20211213110900.webp 271366_20211213110900

Re: [EXT] Replication going away?

2023-11-18 Thread Dean Carpenter
On 2023-07-20 5:31 pm, deano-dove...@areyes.com wrote: On 2023-07-19 4:08 pm, Gerald Galster wrote: A 50-100 mailbox user server will run Dovecot CE just fine. Pro would be overkill. What is

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

Re: MERGE ... RETURNING

2023-11-18 Thread Dean Rasheed
to grammatical errors in my own text, no matter how many times I read it. Thanks for checking! Pushed. The v13 patch still applies on top of this, so I won't re-post it. Regards, Dean

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by

Re: MERGE ... RETURNING

2023-11-15 Thread Dean Rasheed
we need to add a > MERGE entry in glossary.sgml? Yes, that makes sense. Attached is a separate patch with those doc updates, intended to be applied and back-patched independently of the main RETURNING patch. Regards, Dean merge-docs.patch.no-cfbot Description: Binary data

[Kernel-packages] [Bug 2042546] Re: Include cifs.ko in linux-modules package

2023-11-14 Thread Dean Attewell
when will this change be deployed? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2042546 Title: Include cifs.ko in linux-modules package Status in linux package in Ubuntu: Invalid

Re: [OAUTH-WG] Call for adoption - Identity Chaining

2023-11-14 Thread Saxe, Dean
I’m in favor of adoption. Thank you, -dhs -- Dean H. Saxe, CIDPRO<https://idpro.org/cidpro/> (he/him) Senior Security Engineer, AWS Identity Security Team | Amazon Web Services (AWS) E: deans...@amazon.com<mailto:deans...@amazon.com> | M: 206-659-7293 From: OAuth on behalf of

Re: [OAUTH-WG] Call for adoption - Transaction Tokens

2023-11-14 Thread Saxe, Dean
I’m in favor of adoption. Thank you, -dhs -- Dean H. Saxe, CIDPRO<https://idpro.org/cidpro/> (he/him) Senior Security Engineer, AWS Identity Security Team | Amazon Web Services (AWS) E: deans...@amazon.com<mailto:deans...@amazon.com> | M: 206-659-7293 From: OAuth on behalf of

Re: Infinite Interval

2023-11-14 Thread Dean Rasheed
On Thu, 9 Nov 2023 at 12:49, Dean Rasheed wrote: > > OK, I have pushed 0001 and 0002. Here's the remaining (main) patch. > OK, I have now pushed the main patch. Regards, Dean

pgsql: Support +/- infinity in the interval data type.

2023-11-14 Thread Dean Rasheed
Support +/- infinity in the interval data type. This adds support for infinity to the interval data type, using the same input/output representation as the other date/time data types that support infinity. This allows various arithmetic operations on infinite dates, timestamps and intervals. The

Re: in-view RPZ definitions

2023-11-11 Thread Lannar Dean via bind-users
will work, but at this point I'm grasping at straws. Thanks for your help PS - sorry for the double post to the mailing list, I wasn't sure if my last message in this thread went through. On Sat, Nov 11, 2023 at 11:31 AM Evan Hunt wrote: > On Fri, Nov 10, 2023 at 05:24:59PM -0500, Lannar Dean via b

in-view RPZ definitions

2023-11-10 Thread Lannar Dean via bind-users
This is a continuation of a very old thread from this mailing list found here: https://groups.google.com/g/comp.protocols.dns.bind/c/nAHtXSDcDl4?pli=1 It appears that what I'm attempting to do did not work at the time of this thread 8 years ago, but I'm wondering if anything has changed by now.

Re: BIND-9.10.2-P4: Cannot use in-view to refer to RPZ zone definitions: "'$RPZ_ZONE' is not a master or slave zone"

2023-11-10 Thread Lannar Dean via bind-users
I know this is an incredibly old thread, but I was wondering if there has been any progress on this topic within the last 8 years. I am attempting to use views to offer different configurations of RPZ filtering to different subsets of the user population. My original approach was having

Re: Bug: RLS policy FOR SELECT is used to check new rows

2023-11-10 Thread Dean Rasheed
tched the current behaviour. Before going too far down that route though, it is perhaps worth asking whether this is something users really want. Is there a real use-case for being able to UPDATE rows and have them disappear? Regards, Dean

[Kernel-packages] [Bug 2042092] Re: CIFS module is not included in 6.2.0-1016

2023-11-09 Thread Dean Attewell
Related But.. and fixed in this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2042546 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-azure in Ubuntu. https://bugs.launchpad.net/bugs/2042092 Title: CIFS module is not

Re: Bug: RLS policy FOR SELECT is used to check new rows

2023-11-09 Thread Dean Rasheed
row, but then if you tried to SELECT it later, the USING part of the policy might say no. That seems pretty confusing. I would expect a row to either be visible or not, consistently across all commands. Regards, Dean

Re: MERGE ... RETURNING

2023-11-09 Thread Dean Rasheed
On Sun, 5 Nov 2023 at 11:52, Dean Rasheed wrote: > > OK, that's a fair point. Attached is a new version, replacing those > parts of the implementation with a new MergingFunc node. It doesn't > add that much more complexity, and I think the new code is much > neater. > Rebase

pgsql: Avoid integer overflow hazard in interval_time().

2023-11-09 Thread Dean Rasheed
Avoid integer overflow hazard in interval_time(). When casting an interval to a time, the original code suffered from 64-bit integer overflow for inputs with a sufficiently large negative "time" field, leading to bogus results. Fix by rewriting the algorithm in a simpler form, that more

[exim] Compiling issues with 4.97

2023-11-09 Thread dean--- via Exim-users
mber named dane_verified; did you mean certificate_verified? if ( tls_out.dane_verified ^ certificate_verified make[1]: *** [Makefile:834: tls.o] Error 1 Thanks, Dean Brooks d...@iglou.com -- ## subscription configuration (requir

pgsql: Fix AFTER ROW trigger execution in MERGE cross-partition update.

2023-11-09 Thread Dean Rasheed
Fix AFTER ROW trigger execution in MERGE cross-partition update. When executing a MERGE UPDATE action, if the UPDATE is turned into a cross-partition DELETE then INSERT, do not attempt to invoke AFTER UPDATE ROW triggers, or any of the other post-update actions in ExecUpdateEpilogue(). For

pgsql: Fix AFTER ROW trigger execution in MERGE cross-partition update.

2023-11-09 Thread Dean Rasheed
Fix AFTER ROW trigger execution in MERGE cross-partition update. When executing a MERGE UPDATE action, if the UPDATE is turned into a cross-partition DELETE then INSERT, do not attempt to invoke AFTER UPDATE ROW triggers, or any of the other post-update actions in ExecUpdateEpilogue(). For

pgsql: Fix AFTER ROW trigger execution in MERGE cross-partition update.

2023-11-09 Thread Dean Rasheed
Fix AFTER ROW trigger execution in MERGE cross-partition update. When executing a MERGE UPDATE action, if the UPDATE is turned into a cross-partition DELETE then INSERT, do not attempt to invoke AFTER UPDATE ROW triggers, or any of the other post-update actions in ExecUpdateEpilogue(). For

pgsql: Fix corner-case 64-bit integer subtraction bug on some platforms

2023-11-09 Thread Dean Rasheed
Fix corner-case 64-bit integer subtraction bug on some platforms. When computing "0 - INT64_MIN", most platforms would report an overflow error, which is correct. However, platforms without integer overflow builtins or 128-bit integers would fail to spot the overflow, and incorrectly return

pgsql: Fix corner-case 64-bit integer subtraction bug on some platforms

2023-11-09 Thread Dean Rasheed
Fix corner-case 64-bit integer subtraction bug on some platforms. When computing "0 - INT64_MIN", most platforms would report an overflow error, which is correct. However, platforms without integer overflow builtins or 128-bit integers would fail to spot the overflow, and incorrectly return

pgsql: Fix corner-case 64-bit integer subtraction bug on some platforms

2023-11-09 Thread Dean Rasheed
Fix corner-case 64-bit integer subtraction bug on some platforms. When computing "0 - INT64_MIN", most platforms would report an overflow error, which is correct. However, platforms without integer overflow builtins or 128-bit integers would fail to spot the overflow, and incorrectly return

pgsql: Fix corner-case 64-bit integer subtraction bug on some platforms

2023-11-09 Thread Dean Rasheed
Fix corner-case 64-bit integer subtraction bug on some platforms. When computing "0 - INT64_MIN", most platforms would report an overflow error, which is correct. However, platforms without integer overflow builtins or 128-bit integers would fail to spot the overflow, and incorrectly return

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