Robin Munn
Robin Munn
With the newly-released .Net Core SDK 2.1 (`dotnet version` reports 2.1.300), [the handling of the current working directory has changed](https://github.com/dotnet/cli/issues/4473) and `dotnet foo` now sets the CWD to the root...
1. Run `exercism f fsharp` to fetch the hangman exercise (if you're at that point). 1. The README says "You'll need to install an FRP library for this, this will...
I'm actually surprised that this hasn't been proposed before (or if it has, I wasn't able to turn it up with multiple searches). I propose we allow the following to...
How difficult would it be to backport the shearing golem control seal from Automagy 2 to Automagy 0.x? (Where it would, of course, be a golem animation core). I'd love...
This allows the callbacks to easily run complex update logic based on which store changed most recently. Fixes #6777. This replaces PR #6786, which was targeting Svelte 3. # HEADS...
### Describe the problem When a derived store has multiple parent stores, its callback might sometimes want to know which parent store changed and triggered the callback. This would mostly...
This PR adds the ability to give --help and --version the standard shortnames of -h and -V, controlled by two ParserSettings properties. It also allows specifying --help and --version anywhere...
### Describe the bug After upgrading a Svelte-Kit project to Svelte 4, it becomes impossible to build the project if you have imported anything from `svelte/compiler`. The result is an...
### Describe the bug The sha256 filter contains the following code: ```js return sjcl.codec.hex.fromBits(sjcl.hash.sha256.hash(text)).substr(0,length); ``` But on node.js (for example, when running in TiddlyDesktop with a wiki folder) there's no...
TiddlyWiki version was stuck on 5.3.0-prerelease. Let's update it to the latest available prerelease version to include TiddlyDesktop-specific bugfixes made in the past week or so. #285 will finally be...