Matt Johnson-Pint

Results 423 comments of Matt Johnson-Pint
trafficstars

The output when failed is simply: ``` skipped obj/Debug/net7.0/ConsoleApp1.dll (no files found) ```

If only AssemblyScript had support for `try`/`catch`, or a standard error handling mechanism...

Thanks! I'll review soon.

Additionally, as mentioned in the readme, the `LocalToUtc` and `ConvertZone` functions will return null if `SkipOnSpringForwardGap = 0` and the local value falls into the gap. This should also raise...

I haven't done a whole lot with replication. I'll see what I can do. If you can put together some failing unit tests, that would be helpful. Perhaps one that...

Oh, and the revision documents are _almost_ immutable. Their metadata can still change, such as when revision 2 start date is copied to revision 1 until date, or when status...

Interesting. Thanks for keeping me informed. Yes, please let me know whether replication works or not. I think there may be issues with the temporal activator running on multiple servers....

Probably there are ways to optimize this, but I didn't design this library with perf as a top priority. I'll keep this issue open to remind me to investigate -...

I've been discussing this offline with another developer (who will hopefully chime in here), who thinks better perf can be obtained by using inline table-valued functions instead of scalar-valued functions....

FYI, I am working on performance improvements, but also (and sorry I didn't notice this earlier @sargurgn) - timestamps are rarely kept in numeric format unless they are in UTC....