-
I'm seeing a big picture of a lot of issues solved in a single way here. People want to _slightly_ adjust how the type mapping works in various ways - and I think we can do a better job of allowing th…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
While the example provided in the [`HotChocolate.Types.NodaTime` documentation](https://githu…
-
This is continuation of discussion about type system RFC https://github.com/PRQL/prql/pull/1964#discussion_r1119803344
I've taken a look around, and I suggest PRQL to have following data types:
…
-
DateTime support Tick which is 0.1 macro-second. This is 10000 times better than milli-second.
Current minimal precision of "ms" is not enough. Please support precision "ns".
-
Making note to add date/time strings which can trick up naive date/time parsers:
* non-US date/time formats (e.g. 2017.01.16)
* Illegal dates/times (e.g. 2017-01-32 26:00)
* Leap Day on non-leap …
-
After updating to version 2.12.0, many of my tests are breaking due to the addition of IComparable to ValueObject and the corresponding requirement that the elements of GetEqualityComponents implement…
-
With this way to init my db context
```
services.AddDbContext(options =>
options.UseNpgsql(dataSource, ngOptions =>
{
ngOptions.UseNodaTime();
}).UseSnakeCa…
-
How to handle [this](https://tc39.es/proposal-temporal/docs/ambiguity.html#ambiguity-caused-by-permanent-changes-to-a-time-zone-definition)
i.e. imagine you store `ZonedDateTime(2030, 3, 31, hour=1…
-
Hello Jon,
Again, thanks for the time you have taken to help on this issue : https://stackoverflow.com/questions/78966329/aspnet-razor-pages-form-local-datetime-not-working-with-nodatime-localdatet…
-
We have a set of tests that use different contexts with following setup:
- all tests run sequentially (no parallel execution)
- there are several database contexts used by tests
- if context is not…