Samuel Marks
Samuel Marks
@tporadowski It's been a while since Microsoft was on the scene… do you think it's worth reaching out to Redis and trying to contribute these changes back to their master,...
FYI: As per #104 > Porting of Redis 6 is still in progress on [win-6.0 branch](https://github.com/tporadowski/redis/tree/win-6.0) (though last update was in Feb)
@zkteco-home Can you publish the source code also? - Most of us prefer source code we can inspect and compiler ourselves. Thanks
FYI: Development is happening here https://github.com/SamuelMarks/vandal/tree/setuptools
C++ version (just Linux and Windows for now) - https://github.com/Soundux/traypp
@jkcko Looks like this is unmaintained… I've added support for C89 and a few minor linting improvements: https://github.com/offscale/docopt.c/tree/c Would love to merge your changes 😄
Unfortunately I only just found your PR… happy to accept new PRs to my fork There are a few new features I've added, and a bunch more I have planned....
Hey @cgarciae, Thanks for your speedy response I'd just like to note that the future of all these frameworks is uncertain. optax or `jax.experimental.optimizers`? Flax or Trax? JAX or TensorFlow?...
Probably the best way is to rename them also and then have non-conflicting everything-is-lowercase markdown names (web server/ CDN can be configured to perceive any case as lower). Being new...
No idea. My attempt: ``` $ cd "$GOPATH" $ fname="$GOPATH/go.wasm" bin="${fname%.*}"; printf 'package main\nimport "fmt"\nfunc main() { fmt.Println("Hello, 世界") }\n' > "$fname"; GOOS=js GOARCH=wasm go build -o "$bin" -i "$fname";...