iacore

Results 421 comments of iacore

I was able to track it down to `.svelte-kit/output/client/_app/chunks/preload-helper-e4860ae8.js`. Content of the file: ```js const a = "modulepreload", o = {}, u = "/_app/", h = function (s, n) {...

@MichaelSp did you forget to merge this PR?

Also, `chaos` doesn't respect `TERM` at all. I can't find a way to turn it off. My attempts: ``` env TERM=ansi chaos my_eyes.kaos chaos my_eyes.kaos | cat ```

I don't have time to implement this. As a side note, you claim that Chaos has "zero cyclomatic complexity". Is this a joke language?

To reproduce it, simply replace the above function in `test/api/api_tests.c` and run: ``` > bin/wren_test test/api/foreign_class.wren fish: Job 1, 'bin/wren_test test/api/foreign_…' terminated by signal SIGSEGV (Address boundary error) ```

> > Should trigger an error/assert in debug mode. I simply ran `make` to build the static library. Anyway, I think `{ NULL, _ }` should mean no foreign class...

Same problem here: ``` import nimterop/cimport static: cDebug() cIncludeDir("/usr/include") cImport("sys/socket.h") cImport("netinet/in.h") cImport("netinet/sctp.h") ``` Error: ``` stack trace: (most recent call last) /home/user/.nimble/pkgs/nimterop-0.6.13/nimterop/cimport.nim(622, 7) cImport /home/user/.nimble/pkgs/nimterop-0.6.13/nimterop/cimport.nim(12, 11) findPath /home/user/.choosenim/toolchains/nim-#devel/lib/system/assertions.nim(38, 26) failedAssertImpl...

> > Does `/usr/include/openssl/crypto.h` exist? > > Yes. > > ```shell > ❯ file /usr/include/openssl/crypto.h > /usr/include/openssl/crypto.h: C source, ASCII text > ``` I think `cIncludeDir` only affects when the...

Same issue with PCI passthrough + HVM. Same popup message. `/var/log/libvirt/libxl/libxl-driver.log` shows no relevant error though. The "step up" trick didn't work for me. 3000MB - failed 2000MB - failed...