Blaž Hrastnik
Blaž Hrastnik
Similar to #270, I'm not able to use Vec or Vec as an input parameter. I tried declaring something like: ```rust mod swig_foreign_types_map {} foreign_typemap!( ($p:r_type) Vec => jobjectArray {...
I have the editor wrapped around a textarea, inside a form: ``` form #epiceditor textarea ``` The form is set to `max-width: 720px` and `#epiceditor` has a 1px #ccc border....
I've been meaning to experiment with `diamond-types` in Helix which already uses Ropey + an [OT `Transaction`](https://github.com/helix-editor/helix/blob/master/helix-core/src/transaction.rs) to apply changes. Would it be possible to use `diamond-types` by feeding it...
[1.51 stabilized support for const generics on arrays](https://blog.rust-lang.org/2021/02/26/const-generics-mvp-beta.html), that way array length can be supported. I had the need for `[u8; 65]` (64 byte signature + nonce) but had to...
[do not merge, testing e2e env]
This is a long shot by far, but it would be neat if gina.vim had a [git-appraise](https://github.com/google/git-appraise) integration (show a diff, be able to tap a key on certain lines...
I have a list like this: ```html asdasd ``` ``` a = [1] ``` If I modify the array `a.push(2)`, the list doesn't update. I can see the Vue dashboard...
Subscribe to this issue to be notified of announcements, changelogs and manual upgrade notices. **(For update announcements only)**
It's time to get all these out of the way. #### x_to_list - [X] erlang:atom_to_list/1 - [X] erlang:binary_to_list/1 - [ ] erlang:binary_to_list/3 - [ ] erlang:float_to_list/1 - [ ] erlang:float_to_list/2...
We currently only do (partially) ETF decoding. This isn't important just yet, but we'll need to implement encoding in the future. We should aim to implement an encoder inside etf.rs,...