PBug
PBug
I am currently parsing a binary file and I have to make a decision based on a byte value. If the value is 0x16, I want to start parsing an...
First implementation attempt. Tries to keep the current API as much as possible. Introduces a new ChannelManager that deals with the channels. Also introduces a new Channel object that deals...
As pointed out in the feature suggestion issue, seamless rate limitation is important for the usability of the bot. I think it's a good idea to dedicate an issue to...
Currently we just assume that the first skill learned after the tome was used represents the hero that used the tome. This can be wrong. We might be able to...
Floats seem to be single precision IEEE floats, but the actual value used in game appears to be rounded to the third digit after the comma, e.g. the point (...
Documentation currently states the following: > put(< mixed >input, < string >destPath, [< boolean >useCompression, ]< function >callback) - (void) - Sends data to the server to be stored as...
### Link to the code that reproduces this issue https://github.com/datrycs/nextjs-library-esm-cjs-ssr-issues ### To Reproduce 1. Navigate to `sample-lib` folder 2. Install deps using `yarn install` 3. Use `yarn build` and `yalc...
This is pretty much scoped on the server subfolder, using prettier as a code style guideline and several refactorings to make the code easier to understand (hopefully) and introducing best...
Is this project still actively maintained? I am specifically interested in the p4 language server part and would like to put some work into it, cleaning up some code in...