kiwec

Results 13 comments of kiwec

Okay, with a minimal project the traceback is way more readable. It seems you can access static files just fine, but it crashes when accessing the database. Since the daphne...

Workaround for the lazy (like me) : - Set the following : ``` { "use_libclang": false, "clang_binary": "clang-wsl" } ``` - Add a clang-wsl.bat to your PATH containing : ```...

> Hi @kiwec , does this still work for you? I tried this but no completion results show. Sorry, I dropped windows permanently :smile: Can't help you :yum:

@orbitalquark got a bit further with your fix on OpenBSD 7.1 with the following changes: - Added `/usr/local/include` to CFLAGS so `iconv.h` is found - `` also had to be...

Seems like most of the issues come from gcc dependency, not OpenBSD itself. Building with clang fails on Linux too. "Builds" with these changes: https://github.com/kiwec/textadept/commit/4caa4928e2bab6a97de808e86d18dfdbe1c71fd3 However it crashes on startup...

Downloading the binary directly doesn't work either - running it just returns `Illegal instruction (core dumped)`. Github doesn't allow you to attach .core files sadly... WASM version works as a...

- Processor: Intel i5-1130G7 (amd64) - Installed `node` via `pkg_add` - Tests pass (some have no test files, which I assume is ok) After putting the executable made from `gmake...

Downloaded 0.19.5: ``` $ ./package/bin/esbuild --version Illegal instruction (core dumped) $ file package/bin/esbuild package/bin/esbuild: ELF 64-bit LSB executable, x86-64, version 1 $ sha1 package/bin/esbuild SHA1 (package/bin/esbuild) = b673cf4cb77cac0fa5e7662e6e5bf62396190fe8 ``` Built...

> Does the 5xx ISE HTML messages have any useful information? Nope, just generic Cloudflare page. > Any updates on this? (sorry for pinging after a year lol) I don't...

> let's say we do. is the same header present on score submission? No. The clients respect the `x-mcosu-features` header and don't submit scores. If they do, then they would...