Juraj Kirchheim
Juraj Kirchheim
I think it might be there for allowing id in a query string and such.
Well, this will be fun. Sorry, still have to think about how we can actually pull it off ^^
Hmm, can you try putting a [`@:notNull` on `Field`](`https://github.com/haxetink/tink_sql/blob/master/src/tink/sql/Expr.hx#L167`)?
Well, for the time being that would work, although we need to get `==` to work to avoid people running into this issue.
I actually keep running into this quite a bit when using promises more directly. It also occurred to me that in theory one may wish to opt out of considering...
I feel like I have to try pressing this issue once more, as I see it was labelled as `Later`. Here's the how it affects tink_core reduced to a [minimal(ish)...
Personally I would suggest parametrizing `@:from` (and potentially `@:to`) with various options, to avoid introducing more meta tags. We've already discussed restricting transitivity to specific casts. I'm just inventing things,...
Just checked and it works perfectly for me. Dunno if you wanna keep this open to remember that meta.json idea, but as far as I'm concerned, everything is awesome and...
My guess is that the type of `{a : 1}` is closed before it is checked against the constraint. Maybe because it is first unified with `f2.T` which closes it...
I guess one radical option would be not to use range serving - at least if the user agent is a Safari. If the server is local, then it really...