Julian Ospald

Results 341 issues of Julian Ospald

![Screenshot_2020-01-08_23-31-35](https://user-images.githubusercontent.com/1241845/72021759-0c756400-326f-11ea-9cd0-eac3be8f4282.png)

https://gist.github.com/hasufell/e811112d044a361444511e67a1f0348f#file-gistfile1-txt-L312

`DatatypeContexts` is deprecated anyway and the following file will yield an error, while it compiles perfectly with ghc-8.0.2: ```hs module Foo where data Show a => Foo a = Foo...

When I type `/` to switch to TurboCd, then start typing and then cycle through the options in the current dir, it prepends `/` to those directories. When I want...

bug

``` $ RUST_BACKTRACE=1 hunter thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/listview.rs:383:9 stack backtrace: 0: backtrace::backtrace::libunwind::trace at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/libunwind.rs:86 1: backtrace::backtrace::trace_unsynchronized at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/mod.rs:66 2: std::sys_common::backtrace::_print_fmt at src/libstd/sys_common/backtrace.rs:78 3:...

bug
enhancement

config: https://gist.github.com/hasufell/bac20cbd29c9af528d4536e831637f3b Letting the plugin start nREPL seems to work, vscode connects, but nothing works. Trying to use clj directly via (with or without clojurescript): ``` clojure -Sdeps '{:deps {cider/cider-nrepl...

See https://ocharles.org.uk/blog/posts/2014-12-04-record-wildcards.html Example use case: ``` data Mydata(foo, bar) foo = 1 bar = 2 new_data = Mydata({..}) ``` Very useful for huge data structure that are e.g. tied to...

feature

Fixes https://github.com/nicklan/pnmixer/issues/182

When rewriting [pnmixer in rust](https://github.com/hasufell/pnmixer-rust), I stumbled over this oddity. It's simple to connect to the icon theme change: https://developer.gnome.org/gtk3/stable/GtkIconTheme.html#GtkIconTheme-changed

bug