-
#6928 added a cool feature which detects whether an invalid memory access is actually a stack overflow error.
However, this detection does not yet seem to work correctly in all cases.
On alpine …
-
https://www.keyc.com/2021/09/21/crystal-valley-hit-by-ransomware-systems-go-offline/
-
### Description
I am unable to close a socket from the message handler
### Steps to Reproduce
```
require "kemal"
ws "/" do |sock, context|
sock.on_message do |message|
puts messa…
-
I'm seeing this error in my production Lucky app pretty often. Prior to Crystal 0.34 I would see it maybe a handful of times a day, but after upgrading to Crystal 0.34, we noticed we were seeing it on…
-
-
### Summary
Hi, we are using Nestjs, and we would like to migrate from v4 to v5, but we were not able to find info about `postgraphileMiddleware.graphqlRouteHandler` is it still supported or what i…
-
**Is your feature request related to a problem? Please describe.**
Opening for visibility.
**Describe the solution you'd like**
A Go handler. Not sure if Go and Python are often used together (ma…
-
**Is your feature request related to a problem? Please describe.**
Opening for visibility.
**Describe the solution you'd like**
A Javascript handler. Website projects (Django, Flask, etc.) often …
-
I am getting a compiler crash with printing match data via constants.
#### minimum code
```crystal
X = "#{$1}"
p X
```
```shell
% crystal test.cr
Using compiled compiler at `.build/crystal…
-
**How to post a meaningful bug report**
1. *Read this whole template first.*
2. *Determine if you are on the right place:*
- *If you were performing an action on the app from the webadmin or the…