paluh

Results 34 issues of paluh

Great plugin! Thanks a lot for writing it! I'm not sure if you would like to merge this addition - it is a breaking change (I've changed `all_panes` boolean option...

Just a suggestion. I've found your examples (from `elm-architecture` dir) really useful and after reading some of them I'm nearly confident that they are really self-contained and that they can...

Thanks for creating Clappr! **Is your feature request related to a problem? Please describe.** I want to be able to know what is the user current playback intent based on...

feature

It seems that second call to `readBuffer` hangs forever. Minimal example: ``` purescript main :: forall e. Eff (avar ∷ AVAR, buffer ∷ BUFFER, console :: CONSOLE, http :: HTTP...

This PR provides a way to optionally replace `+` by space in query values before passing them to uri decoding. (I want to reemphasize importance of this change, so I'm...

I've described details here: https://github.com/slamdata/purescript-uri/issues/38

I love simplicity and efficiency of the current `Status` representation. I wonder if we want to add a tiny layer of typing around it (so we have readable signatures): ```purescript...

There are multiple issuess with current `Query` representation: * `fullPath` - doesn't return original value of uri. We are not able to call it "equivalent" from my perspecitve, * We...

This change adds a simple `tmux` bootstraping command `run-hydra-demo` to the `nix-shell -A demo`: [![asciicast](https://asciinema.org/a/Z7B77R2rGxCygw4GSY54G6UDs.png)](https://asciinema.org/a/Z7B77R2rGxCygw4GSY54G6UDs) I'm not sure if it is worth a merge - there are some rough edges...

Prelease branch of the lib is here: https://github.com/rightfold/purescript-postgresql-client/tree/v4.0.0-pre I'm going to work on this on the branch https://github.com/paluh/purescript-selda/tree/postgresql-client-v4.0.0