Dema
Dema
Hi, I'd like to know if there's a way to enable/disable a source for some filetypes. Personally, I find the `buffers` source annoying for filetypes that can use LSP (except...
Hi, I've received [this](https://github.com/m-demare/hlargs.nvim/issues/21) issue in my neovim plugin Basically, when a macro is used in the parameter_list, the parser fails:  Is this solvable?
Hi, I'm having this issue where *sometimes* WeakHashSet::retain skips some valid items. For example, the following code fails about 1 out of 5 times I run it (I think the...
Instead throw IceError's, which are caught and show a nice warning Using IceError's instead of a boolean flag, also avoids the issue raised [here](https://github.com/pharo-vcs/iceberg/pull/1834#issuecomment-2280400959) Fixes: #16870
There were some type issues preventing the VM from compiling. Also, some missing signed/unsigned casts in some primitives were resulting on branches being detected as dead by Z3 when they...
There were typos in the following methods: - `jumplfTrueBy` -> `jumpIfTrueBy` - `jumplfFalseBy` -> `jumpIfFalseBy`