Roman V
Roman V
What tool can I use to move the classes out of that package?
> On Enigma's side, I'm quite unsure what would be the best way to support jars like this. We could just hardcode checking for an obfuscated package, but it's quite...
> @NicoHood > May I ask why a physical descriptor is needed? I never used/saw that feature. A lot of implementations of HID tend to use a fixed Report Descriptor...
Ha. a fix (after the initial install fails) is to run the command ```bash $ git -C repos/apache-mynewt-core/ config core.fileMode false ``` Then `newt install` completes successfully ```bash $ newt...
scripts (specifically `*.sh`) files may not have the executable flag when the repo is cloned. so maybe an addtional step of `find -name \*.sh -type f -exec chmod a+x {}...
I've noticed that `npiperelay.exe` likes to hang around after the pipe has finished. not sure if the socket isn't getting closed.
Hey @jstarks, this PR is ready for review and merging!
I went with overlapped file IO to minimise needing to change code elsewhere. Then again i'm new to Go and yet to explore how it all works. Decided against using...
Hey @jstarks, I've add a `-a` flag that must be explicitly set in order to use `libassuan` file sockets. and I've moved to using bufio for reading the file itself.