Marius Cobzarenco

Results 9 issues of 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:). ![Peek 2019-11-22 02-56](https://user-images.githubusercontent.com/797170/69394352-b4d96400-0cd3-11ea-8442-4d56e37fb71a.gif) 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`...

bug

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...