Francesco Cameli

Results 80 issues of Francesco Cameli

Right now, `ins 0` would actually still be `ins 1`. This is needed for Buffer, which is passed contents of at least buffer 0 at the start of the perform...

fastcall? cdecl? stdcall? inline? nothing at all (most likely)?

This will have the same effect as the gcc `-s` flag, but it will keep all the symbols table correct. Perhaps, in case I'll add it, should it be done...

major

These packages should be for each language (SC, max, pd), and they should contain: 1) The nim compiler 2) The omni package 3) The binary for the specific language The...

Precompile all the omni modules and directly link them when compiling a new module, instead of compiling them together with the file. Things to look to would be `passL`. Just...

Should I also use the --incremental:on flag?

Hello! I have noticed that lately the quickscope highlighting gets triggered when an autocompletion menu pops up: ![image](https://user-images.githubusercontent.com/32070555/142856852-3df37f30-59cf-4757-bd51-38c49b26e3d7.png) I'm pretty sure this wasn't the case some month ago. Is there...

Is it possible to remove a slot regardless of the version of the key, but only looking at its `idx`? Currently, `remove` is defined as: ```Rust pub fn remove(&mut self,...