Louie Torres

Results 9 comments of Louie Torres

For the Julia solutions, Julia does provide an [`arm64v8`](https://hub.docker.com/r/arm64v8/julia/) Docker image, but only for `1.6.1-buster` while the Julia solutions use `1.6.1-alpine3.13`. How do you suppose we handle this? Should we...

Another note on the reasoning for this on the TypeScript repo is at [TypeScript#27481](https://github.com/microsoft/TypeScript/issues/27481#issuecomment-426026215). This may be fixed in the future by [TypeScript#37582](https://github.com/microsoft/TypeScript/issues/37582) to allow `.ts` import paths, however it...

Just an update, the [link](https://chrome.google.com/webstore/detail/export-cookies/gnkljdjnepojcjhhaoledinfjmampdcd) errors out now with a 404. Latest Chrome Dev (Version 92.0.4491.6 (Official Build) dev (64-bit)) still errors out when trying to export because it doesn't...

Note: As of the latest commit d178d552887e4a1c38852deb95937a1703238b03, this seems to go away when removing the `-ffat-lto-objects` flags from CFLAGS and CXXFLAGS. `-ffat-lto-objects` specifically affects [libjxl_test.c](https://github.com/libjxl/libjxl/blob/main/tools/libjxl_test.c) because [`-Werror`](https://github.com/libjxl/libjxl/blob/0a6bafeead372d59329c0ea390529b70befd4b73/tools/CMakeLists.txt#L360) is set. But,...

Okay, I've narrowed it down somewhat: when `-ffat-lto-objects` is passed to `clang`, the libraries are missing some necessary symbols, namely all the `Jxl*` symbols like `JxlEncoderSetBasicInfo`. I just have no...

I seem to have narrowed it down: when `-ffat-lto-objects` is passed, CMake changes the compiler flags accordingly, removing and adding some options, even when the compiler just ignores it. I'm...

Has someone figured out how Network Signal Guru enables 5G exactly? My understanding is that NSG writes to the NVRAM of the modem, but I can't seem to find the...

> The python interpretter is not "bundled" into the release package in the conventional sense. As I understand, the "bootloader exception" in pyinstaller's licence already covers for this Hmm, I...

FWIW, scoop already supports libjxl: ``` Name : libjxl Description : JPEG XL image format (.jxl) encode/decode tools Version : 0.9.2 Bucket : main Website : https://jpeg.org/jpegxl License : BSD-3-Clause...