Jason Heeris

Results 60 issues of Jason Heeris

The [Sndfile API docs](http://cournape.github.io/audiolab/fullapi.html#scikits.audiolab.Sndfile.frames), list `frames` as an attribute on a `Sndfile` object. This should be `nframes` (I think). (I would have fixed it, but it wasn't obvious how to...

When I use ctrl+o to open a file, it would be nice if as I type in a path, I could somehow see what existing paths are available for me...

I am trying to debug an issue with `rust-analyzer`. According to [the RA docs](https://rust-analyzer.github.io/manual.html#configuration) I can get some useful information out of it by increasing logging. When I do that,...

Here's a demo of using `spawn()` to run some timeouts: ```rust use ctrlc; use smol::channel; use smol::Timer; use std::time::Duration; async fn wait_for_signal(receiver: &channel::Receiver) { // Receive a message that indicates...

Multiline editing is currently possible by holding Alt and dragging the mouse to create a multiline cursor. I find this slow and imprecise. Could we also please have a keyboard...

enhancement

(I'm using Mosquitto 1.6.12 from the PPA on Ubuntu 20.04 and Libuv 1.34.2.) I'm trying to integrate the Mosquitto client API with the Libuv event loop. For the most part...

I have code that contains this: ```rust //! If that's what you have and it works, you don't need this crate at all — you //! can just use [`CARGO_BIN_EXE_`][cargo-env]....

a-comments
p-low
feature-request
e-max width

According to [the FreeBSD man pages](https://www.freebsd.org/cgi/man.cgi?query=memfd_create&sektion=3&n=1) `memfd_create()` has been present since 13.0. Should it be exported like it is for Android and Linux?

(I am happy to do a PR for this, but I wanted to gauge interest first.) I'm working on a project that uses [Meson](https://mesonbuild.com/). Meson generates Ninja, so at the...

enhancement
help-wanted

I went to the Config menu and changed the keybindings to "sublime". But I have no idea how to eg. run the code with a keyboard shortcut now. Ctrl-Enter worked...