Emil Styrke

Results 27 comments of Emil Styrke

Works for me (in rc56). But I think the fix is pretty recent. I have only tried `.env.local`, not any other variant. Actually, I just tried `.env..local`, and it doesn't...

Oh, excellent! I'll wait patiently then. :)

Thanks for the quick feedback! The reason for the `json` call is that the loader runs on the server and is sent serialized to the client. So some types, such...

There is another complication arising because of this: when the schema is recursive it becomes impossible to get a non-recursive type from a query on a union. This hit me...

I just found https://www.khronos.org/bugzilla/show_bug.cgi?id=1510, which seems to indicate that this is a bug in the documentation. I'm still not sure why the code should spend time querying for the size...

I can add that the same issue exists in the Python runtime.

+1 - would also need this. There's not much use in assigning an IPv6 cidr block if they aren't enabled in the subnets... I assume it's the `assignIpv6AddressOnCreation` property that...

If B018 is to be modified, consider the special case of useless string expression after a string assignment. This is rather nasty and hard to detect for a human (the...

Chiming in here - from my perspective it doesn't matter if its via stubs or inline (but inline seems preferable when browsing the code). My pain right now is having...

I think it would save me at least some casts; at least when I wrote that comment the issue was the ambiguity between `*Series` and `*DataFrame`. But I guess it...