Albin Larsson

Results 225 comments of Albin Larsson

I'm not a Haskell dev and I'm fairly new with Arch (just switch from Mac to Antergos some months ago), so I'm afraid I can't help you much. One possible...

I found some info related to the static linking problem for Arch, but it seems very cumbersome: https://vadosware.io/post/static-binaries-for-haskell-a-convoluted-approach/ https://www.reddit.com/r/haskell/comments/7a1ty3/whats_the_correct_way_to_install_ghc_and_cabal_on/ I created this basic PKGBUILD which just copies the binary from...

Pretty sure this isn't a place to ask for help. `Gtk.Builder()` and `Gtk.Template` are two different ways to handle the same thing. You can't mix these. Templates are more object...

LTS isn't about beginner friendliness. If anything I'd say non-LTS releases are more beginner friendly because you're less likely to need to transpile. It's also a pretty established term. Ubuntu...

My "less likely need to transpile" comment is 4 years old. Things have changed. I stand by it, but I also don't think it's as relevant today. I also never...

I have limited time on my hands currently, but I'd like to look at using the [query parser](https://docs.arangodb.com/AQL/ExecutionAndPerformance/ParsingQueries.html) to filter which collections to watch based on the query rather than...

Constant quality would be really useful. Given the option, I don't see why anyone would want to use cbr or vbr rather than constant quality for MediaRecorder. CRF is supported...

It seems like you have the exact opposite problem as #114 then? We use gtkwebkit to render the settings rather than Electron

I think both v5 and v6 work 100% with the keybinder library. And I believe v6 works 100% with external keybinders if you bind to `ulauncher` instead of `ulauncher-toggle`. This...

@Sandro0000 Supporting this (not keeping Ulauncher running in the background) is pretty reasonable and something I was experimenting with/pushing for a while back for other reasons. It will launch slower...