Adam Nash
Adam Nash
For the "sequence alignment" do you think something like the Header Framer would help? Instead of breaking on patterns, it could probably be modified to break on parsed KSY sections....
looks like packages can be hosted on BinTray with a free open source plan: https://bintray.com/
I'm sort of tempted to just publish 2 packages - hobbits and hobbits-dev(el). Sure, there are multiple binaries, and maybe even use-cases for the core library by itself, but I...
thanks for the feedback on this! and yes, I was thinking React would make sense. I experimented with Node-API, cmake.js, and electron a couple weeks ago and I'm now slightly...
that's a good thing to keep in mind - I am not very familiar with distros and OS package managers. Would using something like [electron-builder](https://github.com/electron-userland/electron-builder) not be as straightforward as...
Ok, thanks for putting this on the radar
Yeah, there is a similar functionality in some views where you can right click and then highlight some contiguous bits. Adding extracting to the right click context menu could probably...
I did some initial review of the core file changes and some of the weird sloppiness (comments, whitespace additions). I'll check out the main plugin later.
also, looks like I added some comments right above the lines I was actually talking about, so they might not make sense with the code snippets presented in the brief/thread...
I messed around with this a little bit and it looks pretty good. The UTF-8 stuff is the most noticeable bug right now. Another thing you should do is preserve...