James Clarke

Results 41 comments of James Clarke

Instead of a hard-coded list of offsets, there's the way Luxon handles it using the Intl.DateTimeFormat api (). However this would mean only supporting modern browsers / node 8+ without...

As I understand it, a js Date object doesn't really have a timezone/offset associated with it anyway, it just stores the date as a number of milliseconds since the 1st...

I've submitted a pull request to the [node-cron/tz-offset](https://github.com/node-cron/tz-offset) library that this one depends on, to handle DST changes correctly using the `Intl.DateTimeFormat` api. Though since it does depend on the...

Just tripped over this bug again. Weirdly it doesn't error directly `select`ing `ObjectType` or if you filter *out* `ObjectType`: ``` # These error: with module schema select Type { [is...

Ok, I misunderstood, I thought the comment was about changing the name. Though what's the difference with using a role here instead? Currently the directive is effectively just an alias...

Originally versioning concerns (https://github.com/edgedb/edgedb-python/pull/126), but I think the new plan to always build the latest docs from the master branch and use some kind of version directives resolves that?

Maybe the api should allow you to pass in a constructor for your decimal type, since decimal.js has a configurable constructor api (http://mikemcl.github.io/decimal.js/#Dclone), and this would also allow you to...

> It's a limitation of EdgeQL currently I thought linkprops on backlinks got fixed (https://github.com/edgedb/edgedb/pull/3841), or does this not work with how the qb generates queries?

This seems to be a bug in edgedb itself, I've opened an issue there: https://github.com/edgedb/edgedb/issues/3794

The readme was out of date (I've just updated it now). Deno now supports tls alpn (behind the `--unstable` flag), so you shouldn't need to set any edgedb server flags...