Guilherme Bernal
Guilherme Bernal
I have an existing application that depends on Node's `AsyncLocalStorage` to run properly and Deno doesn't support it yet in the compatibility mode. So this is a feature request for...
Fixes #221. Relative to this change on crystal-pg: https://github.com/will/crystal-pg/pull/236
This PR includes the following changes: 1. Make it build and collect coverage with Crystal 1.0.0+; 2. Add `--help` cli flag; 3. When run without specifying filenames, use the spec...
First of all, some introduction to the problem. A Wasm Module can import and export functions and global variables. There are some other entities like tables and memories, but those...
The compiler is now able to emit a linkable WASM file, it imports its dependencies and exports `main`. This currently includes wasi-libc, clang's compiler_rt, libpcre and in the future will...
Crystal currently has cooperative Fibers running on top of an event loop. This usually happens in a single thread, or in a group of a small number worker threads with...
Currently, Qt6 fails to build with the following message. As OpenGL is configured as dynamic, this isn't really a problem. This PR ignores the message. > The OpenGL functionality tests...
This is a feature request: Add a button on CronJob to trigger a Job from it. The action would be to generate a Job YAML from the CronJob spec and...
This PR adds a key-value session storage that is kept on the client. This is how it works: - In the beginning, the session storage is empty. No keys are...
Add an extra field to "device": a value that does not reset when the app is uninstalled and then installed again (if possible). See how the other clients do it.