jcalfee

Results 127 comments of jcalfee

Yes, I do see inconsistent behavior. Thank you. I noticed it appeared to work in once case and found that to be a nice feature as I detailed above and...

Alternatively, this should cover more ground and require less API changes in dax: ```js export function myApiRequest(path: string) { return $.request(baseUrl + path). header('Content-Type', 'application/json'). beforeRequest(async builder=> { return builder.header("Authorization",...

I'm not sure how to run the 3+1 example and have clients that are not connected to a cluster. I tried v14 with a newly installed node_modules and no ./tmp...

Are these StructError(s) from mask expected? ```ts expect(()=> string().mask(undefined)).throws(/Expected a string, but received: undefined/) expect(()=> object({ f1: string() }).mask({})).throws(/Expected a string, but received: undefined/) ``` > "superstruct": "^1.0.4"

The new `delayInit` name is great. I was thinking defer, but "delay" helps make this unique. Doesn't isHydrated happen before onMount though? If it isHyraded v. onMount makes any real...

I was referring to this: > If you think this valuable, delayInit could accept a function matching onMount type (`{delayInit: onMount}`), If onMount did return a value that would be...

Another issue where this could get me back up and running again where ts is unusable for me now: https://github.com/microsoft/TypeScript/issues/61756 .. Maybe ts has outgrown Microsoft, perhaps a good community...