Broc Seib
Broc Seib
ANTLR v4 Plugin v1.17 Right click a rule, and rename it. It will rename all occurrences, but I got an NPE. I have encountered this only once, and have been...
Specifically, how do we create a simple SSLContext to pass in? ```java // Creates a native file system File ftpRootDir = getFtpRootDir(); NativeFileSystem fs = new NativeFileSystem(ftpRootDir); // Creates a...
Have you considered building the lib so that it is ESM compatible? I.e. for modern tooling that uses `import` statements rather than `require()`, and can do tree-shaking optimizations, etc. Here's...
Perhaps in your README.md, add a link to a codepen example, and perhaps a screenshot. The idea is that people might like to see the style of the keys while...
When serving an audio file yourself, the HTTP header "Accept-Ranges" must be set to "bytes", otherwise Chrome browser will only play the audio clip once, and never "reset" to be...
I am having an issue establishing an HTTPS connection to a server on digital ocean. I worked with their engineers to pinpoint what is happening and it turns out that...
The GlobalSign certificate in `GSMRootCerts.h` was only good through Dec 2021. I exported the latest root certificate for GlobalSign and converted its DER formatted file into a uint8_t array and...
I'm running IntelliJ IDEA 2016.2.3, and I had installed this react templates plugin. Upon startup of IDE, I got this:   That stacktrace looks like this: ``` Fatal error...
To reproduce this bug, quit IntelliJ and start up fresh. The bug is triggered only once, so the fresh startup is needed to see it the first time. Using this...
In the docs for the [`PurchaseOrder` object](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder#the-purchaseorder-object), it shows that `Line` is a list of objects, but it does not document the fields that are available in a `Line` object....