Aly Cerruti

Results 62 issues of Aly Cerruti

Attempts to modify StringBuilder to be backed by `Uint16Array`. Current issues: - [ ] Compilation fails somewhere in the IR processing phase; the needed reference to `String.fromCharCode.apply(null, ` is most...

![image](https://user-images.githubusercontent.com/7751296/173111957-0af092ee-3487-4a81-ad7e-b7c2ec669a11.png) I have mine manually set to `%LocalAppData%\Coursier\bin`, while another user after running the Scala installer noticed theirs was `%LocalAppData%\Coursier\data\bin`. What's the correct default / what's intended?

By default, characters outside the ASCII range break in some way, at least on Windows. Anything outside Latin-1 seems to just become `?`s: ![The string "魚である" evaluated in Ammonite](https://user-images.githubusercontent.com/7751296/156905538-e3299dc5-5c98-4ac1-b68c-0ab802344e55.png) With...

I'm dealing with [code.org's AppLab](https://code.org/educate/applab) for one of my projects. I'm using Scala and [compiling to Scala.JS](https://gist.github.com/sorenbug/7267c37a4e1e736a585364f4e2c7890d). This Scala registers event handlers to AppLab's `onEvent` function but prepack is recognizing...

question
environment modeling

I'll start a PR on this once #37 is merged and #38 is closed.

Implemented by #37

TODO: - [ ] Figure out how to parse into Word32 - [ ] Figure out what to do about the set of simple types - [ ] Figure out...

The ZeroW image in the Releases only seems to get me stuck in a bootloop of some kind: ![My Great Capture Screenshot 2021-02-27 15-36-12](https://user-images.githubusercontent.com/7751296/109403353-a84dad80-7911-11eb-8ae4-06a5351d234e.png) [This page](https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi) says that I should...

I would love it if there was an option on BNFC to parse into either a `std::shared_ptr`/`std::unique_ptr` or to stack allocate classes because it's been a chore to track down...

enhancement
C++
parser
help wanted

How to emulate ```lua return function(importantArgData) return { stuff = "stuff" } end ``` in Amulet? The best that I can do is generating a table with `--export`: ```ml let...

question