Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
Thanks! This worked great! I was able to directly decode a `.flac` file of an old family interview without any additional conversion! @ggerganov Any chance of getting this reviewed?
(FYI I ran this branch on a M1 MBP running the current version of macos.)
Hello all, I'm also seeing this in Ubuntu 25.04: ``` Gdk-Message: 12:17:02.285: Unable to load right_ptr from the cursor theme ``` I (and I assume most ubuntu users) are using...
There is a discussion of early abort/early bail-out for zstd compression in zfs here: https://www.reddit.com/r/zfs/comments/134pkfg/is_lz4_the_only_zfs_compression_option_that/ FYI that references this PR too: https://github.com/openzfs/zfs/pull/13517
FYI OpenZFS has supported docker's overlay2 storage driver since 2.2. See https://github.com/moby/moby/issues/46337#issuecomment-1899224961 I gave up on the docker zfs storage driver some time ago, as it was pretty buggy. If...
But maybe also https://github.com/openzfs/zfs/pull/16401 and https://github.com/openzfs/zfs/pull/16404 might help track down the issue?
I'm seeing the same issue. Installing [v2.8.0 of nlopt](https://github.com/stevengj/nlopt/releases/tag/v2.8.0) first alleviates the problem.
That does not resolve the issue. ``` /usr/local/tmp/crew/stellarium.20240822121513.dir/builddir/_deps/nlopt-src/src/api/options.c: In function ‘nlopt_set_param’: /usr/local/tmp/crew/stellarium.20240822121513.dir/builddir/_deps/nlopt-src/src/api/options.c:273:11: error: implicit declaration of function ‘strnlen’; did you mean ‘strlen’? [-Wimplicit-function-declaration] 273 | len = strnlen(name, 1024) +...
I am using GCC 14, which I believe is more strict about these things...
> > I am using GCC 14, which I believe is more strict about these things... > > Hmm, indeed you're right. So I suppose, if you try building `nlopt`...