imyxh

Results 20 issues of imyxh

Hello, I just noticed something wrong with my `lines` plots today. When I run the following simple test code in the REPL: ```julia using GLMakie fig = Figure() ax =...

I get these odd error messages when trying to build: ==> Starting build()... RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping...

With `set mouse=a` in my `goyo_enter()` function, the scroll wheel on my mouse will only cause the screen to scroll if my cursor is within the text area—if my cursor...

Hello, I discovered this downstream using the stable AUR version of rocm-opencl-runtime (issue [here](https://github.com/rocm-arch/rocm-arch/issues/165)), but then realized I can reproduce the same error straight from git. After successfully installing ROCclr,...

Hey, thanks for the great font! I think it'd be nice to have ⊻, an alternative to \oplus for xor. It's the default xor operator in Julia, for example. I...

Hi, thanks so much for this package! I like how Unitful.jl includes a [DefaultSymbols](https://github.com/PainterQubits/Unitful.jl/blob/18e1ed1fb373f97cc367addc1b4742e94eeb3e80/src/pkgdefaults.jl#L710) baremodule so that I can just type `using Unitful.DefaultSymbols` and immediately have the symbols for meter,...

add border_color → border_colour wrapper function :))

It seems that I need to manually run `python2 .local/bin/gnome-background-generator` on Arch, due to the shebang using `#!/usr/bin/python` instead of `#!/usr/bin/python2`. Many distributions now use `python` to mean `python3`, and...