Clint Gibler
Clint Gibler
Thanks @TheFoxAtWork! I've got a few things currently on my plate, but hopefully over the next few months, or at latest a quarter or two, I should have more detailed...
Haha thanks for taking the time to read my comment and for your detailed response, I really appreciate it! 🙏 I feel like I understand things a lot better now...
You probably already know this, but wanted to leave a note on some behavior I've observed regarding highlighting. It appears that the granularity of highlighting is based on a block...
Ah nice, thanks for the link to the implementation, that's interesting. I agree, doing this "well" and with good performance seems hard. +1 re: punting and borrowing from Hypothes.is /...
@dlukeomalley It seems like this could be a useful feature. How much effort would it be to merge into baseline Bento?
Perhaps something like? ~~~ - pattern-file-path-matches: '*Controller.java' - pattern-file-path-not-matches: '*Test*' ~~~
Hi @georgewfraser. First off, thanks for all of your hard work in making this library, it's incredibly useful! I'm also interested in running this as a standalone JAR but I'm...
Thanks for the quick response! I've made a 4 line change, see [here](https://github.com/clintgibler/vscode-javac/commit/18a803ebd02a23ac4c87ad1d6997d52ec1413d3a), that yields: ~~~ $ java -cp out/fat-jar.jar -Djavacs.port=55282 org.javacs.Main Dec 11, 2017 8:16:55 PM org.javacs.ChildFirstClassLoader loadClass WARNING:...
OK cool, thanks!
@ashfordneil Thanks for the heads up. I haven't had time to test this but I'm glad people are working on it, much appreciated :)