Dmitry Astafyev

Results 66 comments of Dmitry Astafyev

As for the first step we could implement `BinaryByteSource` (sources/src/binary/raw.rs) as a plugin. For the first prototype: - hardcode path to plugin on rust level - one option - file...

Hello @Soromeister Thanks for your feature-request. Sounds interesting. We will include it into [road-map](https://github.com/orgs/esrlabs/projects/2/views/6)

Also each text input should have native context menu as well

Hello @agamotto, thanks for the feedback. That's a good point. Yes, as you've noticed in chipmunk 3 we've changed the way to store session-state. We are working on an alternative...

Hello @cdamken , sorry for being late with the feedback. Am I right, you would like to see the option `Paste` in the context menu of search-input?

@cdamken Does it mean that `ctrl + V` (`cmd + V`) doesn't work for you as a way to paste copied text?

I would split this task into: - [ ] saving (exporting) data from table-views into CSV - [ ] opening CSV files as table (I am not sure about implementing...

join to your request, not enough description how to use it in real life https://github.com/kanekotic/electron-plugin/issues/3

Author of this solution suggests a way of using npm programmatically. Problematic of this way was reflected in my [issue](https://github.com/kanekotic/electron-plugin/issues/3). The thing is - using npm programmatically doesn't help with...