Yuri de Wit
Yuri de Wit
It seems that there are two different notations for anonymous constructors: ``` instance : ToString Rules := { toString := fun rs => "TBD" } ``` and ``` instance :...
I am extending ParentRunner with my own implementation using DI and the single constructor check is getting in the way: public TestClass(Class klass) { fClass= klass; if (klass != null...
I am using PopOS1 21.04 and with packages up to date (apt update $ apt upgrade) Steps to reproduce: 1. For example, install [STS](https://spring.io/tools) 2. Launch the first STS instance...
Small addition to improve readability while reading the latest book.
I had a working nix-darwing flake config. Then I ran: ```sh nix flake update darwin-rebuild switch --flake . ``` And I then started getting: ```sh error: hash mismatch in fixed-output...
**Is your feature request related to a problem? Please describe.** Currently, jj requires manual intervention to refresh and commit changes, even after a successful build. For workflows centered around frequent,...