Ian Boll

Results 10 issues of Ian Boll

The `pancurses::mousemask` accepts a mutable pointer as a second argument and proceeds to pass this to an unsafe FFI. Part of the point of a library around an FFI is...

`vim-workspace` seems to be creating an extra, empty undo action. Every time I make a change using insert mode and try to undo it, I find that I have to...

I'm receiving an application command for joining a voice channel, but can't figure out how to get the sender's current voice channel. As far as I can tell, the correct...

I'm writing a kernel that runs on both the Raspberry Pi 3 and x86_64. I'm trying to use bootloader+bootimage exclusively for the x86_64 version, but not any other architecture. As...

I've noticed that `notify` spawns a thread for each watcher object. This isn't a good fit for the app I'm writing, which really just spends all its time watching a...

A-enhancement

I'm currently running into an issue in a personal project of mine where I want to load icons based on the user-selected theme, but there don't seem to be any...

enhancement
help wanted

Possible implementation of https://github.com/fitzgen/generational-arena/issues/48

I want to be able to clone arena so that it has all the same indices (generation and actual index), but with different elements. Something like . Is there a...

It's surprisingly difficult to publish a clean version of this library because both cargo and npm are very liberal with which parts of the repository they include in the uploaded...

There are several test cases in the upstream OpenScad repository which this project currently fails to parse. This can be seen in the `expected_failed_parses` list in the "test.js" file. These...