LoneRifle
LoneRifle
_NOTE: this is opened chiefly to track any PRs made by us at @opengovsg, but we are happy if someone else were to help with implementing this_ The ability to...
DetectTOC will work on all lines, shaving off numbers from the last of the words in a given line, so long as the word is not all full-stops. This implies...
- Update babel core, presets and loader to 7.x equivalents - Replace es2015, stage-0 and stage-2 presets with @babel/preset-env - Remove babel-plugin-transform-runtime and webpack-cli, not in use - Add @babel/plugin-proposal-class-properties...
There have now been 4 minor releases of Nuxt post-1.0, but these now require at least Node 8 to use. Transpilation of Nuxt itself would now be necessary to support...
@duckdb provides an in-process database query engine for common tabular file formats, including csv and JSON. A wasm distribution is available on [npm](https://www.npmjs.com/package/@duckdb/duckdb-wasm), and can be used in JSONDetail to...
If the netlify CLI command fails for whatever reason, in accordance of the Principle of Least Surprise, the GitHub Action step should correspondingly fail as well.
9 commits over 1.5 years have been made since the 12.2.13 release. This PR proposes a new release, bringing release files in line with what is in src Note that...
Hello, We at Open Government Products (a part of the Government Technology Agency of Singapore) are looking to recruit software engineers at all levels. If you want to learn more...
## What does this PR do? `styles/fonts.css` is identical to `shared-globals.css`, as found in `packages/ui/styles`, and as referenced by `styles/globals.css`. Remove `fonts.css` and its references, leaning instead on the fonts...
## What does this PR do? Follow up on #2711 by ensuring that `app/web/.nvmrc` lines up with `.nvmrc` ## Type of change - [x] Chore (refactoring code, technical debt, workflow...