Samuel Nelson
Samuel Nelson
In Janus I can create a composite index for a single property. Why then can I not create a composite index for a vertex label without a property? My use...
Periodically after saving a single file and attempting to run tests in IDEA, I get the following exception from Acyclic. Exception goes away if I do a complete rebuild. Exception...
Implements support for configured strict decoding like what https://github.com/circe/circe-generic-extras supports. When enabled, the decoder will raise an error if there are extraneous fields in the JSON that aren't present in...
When deriving codecs when there is an alternating cyclic recursive structure I get a `StackOverflowException` even with `lazy val` E.g. ``` case class RecursiveCycleAExample(b: Option[RecursiveCycleBExample]) case class RecursiveCycleBExample(a: Option[RecursiveCycleAExample]) implicit...
This PR implements "strict" decoding as is provided by [circe-generic-extras](https://github.com/circe/circe-generic-extras). By default strict decoding is off. When strict decoding is enabled, any extra fields that aren't expected to be decoded...
Currently the `useDefaults` parameter does nothing and defaults are always taken when the key is not present or is `null` in the Json. This PR changes the behavior so that...
## Readiness Checklist - [ ] I am running the latest version - [ ] I checked the documentation and found no answer - [x] I checked to make sure...
[Proposal](https://github.com/s-nel/rfcs/blob/ba0f9661b1755851dd21e1cd2d8def50573788fd/text/0000-navigate-to-url.md)
In #2267 a change was made to clear scrollback when in `--watch` mode. This has degraded my development experience significantly. Before when I was in watch mode, I would to...