Jonas Geiler
Jonas Geiler
Alright. Whoops. I tried converting this issue to a discussion but then decided to create a [new discussion for ideas and such](https://github.com/Skayo/TI-Nspire-Minesweeper/discussions/6). Then I wanted to revert converting this issue...
Same problem as in #71: I don't believe you have to check if `allowJs` or `checkJs` are enabled. It's probably fine to just always look for `.js` files and `.ts`...
I don't believe you have to check if `allowJs` and `checkJs` are enabled. It's probably fine to just always look for `.js` files and `.ts` files in the CLI arguments,...
> @gavar wrote: itβs insane that it still hasn't been updated Unfortunately it seems like Parcel has been somewhat abandoned. Since creating this issue I have actually moved on to...
> @glime-ai wrote: > However, you can achieve the desired result using standard shell tools to filter the output. For example, you can use `awk` to extract just the random...
I'd be ready to work on a PR myself to add this feature. Let me know what you think!
> @james-d-elliott wrote: > This sounds like a decent idea. Writing to a file instead is more consistent with other areas of the CLI however, so since it also matches...
> @james-d-elliott wrote: > Would welcome the PR. Oh apparently @Crowley723 beat me to it. Just wanted to look into this again right now π Thanks, @Crowley723!
If supercronic where to have checksum files in the release assets, wouldn't it also be high time to switch to SHA256 or SHA512 for the checksum? SHA1 is deprecated since...
> @Crowley723 wrote: > All your proposed changes sound good to me, I just want to make sure we can still use `docker run -u "$(id -u):$(id -g)" -v "$(pwd)":/keys...