cician
cician
The compiler emits a warning for the following program. Unless there's something fundamental I don't understand about Grain's type system, I think the two record types should coexist peacefully and...
This PR adds a tool that is intended to help solve issues in code with manual memory management. I've added a new module called `runtimeDebug`, but I'm open to suggestions...
This PR aims to include my JSON parser/printer (https://github.com/cician/grain-json) into stdlib. Hopefully for 0.5 release. I'm opening this PR as a draft for now since I expect to still make...
Currently Grain doesn't have a way to parse floating point numbers. I've started digging into it myself as part of #1133, but I'm still in early stages. I'm opening this...
I think we should define clear size limits for for Array, String, Bytes and Buffer. In particular I tried working with hudge Buffer and Bytes and found the overall situation...
Throughout the entire standard library we have some possibly problematic usage of simple number tagging and untagging. 1. In some if not most cases where a `WasmI32` value is "tagged"...
I found no way in standard library to print a string without appending a new line. So I implemented one for my needs for now based on print(), but I'm...
The plugin tries to hightlinght simple .txt files and makes some of the text rendered with same color as the background. The latter is true for .shader files as well....
Hi I'm trying out Solid Start (and solid) to get a feeling of the framework. When building or starting the dev server from an npm workspaces monorepo i get this...