Eric Zhang
Eric Zhang
Hi @baku89, thank you for creating glisp. I really like the user interface and am trying to learn the language right now. While reading the tutorial I saw two things...
**Describe the bug** When serving a static file named `a../b.txt` with `app.static()`, the Sanic request handler gives a 400 status code instead of 200. **Code snippet** First file is called...
**What is the previous behavior before this PR?** Line breaks would occur immediately after inline math, even if there is punctuation, which cuts it off at the next line. This...
Global leaderboards for various metrics - fastest game played, fastest solo games, best average speed, matchmaking / TrueSkill rating algorithm. ### Implementation - Probably needs a cron job ([Pub/Sub cloud...
When compiling nannou examples for the first time (as recommended in the documentation), there are several `dead_code` lint warnings from rustc generated in the renderer package. This change simply resolves...
Adding my new [redis-rope](https://github.com/ekzhang/redis-rope) module to the list.
It seems that certain variable names can end up in name collisions in the generated code. For example, the code def f(__print): print __print return __print * 4 y =...
I think the REPL's `:t` command doesn't quite work as I would expect with namespaces that are opened! Here's the output on `carp-v0.5.5-x86_64-macos`: ``` 鲤 :t IO.read-file => (Fn [(Ref...
Hello! This is a really cool language concept & fun to use. I noticed when writing some code in this that the `系统。扫描()` function seems to have some strange behavior...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The "response streaming" [feature of Sanic](https://sanic.dev/en/guide/advanced/streaming.html#response-streaming) produces error messages when...