Marius Cobzarenco
Marius Cobzarenco
Double width unicode grapheme do not seem to be handled correctly (not all grapheme have the same width in the [terminal](http://www.unicode.org/reports/tr11/tr11-36.html) :man_shrugging:).  I am not sure if...
- Add a custom input component, rather than relying on zi's input. This change enables reusing zee's text editing functions and makes the editing prompt input behave similar to text...
Providing multiple size alternatives for an icon doesn't seem possible right now as [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-sizes) gets stripped, together with the `type` attribute. For example, this `index.html` file ``` ``` generates `dist/index.html`...
Each commit in order 1. Run cargo fmt 1. Run cargo fix (prepare for edition 2018) 1. Add `Send + Sync + 'static` to the `Error` type
Use rust 2018 edition. Also, thanks for this library 💯 Happy to do the work and submit a PR, just wanted to check whether PRs are accepted and if the...
This is a workaround for comment creation / updates conflicting with the `loom` service that indexes threads objects concurrently. We will be fixing this properly in the backend, but as...
The purpose of this PR is to make the API client usable from wasm. To this end - migrates the API client & CLI to async - it feature gates...
`from_dict` does not fail when parsing a boolean for an integer field. I would expect the following code to fail. Instead it parses a dataclass where the field `a` is...