Marius Rackwitz
Marius Rackwitz
The order of some properties does seem indeterministic. I decided to track the file in Git, as I have a Git Hook in place to build all TypeScript which relies...
When working on files while `gatsby develop` is running, sometimes a change causes the plugin to regenerate the output and it does almost seem like it nukes the file, before...
This picture will illustrate it really well: I did not even see any of these update windows, but they were eating away lots of CPU time apparently in the background...
The docs state this isn't possible yet, but support for this would be coming soon. I haven't found any issue tracking this though. ``` // Update UI in response to...
**Describe the bug** The test crash with the following assertion failing: >xctest[59333:2879569] *** Assertion failure in -[XCTestObservationCenter addTestObserver:], XCTestObservationCenter.m:101 xctest[59333:2879569] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Test...
This is bad UX imho, just invoking the CLI should print the help text.
## Motivation Use a background URL session via [`URLSessionConfiguration.background(withIdentifier:)`](https://developer.apple.com/documentation/foundation/urlsessionconfiguration/1407496-background). ## Status I haven't gotten around yet to put this into practice. PR'ing this already for visibility and bike-shedding around design...
`SignalCache` used to dispatch synchronously instead of asynchronously to its concurrent queue for the I/O operations of loading the cache and backing up the cache to file system which are...
An attempt at a reverse-engineered format definition, which is capable of handling the output format used by Swift compiler to serialize ASTs.