Dmitry Bushev
Dmitry Bushev
Hi, thanks for reporting. Please provide some details on your setup, and how you load the subtitles. I was not able to reproduce the issue when using the [`--sub-file`](https://mpv.io/manual/master/#options-sub-file) option:...
I see. I'm not sure what's happening when you drag the subtitles file in the player window. Can you please run the same scenario with `--msg-level='reload=debug'` option and show me...
Something is very peculiar happening here ``` (Paused) AV: 00:00:07 / 00:24:32 (0%) A-V: 0.000 [input] No key binding found for key '"'. [input] No key binding found for key...
> Note that the engine version also needs to be updated in `src/rust/ide/src/controller/project.rs` Ok, I can fix #1359 as well. Is there a way I can embed the JSON file...
The logic behind the _re-export_ naming is that every module implicitly exports all its definitions. Another module can re-export symbols that were defined in a different module. In other words,...
I just discovered `projectile-remove-known-project` interactive function for that. Works for me.
Nice to hear it, thanks! From the top of my head, I can recall only one nasty place where _nixpkgs_ are referenced directly. It is `` in [default.nix](https://github.com/typeable/nixpkgs-stackage/issues/stackage/lts-10.0/default.nix) generated by...
I opened the https://github.com/typeable/stackage2nix/issues/47 issue
Thanks. Yes, this should be straightforward, I don't see any problems implementing this. Currently, I am doing some refactoring, preparing to PR my `cabal2nix` fork. I'll try to look closer...
Link to appropriate Stack docs https://docs.haskellstack.org/en/stable/nix_integration/#configuration