Zac Nowicki
Zac Nowicki
Hi Jesse! I have an interesting PR for you. We have a particular use case wherein we do something like the following: 1. Create a `Sandbox` instance (via `Runtime`) 2....
This killed logging output in our app because it reconfigures the global logger config: https://github.com/jessedoyle/duktape.cr/blob/master/src/duktape/log.cr#L10-L15 Easily fixable by changing the order of our `require` in our app to load duktape...
```cr class Error < Exception end def yields yield end def foo yields do rescue : Error end end foo ``` Crashes with: ``` Crystal::ASTNode#dependencies cannot be nil (NilAssertionError) from...
Hi there! I've defined a model, and am simply trying to pull a full instance of it: ```cr pp StarSystem.all.first! ``` However, this hangs forever with: ``` StarSystem.all.first! #=> 2017-07-07...
## Context Odin: dev-2022-03:7cc185bf OS: Antergos Linux, Linux 5.16.11-arch1-1 CPU: Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz RAM: 7893 MiB ## Expected Behavior `@(require_results)` works regardless of procedure form ## Current...
This updates our `README` with a general introduction, and reorganizes the support and contribution sections. Additionally, installation troubleshooting steps have been moved to a new FAQ page on the wiki...
This issue serves as a notice that `3.x` will be the last release series to feature user account compatibility. While for some time now the community has discouraged use of...
Examples: https://gist.github.com/z64/1d1bb0e38c687d77edb1f7e2fe94e6c2 This is only available on the unreleased API v7, so to test this one must change the API base URL. --- My recommendation is to raise a specific...
v3.3.0 defaults to `zlib-stream` transport compression, which has been identified to be a slow codepath. This can cause extended loading times for servers upon connecting, and if heartbeat ack checking...
To any watchers; please :+1: or :-1: if you like or dislike this - it will help us gage whether something like this should be merged :smiley_cat: --- This is...