Radosław Rowicki
Radosław Rowicki
I would be really nice if there could be possibility to smoothly inc/dec backlight. Now it looks very sharp :(
It would be way nicer and more attractive if it could be installed as a regular program
# Implicit Parameters * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started ## Summary [summary]: #summary This proposal...
## Summary The following: ``` test :: Int -> Int test 11 x | 1
I wasn't quite sure how to install the layer, so I cloned it into my `.emacs.d`: ``` git clone [email protected]:lepisma/rogue.git .emacs.d/layers/+emacs/rogue ``` and I registered it in my `.spacemacs`. However,...
Due to separation between `Monad` and `MonadFail` the code no longer compiles on newer GHC versions. This PR fixes that issue and by the way gets rid of most warnings.
Fixed script to directly evaluate FATE.
### Example repro: - Split window in 2 - In window 1 start search (`C-s test-phrase`) - Scroll window 1 somewhere far away - In whatever way switch to window...
For convenient installation on Arch Linux
Consider the following contract: ```ocaml contract Bum = type state = (int * (int => unit)) entrypoint init() = (0, (x) => ()) stateful entrypoint setX(x : int) = switch(state)...