Linus Sellberg
Linus Sellberg
So, I'm playing around with fairly large arrays and keep getting the following stacktrace while invoking `svd` when working with large but not super large matrixes (around 25k rows x...
The `fresh_vars_sample(*names)` on https://crystal-lang.org/docs/syntax_and_semantics/macros/fresh_variables.html does not output ``` # Declaring: __temp_255 # Declaring: __temp_256 # Declaring: __temp_257 # __temp_255: 0 # __temp_256: 1 # __temp_257: 2 ``` as the example...
There is a dependency on jquery to get this to work, and not only jquery, but that you let jquery define $ in the global scope. This dependency should either...
Would it make sense to have benchmarks for one or a few of the ruby built in digests as well, so that there is some ballpark comparison number?
Currently, the only way to specify what class to use for when serializing a relationship is to give the renderer the `class` option with a hash with an entry for...
When attaching multipart entities of different encodings it is easy to get failures due to intermediary strings inside `encode_multipart_form_data` that care about encoding despite there being no need to care...
## Bug Report So when I check out crystal master, run `make clean && make && make spec` I get the following stacktrace: ``` No such file or directory (Exception)...
When having a line that is longer than what Layout/Linelength allows, then endless definitions don't format correctly. For example, with a max linelength of 100 chars, a line like ```...
After people on discord noted that it had been hard to find `&+` and friends, I looked at the [Integer page](https://crystal-lang.org/reference/1.17/syntax_and_semantics/literals/integers.html) and noted that it lacks any mention of overflow...