[FFmpeg-cvslog] avcodec/nvenc: add high bit depth encoding for HEVC

2024-04-24 Thread Diego Felix de Souza
ffmpeg | branch: master | Diego Felix de Souza | Fri Apr 19 08:38:51 2024 +| [9d675bb60d2542631f37613aa92b7e1144bbeaa1] | committer: Timo Rothenpieler avcodec/nvenc: add high bit depth encoding for HEVC Adding 10-bit encoding support for HEVC if the input is 8-bit. In case of 8-bit input

(PN) FACS 24 - Second Call for Papers

2024-04-23 Thread Marmsoler, Diego via Petrinet
) PROGRAM CO-CHAIRS - Diego Marmsoler (University of Exeter, United Kingdom) - Meng Sun (Peking University, China) PROGRAM COMMITTEE

Re: SRFI-143 Fixnums (was Generalized-Arrays egg v1.0.1)

2024-04-22 Thread Diego
On Monday, April 22nd, 2024 at 11:56 PM, Jeremy Steward wrote: > Sorry to reply to myself, but I've provided some better patches now, see > attached. Whoops, I got this in the middle of pushing the previous change. I'll try and apply the new patches. Thanks for this. Diego

Re: SRFI-143 Fixnums (was Generalized-Arrays egg v1.0.1)

2024-04-22 Thread Diego
ctive on email (IRC, if I ever get around to setting it up again) going forward to keep track of this and my other eggs, should they come up. Diego

Re: Generalized-Arrays egg v1.0.1

2024-04-22 Thread Diego
to the sources at https://git.sr.ht/~dieggsy/srfi-143, or transfer the egg to a different maintainer/repo entirely if that approach is preferred. Diego On Tuesday, February 6th, 2024 at 11:04 AM, felix.winkelm...@bevuta.com wrote: > > Aha, so as long as something is wrapped we don't see the sam

[webkit-changes] [WebKit/WebKit] 383a96: [ews] [GTK][WPE] Remove DerivedSources directories...

2024-04-22 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 383a968afba25dc67a10d75ee17f95e7ddeb5e1c https://github.com/WebKit/WebKit/commit/383a968afba25dc67a10d75ee17f95e7ddeb5e1c Author: Diego Pino Garcia Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths

Re: OT: debian vmware vcenter 8.0

2024-04-22 Thread Diego Zuccato
Bidonare VMWare e passare in massa a Proxmox. Noi abbiamo da tempo un cluster di 9 nodi (ex nodi di calcolo che venivano bidonati) e "quasi" 0 problemi. Se servono più di 16 nodi, allora meglio considerare oVirt, scala fino a centinaia di macchine fisiche senza problemi. Diego Il

[FFmpeg-devel] [PATCH v2] avcodec/nvenc: High bit depth encoding for HEVC

2024-04-19 Thread Diego Felix de Souza via ffmpeg-devel
From: Diego Felix de Souza Adding 10-bit encoding support for HEVC if the input is 8-bit. In case of 8-bit input content, NVENC performs an internal CUDA 8 to 10-bit conversion of the input prior to encoding. Currently, only AV1 supports encoding 8-bit content as 10-bit. Signed-off-by: Diego

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: High bit depth encoding for HEVC

2024-04-19 Thread Diego Felix de Souza via ffmpeg-devel
before, is a more efficient way to achieve the same result due to memory accesses and storage, the same feature is already supported in FFmpeg for AV1 (av1_nvenc). Hence, it would not make sense to the user perfom in one way for AV1 and another way for HEVC. Best regards, Diego On 19.04.24, 09:39,

Re: Arrow Flight JDBC + Arrow RS example

2024-04-18 Thread Diego Fernandez
in the PreparedStatement flow? Are you correctly specifying the location on the FlightEndpoints for FlightIinfo? Something to note is that both ADBC and JDBC `.execute` calls actually use PreparedStatements under the covers. On Thu, Apr 18, 2024 at 10:15 AM Istvan Fodor wrote: > Thank you Di

[MARMAM] New article in Pontoporiia blainvillei anatomy

2024-04-18 Thread Ignacio Molpeceres de Diego
, the tongue, the teeth, the stomach, and the small intestine. Thus, this paper add precious information to the actual knowledge of this vulnerable marine mammal species in order to improve conservation efforts. Tostado-Marcos C, Olocco Diz MJ, Martín-Orti R, Loureiro JP, Molpeceres-Diego I

Re: Arrow Flight JDBC + Arrow RS example

2024-04-18 Thread Diego Fernandez
Interesting... so the Rust AFS server is returning the token in the payload? I believe it should be setting it on the returning headers instead. In the Java server, you decide on the authentication mechanism. The equivalent of what you're trying to do is `BearerTokenAuthenticator`, which allows

adding VVE, lame mp3 and fdk acc patches to ffmpeg

2024-04-18 Thread Diego Humanes Álava via rpmfusion-users
Hello, I would like to suggest if you could add VVC patches to ffmpeg to latest 7.0 version for rawhide to enable VVC encoding, according to these intructions from Fraunhofer: https://github.com/fraunhoferhhi/vvenc/wiki/FFmpeg-Integration Also, it would be nice to enable lame mp3 and fdk aac

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: High bit depth encoding for HEVC

2024-04-18 Thread Diego Felix de Souza via ffmpeg-devel
Hi Timo, Thank you for your review. Please check my answers below. Best regards, Diego On 17.04.24, 16:27, "Timo Rothenpieler" wrote: External email: Use caution opening links or attachments On 15/04/2024 16:39, Diego Felix de Souza via ffmpeg-devel wrote: > From: Diego F

[nexa] Successful and timely uptake of artificial intelligence in science in the EU

2024-04-17 Thread Diego Giorio
https://op.europa.eu/en/publication-detail/-/publication/2a6e3d4f-fae0-11ee-a251-01aa75ed71a1/language-en/format-PDF/source-315352732Credo che questo report possa interessare la lista Saluti a tutti D.___ nexa mailing list nexa@server-nexa.polito.it

[webkit-changes] [WebKit/WebKit] 8965f9: [WPE] Build fix when WPE_PLATFORM disabled after 2...

2024-04-17 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8965f9b7d1beb1b6f6210da11311841b1236b05a https://github.com/WebKit/WebKit/commit/8965f9b7d1beb1b6f6210da11311841b1236b05a Author: Diego Pino Garcia Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] efc100: [LibWebRTC] Unreviewed, build fix for Linux after ...

2024-04-17 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: efc100be9db430e8793e6a3b4310ffc871a97245 https://github.com/WebKit/WebKit/commit/efc100be9db430e8793e6a3b4310ffc871a97245 Author: Diego Pino Garcia Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] fb5430: [GCC] Unreviewed, build fix for Debian 11 after 27...

2024-04-17 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fb54302c60a6994a7228aec170a75b609b3e1320 https://github.com/WebKit/WebKit/commit/fb54302c60a6994a7228aec170a75b609b3e1320 Author: Diego Pino Garcia Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 60eb46: [WPE] Unreviewed, fix build for Linux after 277560...

2024-04-16 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 60eb46fa0b3424f208881db64010fdb64a0bfb6e https://github.com/WebKit/WebKit/commit/60eb46fa0b3424f208881db64010fdb64a0bfb6e Author: Diego Pino Garcia Date: 2024-04-16 (Tue, 16 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] f779b8: [GTK] Import 'drmGetFormatName' from libdrm

2024-04-16 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f779b8d5fb6fa851f4a08122347e647584f97ad7 https://github.com/WebKit/WebKit/commit/f779b8d5fb6fa851f4a08122347e647584f97ad7 Author: Diego Pino Garcia Date: 2024-04-16 (Tue, 16 Apr 2024) Changed paths

Re: sito web / ftp dove salvare dei file temporanei

2024-04-16 Thread Diego Zuccato
Temo che non sia così semplice: la richiesta DNS probabilmente la manda solo tramite la rete cellulare... Qui https://www.hostinger.it/hosting-gratuito dicono che offrono hosting gratuito anche ftp (non anonimo). Diego Il 16/04/2024 08:27, Marco Bertorello ha scritto: Il lun 15 apr 2024

[FFmpeg-devel] [PATCH] avcodec/nvenc: High bit depth encoding for HEVC

2024-04-15 Thread Diego Felix de Souza via ffmpeg-devel
From: Diego Felix de Souza Adding 10-bit encoding support for HEVC if the input is 8-bit. In case of 8-bit input content, NVENC performs an internal CUDA 8 to 10-bit conversion of the input prior to encoding. Currently, only AV1 supports encoding 8-bit content as 10-bit. Signed-off-by: Diego

[MARMAM] Cardiorespiratory patterns of South American sea lions

2024-04-15 Thread Diego Rodríguez
Dear MARMAM community, On behalf of all authors, I am pleased to share our study on cardiorespiratory patterns of South American sea lions. PDF copies are available upon request to Carolina de León (de.leon.car...@gmail.com) Cheers Diego Rodríguez De León, M. C., Rodríguez, D. H., & Dassi

Re: [Geoserver-users] Issue with poor performance after labelling a layer

2024-04-15 Thread Jesús de Diego via Geoserver-users
Hi Oscar i do not know if this is the reason, but there is a typo: "Geoemtry" Regards Jesús El lun, 15 abr 2024 a las 10:57, Oscar Diago Alonso via Geoserver-users (< geoserver-users@lists.sourceforge.net>) escribió: > Good morning. > > > > I have a layer with two geometry attributes: one is

[webkit-changes] [WebKit/WebKit] 8d7ece: [JHBuild] Upgrade 'libdrm' module to version '2.4....

2024-04-15 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8d7eceb1f07dd13e4e2195f14d02fc27489a87a9 https://github.com/WebKit/WebKit/commit/8d7eceb1f07dd13e4e2195f14d02fc27489a87a9 Author: Diego Pino Garcia Date: 2024-04-15 (Mon, 15 Apr 2024) Changed paths

[webkit-changes] [WebKit/WebKit] faafe6: [GCC] Unreviewed, build fix for Ubuntu LTS after 2...

2024-04-15 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: faafe6773774b3c1b779ef5af3915fafc8ea7e87 https://github.com/WebKit/WebKit/commit/faafe6773774b3c1b779ef5af3915fafc8ea7e87 Author: Diego Pino Garcia Date: 2024-04-14 (Sun, 14 Apr 2024) Changed paths

[nexa] Guida autonoma

2024-04-13 Thread Diego Giorio
Credo che questo episodio possa interessare ai nexiani https://www.macitynet.it/tesla-porta-ospedale-proprietario-infarto/Buona domenica D.___ nexa mailing list nexa@server-nexa.polito.it https://server-nexa.polito.it/cgi-bin/mailman/listinfo/nexa

[FFmpeg-cvslog] avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1

2024-04-13 Thread Diego Felix de Souza
ffmpeg | branch: master | Diego Felix de Souza | Fri Apr 12 20:08:12 2024 +| [1f265aa91d6ce11fbf499ee867eae13bc7117e9d] | committer: Timo Rothenpieler avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1 When Split frame encoding is enabled, each input frame is partitioned

RE: why no ffmpeg 7.0 yet on rawhide?

2024-04-12 Thread Diego Humanes Álava via rpmfusion-users
> I thought it is sponsored by RedHat. Interesting. Could you explain what gave you that idea? Just because it looks you need to work and wait for them to sort out dependencies with their packages. I don't know, I just couldn't believe that Redhat can leave you on your own working out an

[FFmpeg-devel] [PATCH v2 2/2] avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1

2024-04-12 Thread Diego Felix de Souza via ffmpeg-devel
From: Diego Felix de Souza When Split frame encoding is enabled, each input frame is partitioned into horizontal strips which are encoded independently and simultaneously by separate NVENCs, usually resulting in increased encoding speed compared to single NVENC encoding. Signed-off-by: Diego

[FFmpeg-devel] [PATCH v2 1/2] avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1

2024-04-12 Thread Diego Felix de Souza via ffmpeg-devel
From: Diego Felix de Souza When Split frame encoding is enabled, each input frame is partitioned into horizontal strips which are encoded independently and simultaneously by separate NVENCs, usually resulting in increased encoding speed compared to single NVENC encoding. Signed-off-by: Diego

[blink-dev] Intent to Prototype: Web Install API

2024-04-12 Thread 'Diego Gonzalez' via blink-dev
code in //chrome? False Estimated milestones No milestones specified Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5183481574850560 This intent message was generated by Chrome Platform Status<https://chromestatus.com/>. Diego González Senior Product Manager M

Re: [FFmpeg-devel] [PATCH] Multi NVENC Split Frame Encoding in HEVC and AV1

2024-04-12 Thread Diego Felix de Souza via ffmpeg-devel
Hi Timo, Thank you for your review. Sorry for both superfulous spaces. Thank you for pointing them out, I will be more careful on the next patches. Please check my answers below. Best regards, Diego From: Timo Rothenpieler Date: Thursday, 11. April 2024 at 15:50 To: FFmpeg development

[TYPES/announce] FACS 24 - Second Call for Papers

2024-04-11 Thread Marmsoler, Diego
) PROGRAM CO-CHAIRS - Diego Marmsoler (University of Exeter, United Kingdom) - Meng Sun (Peking University, China) PROGRAM COMMITTEE - Achim Brucker (University of Exeter

[Hol-info] FACS 24 - Second Call for Papers

2024-04-11 Thread Marmsoler, Diego via hol-info
) PROGRAM CO-CHAIRS - Diego Marmsoler (University of Exeter, United Kingdom) - Meng Sun (Peking University, China) PROGRAM COMMITTEE

Re: Bug#1029097:pam: FTBFS on hurd-i386

2024-04-11 Thread Diego Nieto Cid
Hello >--- /dev/null >+++ pam-1.5.3/libpam/include/path_max.h >@@ -0,0 +1,7 @@ >+/* >+ * Define PATH_MAX if not available >+ */ >+ >+#ifndef PAH_MAX There's a typo here ^ >+#define PATH_MAX 4096 >+#endif Cheers

Re: [VOTE] [SIP-95] Proposal for Catalog Support in SQL Lab

2024-04-11 Thread Diego Pucci
+1 (binding) On Thu, Apr 11, 2024, 15:18 Craig Rueda wrote: > +1 > > - Craig > > > On Apr 11, 2024, at 5:54 AM, Beto Dealmeida > wrote: > > > > Hi, folks! > > > > I'd like to call for a vote on SIP-95: > https://github.com/apache/superset/issues/22862 > > > > Thank you, > > --Beto >

[FFmpeg-devel] [PATCH] Multi NVENC Split Frame Encoding in HEVC and AV1

2024-04-11 Thread Diego Felix de Souza via ffmpeg-devel
From: Diego Felix de Souza When Split frame encoding is enabled, each input frame is partitioned into horizontal strips which are encoded independently and simultaneously by separate NVENCs, usually resulting in increased encoding speed compared to single NVENC encoding. --- libavcodec/nvenc.c

RE: why no ffmpeg 7.0 yet on rawhide?

2024-04-10 Thread Diego Humanes Álava via rpmfusion-users
Than you for the explanation. I didn't know rpmfusion is a community. I thought it is sponsored by RedHat. Anyway I understand the workload. I wish I could help with packaging. Once I considered applying for RedHat in Brno, Czech Republic. If I write it is because I steem Fedora and its

[webkit-changes] [WebKit/WebKit] d5ab5f: [GCC] Unreviewed, build fix for Ubuntu LTS after 2...

2024-04-09 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d5ab5f9bf70bb953bef41fd1a303b80445b9987f https://github.com/WebKit/WebKit/commit/d5ab5f9bf70bb953bef41fd1a303b80445b9987f Author: Diego Pino Garcia Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths

why no ffmpeg 7.0 yet on rawhide?

2024-04-09 Thread Diego Humanes via rpmfusion-users
Hello, FFmpeg version 7.0 ent out on April 5, five days ago. There is a windows version already, but it's not there yet for Fedora Rawhide 41. If Rawhide is cutting edge and the most updated daily for kernels and such, why hasn't it arrived stable ffmpeg 7.0 yet?

[webkit-changes] [WebKit/WebKit] e449d0: [build.webkit.org] Forcing a build with a hash fai...

2024-04-09 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e449d0612995ec16feec1775ede8b08d9a7d2f00 https://github.com/WebKit/WebKit/commit/e449d0612995ec16feec1775ede8b08d9a7d2f00 Author: Diego Pino Garcia Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths

Re: sito web / ftp dove salvare dei file temporanei

2024-04-08 Thread Diego Zuccato
e jirafeau https://gitlab.com/mojo42/Jirafeau ma attenzione alle policy dell'hosting che usi! Diego Il 06/04/2024 17:27, compact.compact ha scritto: scusate il post non inerente Debian sto cercando un file server gratuito che permetta di salvare anche solo temporaneamente uno o più file zip e ch

[Hol-info] 5th International Workshop on Formal Methods for Blockchains (FMBC) 2024 - Call for Participation

2024-04-06 Thread Marmsoler, Diego via hol-info
Mantle (https://www.mantle.xyz/) about **Deductive verification of smart contracts** # Registration Registration to FMBC 2024 is done through ETAPS 2024: https://www.etaps.org/2024/attending/ Diego Marmsoler Lecturer (Education and Research), Computer Science University of Exeter, Innovation 1

[webkit-changes] [WebKit/WebKit] 50b249: [WPE] Unreviewed test gardening

2024-04-06 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 50b2498a514c53240f2f8f349d767525b8410de6 https://github.com/WebKit/WebKit/commit/50b2498a514c53240f2f8f349d767525b8410de6 Author: Diego Pino Garcia Date: 2024-04-06 (Sat, 06 Apr 2024) Changed paths

Re: policy password

2024-04-04 Thread Diego Zuccato
Si, sulla mia tastiera è di fianco a TAB, prima di W :) Diego Il 04/04/2024 15:54, Paride Desimone ha scritto: Ciao a tutti. Sapete se esiste q -- Diego Zuccato DIFA - Dip. di Fisica e Astronomia Servizi Informatici Alma Mater Studiorum - Università di Bologna V.le Berti-Pichat 6/2 - 40127

[webkit-changes] [WebKit/WebKit] cd9be0: [LibWebRTC] Unreviewed, build fix for Linux after ...

2024-04-04 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cd9be0fded51cea4c2c3a7c9a21d6b4d341df09d https://github.com/WebKit/WebKit/commit/cd9be0fded51cea4c2c3a7c9a21d6b4d341df09d Author: Diego Pino Garcia Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths

Re: [VOTE] SIP-110 Proposal for Alert & Report Modal with Dashboard Filters and Tabs

2024-04-04 Thread Diego Pucci
+1 (binding) Il giorno gio 4 apr 2024 alle ore 02:00 Elizabeth Thompson ha scritto: > Hi All, > I’d like to call a vote for the SIP on Alerts and Reports Modal with > Dashboard Filters and Tabs. In the end we were undecided about how to build > all the features that would solve the requirements

(PN) 5th International Workshop on Formal Methods for Blockchains (FMBC) 2024 - Call for Participation

2024-04-03 Thread Marmsoler, Diego
Mantle (https://www.mantle.xyz/) about **Deductive verification of smart contracts** # Registration Registration to FMBC 2024 is done through ETAPS 2024: https://www.etaps.org/2024/attending/ Diego Marmsoler Lecturer (Education and Research), Computer Science University of Exeter, Innovation 1

Re: GSoC: FIDO support in libssh proposal

2024-03-31 Thread Diego Roux
On Thursday, 28 March 2024 at 15:32, Diego Roux wrote: > However, I wouldn't mind exploring that possibility, some password > managers > are picking up with virtual FIDO devices, although I > don't know if they present themselves as 'USB devices' (as they > should, bet

GSoC: FIDO support in libssh proposal

2024-03-29 Thread Diego Roux
Hi again everyone, Here's my full proposal[1], I'll appreciate any and all feedback. Thanks to all of you, for your time. I look forward to hearing from all of you, Diego Roux. 1: https://docs.google.com/document/d/1jdsg9UawoKR7as-enAXZUAYSmsurRwBoxjFETVdRbI8/edit?usp=sharing

Re: GSoC Project: Integrating FIDO/U2F key support in libssh

2024-03-28 Thread Diego Roux
Hi, On Thursday, 28 March 2024 at 12:53, Jakub Jelen wrote: > So far we were planning to approach the testing the same way the > OpenSSH developers did, but we are open to your suggestion if there is a > reasonable implementation of virtual FIDO devices. Oh, I can see where I caused some

GSoC Project: Integrating FIDO/U2F key support in libssh

2024-03-27 Thread Diego Roux
://gitlab.com/libssh/libssh-mirror/-/merge_requests/476) if it’s below of what’s deemed necessary/appropriate, I’ll be more than happy to contribute more, at whatever I’m directed at. Thank all of you for your time and consideration. Best regards, Diego Roux

[webkit-changes] [WebKit/WebKit] b81583: [LibWebRTC] Unreviewed, build fix for Linux after ...

2024-03-27 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b815830548644893e5dfd7b7f181a00f68068288 https://github.com/WebKit/WebKit/commit/b815830548644893e5dfd7b7f181a00f68068288 Author: Diego Pino Garcia Date: 2024-03-26 (Tue, 26 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 3a45bd: [LibWebRTC] Build fix for Linux after 276556@main

2024-03-25 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3a45bd5537bca43ff55c8b907a7172279d21ee40 https://github.com/WebKit/WebKit/commit/3a45bd5537bca43ff55c8b907a7172279d21ee40 Author: Diego Pino Garcia Date: 2024-03-25 (Mon, 25 Mar 2024) Changed paths

Re: [go-nuts] io.Reader can return (n, err), both non-zero

2024-03-25 Thread Diego Joss
ation and an "func io.Read(io.Reader, p) (int, > error)" wrapper function that caches the error and only returns err!=nil > iff n!=0 ? > > But this maybe just complicate things? > > Diego Joss a következőt írta (2024. március 25., hétfő, 10:16:43 UTC+1): > >> H

Re: [go-nuts] io.Reader can return (n, err), both non-zero

2024-03-25 Thread Diego Joss
an to call Read a second time to get the EOF. > Just for sake of discussion/argumentation, it's still possible for the callee implementation to cache the error status which is returned in the next Read call. Thus a single RPC (or lock) call is performed. -- Diego Joss -- You received this m

Re: [nexa] Nuova rivista su AI "a gratis"

2024-03-23 Thread Diego Giorio
Grazie mille, ieri era tardi e non avevo aperto il pdf. Oggi peraltro è comparsa la sezione "shopping", che ieri non mi sembra ci fosse: https://aire.lexxion.eu/shop/subscriptionsInteressante, ma un tantino fuori budget, per i miei canoni.Buona domenica D.Il 23 Mar 2024 15:13, Antonio ha

[nexa] Nuova rivista su AI "a gratis"

2024-03-22 Thread Diego Giorio
Credo che possa interessare i nexiani. Però non trovo il costo dell'abbonamento, dato che immagino solo il primo numero sia in omaggio. https://aire.lexxion.eu/current_issue/AIRe Buon fine settimana D. ___ nexa mailing list

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
@@ -575,6 +575,68 @@ ValueBoundsConstraintSet::computeConstantDelta(Value value1, Value value2, {{value1, dim1}, {value2, dim2}}); } +void ValueBoundsConstraintSet::populateConstraints(Value value, +

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
https://github.com/dcaballe edited https://github.com/llvm/llvm-project/pull/85895 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
https://github.com/dcaballe approved this pull request. LGTM! Just minor nits that you can address before landing. Thanks! https://github.com/llvm/llvm-project/pull/85895 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
@@ -199,6 +199,28 @@ class ValueBoundsConstraintSet { std::optional dim1 = std::nullopt, std::optional dim2 = std::nullopt); + /// Traverse the IR starting from the given value/dim and add populate dcaballe

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
@@ -575,6 +575,68 @@ ValueBoundsConstraintSet::computeConstantDelta(Value value1, Value value2, {{value1, dim1}, {value2, dim2}}); } +void ValueBoundsConstraintSet::populateConstraints(Value value, +

[llvm-branch-commits] [mlir] [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (PR #85895)

2024-03-22 Thread Diego Caballero via llvm-branch-commits
@@ -575,6 +575,68 @@ ValueBoundsConstraintSet::computeConstantDelta(Value value1, Value value2, {{value1, dim1}, {value2, dim2}}); } +void ValueBoundsConstraintSet::populateConstraints(Value value, +

Re: Data Grid edit

2024-03-21 Thread Diego Mainou
bed.com.au/ | ] Diego Mainou Product Manager M. +61 415 152 091 E. [ mailto:diego.mai...@bizcubed.com.au | diego.mai...@bizcubed.com.au ] [ https://www.bizcubed.com.au/ | www.bizcubed.com.au ] [ https://www.bizcu

[nexa] Affidabilità delle traduzioni automatiche

2024-03-19 Thread Diego Giorio
Questa è decisamente carina. E non ditemi che sono out of topic, perché riguarda l'affidabilità dei sistemi di traduzione automatica. Il paese in questione è naturalmente la cittadina di BRA, opportunamente tradotta in italiano... Saluti a tutti D.

[webkit-changes] [WebKit/WebKit] 20ecbb: [GCC] Unreviewed, build fix for Debian 11 after 27...

2024-03-19 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 20ecbb6bc4e7d6f49512255e9eade1a5b5bcf77b https://github.com/WebKit/WebKit/commit/20ecbb6bc4e7d6f49512255e9eade1a5b5bcf77b Author: Diego Pino Garcia Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths

[webkit-changes] [WebKit/WebKit] 2694d9: [GCC] Unreviewed, build fix for Debian 11 after 27...

2024-03-18 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2694d9fd7095bb1e77640cd3ac0b799448758ed7 https://github.com/WebKit/WebKit/commit/2694d9fd7095bb1e77640cd3ac0b799448758ed7 Author: Diego Pino Garcia Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths

Re: [bess] WG Adoption and IPR Poll for draft-sr-bess-evpn-dpath-04

2024-03-15 Thread Diego Achaval (Nokia)
I support the adoption of this draft. Cheers. Diego. From: Idr on behalf of Jeffrey (Zhaohui) Zhang Date: Wednesday, March 6, 2024 at 10:32 To: 'BESS' , draft-sr-bess-evpn-dp...@ietf.org Cc: idr@ietf. org , 'bess-cha...@ietf.org' Subject: [Idr] WG Adoption and IPR Poll for draft-sr-bess

[webkit-changes] [WebKit/WebKit] 899b2d: [GLIB][WPE] Unreviewed test gardening, update base...

2024-03-12 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 899b2d18cda772f9e9ad728aa5d27f8f5d9b0870 https://github.com/WebKit/WebKit/commit/899b2d18cda772f9e9ad728aa5d27f8f5d9b0870 Author: Diego Pino Garcia Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-12 Thread Diego A. Estrada Rivera via cfe-commits
https://github.com/diego-est updated https://github.com/llvm/llvm-project/pull/84638 >From 114e22388508cd1ef5174bdda041564691b58032 Mon Sep 17 00:00:00 2001 From: Sunglas Date: Sat, 9 Mar 2024 12:23:43 -0400 Subject: [PATCH 1/4] [analyzer] Turn NodeBuilderContext into a class --- .../cl

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-12 Thread Diego A. Estrada Rivera via cfe-commits
diego-est wrote: Seems like it wasn't as easy as just making them private. I think I found all the places where there were private member accesses. The tests passed on my side again and the github-pull-requests action. The code_formatter action keeps failing because of the documentation

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-12 Thread Diego A. Estrada Rivera via cfe-commits
@@ -194,11 +194,12 @@ class CoreEngine { }; // TODO: Turn into a class. diego-est wrote: Done. https://github.com/llvm/llvm-project/pull/84638 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

Re: strano problemino con stringhe base64

2024-03-12 Thread Diego Zuccato
Mah, ma me pare che funzioni rimuovendo la parte '-e "s/$container_ns/$container_ab/"' che non posso testare in quanto non so cosa ci sia nelle variabili container_ns e container_ab . Magari c'è qualcosa di strano che interferisce? Diego Il 12/03/2024 10:18, Piviul ha scritto: Ci

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-12 Thread Diego A. Estrada Rivera via cfe-commits
https://github.com/diego-est updated https://github.com/llvm/llvm-project/pull/84638 >From 114e22388508cd1ef5174bdda041564691b58032 Mon Sep 17 00:00:00 2001 From: Sunglas Date: Sat, 9 Mar 2024 12:23:43 -0400 Subject: [PATCH 1/3] [analyzer] Turn NodeBuilderContext into a class --- .../cl

Re: [blink-dev] Intent to Ethe xperiment: Document Subtitle (Fix PWA app titles)

2024-03-11 Thread 'Diego Gonzalez' via blink-dev
Hola Mike, We're looking art M124 for 4 milestones. 落 Diego On Wednesday 6 March 2024 at 16:38:48 UTC mike...@chromium.org wrote: > Hey Diego, > > Can you clarify what milestones you're requesting for the OT? > > thx, > Mike > On 2/21/24 11:16 AM, 'Diego Gonzalez

[krita] [Bug 483277] New: ComfyUi integration: no docker / function working except controlnet

2024-03-11 Thread Diego V
https://bugs.kde.org/show_bug.cgi?id=483277 Bug ID: 483277 Summary: ComfyUi integration: no docker / function working except controlnet Classification: Applications Product: krita Version: 5.2.2 Platform: Microsoft

[webkit-changes] [WebKit/WebKit] 565848: [WPE] [LibWebRTC] Fix build for ARM 32-bit

2024-03-11 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 565848432d81dc7bb57f62ae1413eb4417d680e9 https://github.com/WebKit/WebKit/commit/565848432d81dc7bb57f62ae1413eb4417d680e9 Author: Diego Pino Garcia Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths

Re: [R-pkg-devel] R CHECK warning about new S3 generic/method consistency

2024-03-11 Thread Diego Hernangómez Herrero
;all")) { } but in any case the method must include at least the arguments defined in the same order. Using … in the generic allows me to include `what` arg with no WARNINGs. Have a nice day! El El lun, 11 mar 2024 a las 19:13, CRAN.r escribió: > On Monday, March

Re: [R-pkg-devel] R CHECK warning about new S3 generic/method consistency

2024-03-11 Thread Diego Hernangómez Herrero
Shouldn’t you include the y argument also in myscale.default ? Your generic is defining that argument as well. Have a nice day! El El lun, 11 mar 2024 a las 18:25, CRAN.r escribió: > I'm trying to define a new generic, and keep getting an S3 generic/method > consistency when running R

Re: [R-pkg-devel] confusion over spellchecking

2024-03-11 Thread Diego Hernangómez Herrero
As per 'The DESCRIPTION file'[1]: As with the ‘Title’ field, double quotes should be used for quotations (including titles of books and articles), and single quotes for non-English usage, including names of other packages and external software. Enclose that words in single quote, it should

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-10 Thread Diego A. Estrada Rivera via cfe-commits
diego-est wrote: I added the appropriate functions and moved the class members into private. Additionally I ran `make check-all` to make sure the now-private members wouldn't cause any issues with the rest of the codebase, all the checks passed. https://github.com/llvm/llvm-project/pull/84638

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-10 Thread Diego A. Estrada Rivera via cfe-commits
https://github.com/diego-est updated https://github.com/llvm/llvm-project/pull/84638 >From 114e22388508cd1ef5174bdda041564691b58032 Mon Sep 17 00:00:00 2001 From: Sunglas Date: Sat, 9 Mar 2024 12:23:43 -0400 Subject: [PATCH 1/2] [analyzer] Turn NodeBuilderContext into a class --- .../cl

Bug#1065876: texlive-extra-utils: The shebang of script de-macro invokes 'python' rather than 'python3'

2024-03-10 Thread Diego Caraffini
Package: texlive-extra-utils Version: 2023.20240207-1 Severity: normal Dear Maintainer, I have a paper written in LaTeX that the publisher required to not contain any user macro, so I used de-macro to produce a distributable version with a Makefile target. Today I tried to recreate the

[clang] [analyzer] Turn NodeBuilderContext into a class (PR #84638)

2024-03-09 Thread Diego A. Estrada Rivera via cfe-commits
https://github.com/diego-est created https://github.com/llvm/llvm-project/pull/84638 >From issue #73088. I changed `NodeBuilderContext` into a class. Additionally, >there were some other mentions of the former being a struct which I also >changed into a class. This is my first tim

[webkit-changes] [WebKit/WebKit] 804acb: [GTK] Garden API tests failing

2024-03-07 Thread Diego Pino
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 804acb53e8f76978c426723eab2532115e71ca13 https://github.com/WebKit/WebKit/commit/804acb53e8f76978c426723eab2532115e71ca13 Author: Diego Pino Garcia Date: 2024-03-07 (Thu, 07 Mar 2024) Changed paths

[slurm-users] Re: Lua script

2024-03-06 Thread Diego Zuccato via slurm-users
Il 06/03/2024 13:49, Gestió Servidors via slurm-users ha scritto: And how can I reject the job inside the lua script? Just use return slurm.FAILURE and job will be refused. -- Diego Zuccato DIFA - Dip. di Fisica e Astronomia Servizi Informatici Alma Mater Studiorum - Università di Bologna

[slurm-users] Re: Lua script

2024-03-06 Thread Diego Zuccato via slurm-users
reject the job, user can decide to change to another queue. Diego Il 06/03/2024 10:25, Gestió Servidors via slurm-users ha scritto: Hello, I’m writing a small lua script that for modify “TimeLimit” of a submited job if user has configured a TimeLimit bigger that configured in the partition. So

Re: When to use the JSON type?

2024-03-04 Thread Diego Mainou
One case includes passing it to a Database as JSON. [ https://www.bizcubed.com.au/ | ] Diego Mainou Product Manager M. +61 415 152

Re: [VOTE] Release Apache Superset 4.0.0 based on Superset 4.0.0rc1

2024-02-29 Thread Diego Pucci
-1 (binding) for the reason Joe has reported above https://github.com/apache/superset/issues/27177 Il giorno gio 29 feb 2024 alle ore 20:08 Evan Rusackas ha scritto: > Hey all! Two things: > > Cryptographic signatures and checksums for this release have been verified. > > > I’m continuing to

RE: How to upgrade the GLIBCXX and GLIBC to the specific version

2024-02-29 Thread Diego Luo (罗国雄)
Hi, Jeff Thanks for your reply. I resolved this issue by upgrading the Raspbian OS from Bullseye to Bookworm. Best Regards Diego -Original Message- From: Jeffrey Walton Sent: Tuesday, February 27, 2024 9:27 PM To: Diego Luo (罗国雄) Cc: debian-user@lists.debian.org Subject: Re: How

Re: Come convertire cups spool driverless application/octect-stream

2024-02-28 Thread Diego Zuccato
olto di più perché è più di un decennio che non mi addentro nei meandri di cups (e onestamente non ne sento la mancanza :) ). -- Diego Zuccato DIFA - Dip. di Fisica e Astronomia Servizi Informatici Alma Mater Studiorum - Università di Bologna V.le Berti-Pichat 6/2 - 40127 Bologna - Italy tel.: +39 051 20 95786

Re: Come convertire cups spool driverless application/octect-stream

2024-02-28 Thread Diego Zuccato
ice di essere compatibile solo con pdf, *dovresti* ricevere solo dei pdf pronti da salvare, IIUC :) HIH Diego Il 28/02/2024 08:07, Piviul ha scritto: Ciao a tutti, sto implementando un backend cups per la stampa in pdf e siccome cups minaccia di togliere il supporto ai driver (cosa che mi s

Re: [Qgis-user] Geotiff from Google Network planner to QGIS

2024-02-27 Thread Diego García del Río via QGIS-User
ional data such as shown in the web ui. You'll have to see of GNP has any api that lets you query by location but I very much doubt they'll export the "best device info" for all points as its just dumping all the data they have. *Diego Garcia del Rio* | CTO | Mediatel S.A. | Tel: +54 11 5218 0463

How to upgrade the GLIBCXX and GLIBC to the specific version

2024-02-26 Thread Diego Luo (罗国雄)
(required by ./blueriver_bitmap_streamer) ./blueriver_bitmap_streamer: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./blueriver_bitmap_streamer) root@raspberrypi:/home/bitmap_overlap/linux-aarch64# Thanks. Best Regards Diego To view our privacy policy, including

Re: Problemi server HPE con Debian 12.5

2024-02-26 Thread Diego Zuccato
in POWEROFF, e la differenza è praticamente solo il messaggio ad ACPI... Diego Il 26/02/2024 12:04, fran...@modula.net ha scritto: Buongiorno a tutti. Ho appena terminato l'installazione di Debian 12.5 in un nuovissimo HPE ML350 G11. A parte l'impossibilità di installare Debian usando il

[BUG] Invalid search bound (wrong side of point) [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2024-02-24 Thread Diego Sánchez
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Making sure to partition the right disk(s)

2024-02-23 Thread Diego Zuccato
Just found another issue: if the MY-DATA partition is on the target disk, reinstall errors out at partitioning because it finds that partition in use. Error happens even if the partition is correctly flagged preserve_lazy :( Enough tampering for today. BYtE, Diego Il 19/01/2024 15:44

Re: Define sda as the smallest disk

2024-02-23 Thread Diego Zuccato
8<-- And 99-disklist.d/fast00 (the host I'm installing) contains: -8<-- #!/bin/bash #filter='scsi-*' #newlist='sdt ' . /usr/lib/fai/subroutines newlist=$(smallestdisk) -8<-- Hope it can be useful for others. Diego Il 22/02/2024 09:02, Diego Zuccato ha scritto: I think there's a bug (w

  1   2   3   4   5   6   7   8   9   10   >