Zurga

Results 13 issues of Zurga

A cleaner version of my previous pull request. Could someone please look at this and tell me what I still need to do to get this merged? For my application,...

### Environment * Elixir version (elixir -v): 1.11.3 * Phoenix version (mix deps): 1.5.9 * Phoenix LiveView version (mix deps): 15.5.5 * NodeJS version (node -v): 12.22.0 * NPM version...

### I'm opening this issue because: - [ ] I'll report a bug - [*] I'll propose a new feature ### Description I would like the command bar to appear...

enhancement

First of all, sorry for the big images, thanks for the great library. ## Describe the issue ![Screen Shot 2024-04-26 at 15 36 39](https://github.com/picocss/pico/assets/8526018/ac3c912f-cb3e-4d85-9099-384a593bcd04) ### Current Behavior Due to the...

Thanks for the library, came here through the forum, looking for an alphabetical sorter. Would it be within scope of this project to add alphabetical sorting for strings? i.e. `"álien"...

When I am in the process of making a keymap I make assumptions about where keys need to be based om my daily typing. However, there is a disconnect between...

I have problems building this dep with Nix. It complains about the missing `()` in `mix.exs`. It seems this is fixed with the code on `master` at the moment, but...

Issue/Task Number: # Overview The encoding and decoding in the Crockford module is sped up by using functions for the chars in the encoding scheme. This is similar to the...

Thanks for the great library! Considering the following diff with default configuration: ``` ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── - auto_assert( - {:ok, - %Comment{ - text: "some updated text", - writer: %Person{}, - article:...