rawr51919
rawr51919
Fixes some minor warnings I noticed when running the autogen script. Should make the process a bit less cluttered in the logs.
This is in the vein of the Dependabot PRs, updating dependencies and PHP version requirements where necessary.
Could compilation instructions be made for this particular repository? It doesn't seem apparent what toolchain is needed to build this
In http://reveng.sourceforge.net/crc-catalogue/, the CRCs described within utilize a residue value as part of their calculations. In the case of CRC8 (or at least the implementation pycrc uses), it uses a...
All dependencies have been updated to their latest versions, linter errors have been fixed, build errors in webpack 5+ have been fixed, there are many things that have changed (even...
Webpack 5+ requires you to polyfill certain libraries on your own, and this should be documented so those who utilize this library for things other than Node.js itself can more...
In other words, what kind of things would you need to do to make addon engines for random-js? for working on, for example, #19
Travis CI has swapped to being a paid build service, and it would make sense to swap the whole build system to GitHub Actions to remove this problem. Crossreference from...
As was mentioned in https://github.com/ckknight/random-js/pull/65#issuecomment-1722240483, automatic dependency updates would streamline development and ensure the PR section of this repo doesn't get clogged. As long as tests pass, this shouldn't cause...
Could support for translating to right-to-left text (if the language being translated to has it's text in right-to-left format) be added to this API? This will fix https://github.com/matheuss/google-translate-api/issues/91 if done....