-
Hey guys,
So I'm having a difficult time getting certain files t but does not work on wsl when I leave it as a lama file o load. Here's one example, the below file works on windows if I change it to …
-
This may be a somewhat private api but it is used by Django.
https://docs.python.org/3/library/_thread.html#thread.get_ident
It is used here:
https://github.com/django/django/blob/stable/2.2.…
-
In nginx-lua/openresty, I can close the http response early (avoid my users waiting) and continue doing things that cost time on my server:
```
ngx.say("bye bye, my user")
ngx.eof()
local http=r…
-
Hello, I happen to be interested in more in blinkenlights debugging capability rather than the comopolitan project as a whole.
But for some reason everytime I try to run any dynamically linked musl…
kyx0r updated
3 years ago
-
# Problem
Current situation: Nvim ships a few parsers (C, Lua, vimdoc, vimscript) in its runtime. If user wants more parsers they must build the parser and put it on their 'runtimepath' , or use a …
-
I was trying to compile some Nim code using cosmocc, and it turns out the generated C code can't be compiled due to errors like this:
```
@snim@slib@ssystem.nim.c:1055:18: error: ‘__stderrp’ undec…
-
### What version are you using (`fq -v`)?
$ fq -v
0.0.9 (linux amd64)
### How was fq installed?
Downloaded from https://github.com/wader/fq/releases as that old ubuntu20 doesn't have packa…
-
**Describe the bug**
Can't open binaries from [cosmo.zip](https://cosmo.zip/pub/cosmos/bin/) that where compiled with [Cosmopolitan libc](https://github.com/jart/cosmopolitan)
**To reproduce**
…
-
This is not the same thing as the request for supporting cross compilation.
Cosmopolitan is a new technology that allow x86 (and with emulation ARM) binaries to be executed on any OS, with a singles …
-
We can develop and test RISC-V support with official Ubuntu spported [Vision Five 2 RISC-V Board](https://wiki.ubuntu.com/RISC-V/StarFive%20VisionFive%202).
If we add architecture support for RISC-…