Adam Johnson

Results 16 comments of Adam Johnson

Maybe try either using \\ or / for path separators? Windows can now use forward slashes, and the backslash is often an escape character, telling the interpreter to handle the...

Actually, I ran into the problem I was trying to help you get around - I had typed two backslashes in a row, but only one showed up. Many programming...

Have you tried the mask as a number of bits without a leading "/"? IPv6 needs 3 decimal digits for just the number part, so if the field is limited...

I just left this as a comment in another issue, but you could consider this for MacOS use too: In the version (FRC Team 95) modified for our own use,...

In fact, our scouting team is small enough they often scout a whole alliance per scout, so we put three copies of the scoutingPass form side by side in landscape...

Now that pull request #75 has been merged in, you can change "dataFormat": "kvs" to "dataFormat": "tsv" in the config.js file you're using to switch the data into tab separated...