Ron Wolf

Results 16 issues of Ron Wolf

I can’t turn off Build On Save, and it’s pretty annoying. I tried changing the preference but it didn’t work. How should I proceed?

When I try to install [the OTFs](https://github.com/Avi-D-coder/fira-mono-italic/tree/7205478cac387bc63148f11e2caa2b7aac8d416b/distr/otf) from the repository, I see the following error about “`name` table usability”. ![Font Book.app Font Validation dialog box](https://user-images.githubusercontent.com/7342888/85182237-11930200-b256-11ea-8af8-418d624ce03f.png) I ran the following in...

**Oni Version:** 0.3.6 **Neovim Version:** 0.2.3 **Operating System:** OS X Mojave 10.14.2 I’m seeing the following two errors repeatedly in console upon starting up Oni: **`bundle.js:1`** (#2524) ``` TypeError: path...

I just installed SublimeHaskell for Sublime, and am using it to help lint individual files since I had more trouble getting the Language Server implementation to work. However, SublimeHaskell's errors...

A la [`fish`](https://fishshell.com), where it’s very useful for, e.g., verifying that a pasted-in string does not need escaping. Feel free to close if it’s not in the pipeline.

lumo

Axes 1 and 2 (vertical and horizontal, respectively) only read “Low” when using the Nunchuk’s analog stick, never “High”. The app “Controllers Lite” on the Mac App Store handles the...

`StatsBase.iqr()` calls `Distributions.quantile()`. https://github.com/JuliaStats/StatsBase.jl/blob/54cc6fe2e2f709623b9c75275884f9b295fdbd35/src/scalarstats.jl#L340 However, calling `iqr()` emits a warning, reproduced by the following code. ```julia using StatsBase, Statistics, Distributions prices = 0:20:600 probs = pweights([100-99, 99-99, 99-99, 99-99, 99-99,...

I believe [user @apg](https://lobste.rs/u/apg) has a negative story count. Not sure how this could come about as I am unfamiliar with the source code (unless I'm stumbling on some sort...

bug

grit stores the graph in `~/Library/Application Support/grit` rather than `$XDG_CONFIG_HOME/grit`. Question: can [configdir](/kirsle/configdir) be adapted to this circumstance, or will the environment variable be ignored intentionally no matter what? I...

The following error may be averted, or such functionality made possible with an additional method: https://github.com/JuliaMath/Combinatorics.jl/blob/c2114a71ccfc93052efb9a9379e62b81b9388ef8/src/factorials.jl#L47-L54 An example of how `‼︎` can be extended to the signed integers is found...