Tobe Osakwe

Results 73 comments of Tobe Osakwe

How would that look, out of curiosity? Is this what you're going for? ```bash $some_stuff="$(echo str hello | t2b)" echo $some_stuff | t2b --patch foo.bin ``` Want to be sure...

Hi, I've actually been thinking about creating a version 2.0 of t2b. The initial version was more or less the results of 1 day of hacking, so some choices were...

Update - I'm highly considering picking this back up. Probably will use ANTLR4 to build a new parser; I have used it a lot, and think the added dependency is...

Going back to the issue of scope creep - if fasm has these advanced features, then it might not be worth adding them to t2b.

There's none included in this package. But one possible solution is to introduce a new `filetype` value for Flutter output. That way, we can install syntax highlighting for it.

Oh, I see what you mean. I can think of a couple of different ways to manage this: * Set a variable on the buffer itself, i.e. `b:flutter_reload_type='hot-restart'` * Have...

I'm also wondering - what if I make it possible to switch off hot-reload-on-save for a given buffer? And then you could just use a keybinding to trigger a hot...

At this point, I don't plan to implement this, as using keymappings is already convenient enough IMO, and doesn't require much rewriting of the existing plugin. I have this: ```vim...

I don't have any specific plans to implement this, but I'd be more than happy to take a pull request if you send one.

I was getting this error for a while, with a similar pubspec (archive was not a dependency, though). So I think this is unrelated to this repo. Also, I stopped...