Sebastian Malton

Results 266 comments of Sebastian Malton

Running into the same problem, `getMainProcessLogs` sometimes has `renderer` logs in it. And when it does, those log lines are not in `getRendererProcessLogs`. Also, there isn't a documented way to...

A work around that I have found (though the data is still needs a bit of parsing to get more usable info out of it). It the following: ``` const...

If I remember correctly this was because I was using `tonic` and `hyper-rustls` and they created a DNS name which should have been a URI but the error was coming...

It probably would work, except for when the environment variable doesn't contain valid UTF-8 (like on Windows where the OS strings are UTF-16). Unfortunately there doesn't seem to be a...

A question about implementation, we know that BIGINTs can be >53 bits of data but is there a max number of bits or is it like Python's long type? It...

Can `authority-form` have a path with no scheme? Since the second parses with no explicit path but with an explicit scheme. Would using a default path be valid or merely...

But either way I think that the API could be designed to better represent that distinction. Like having `Parts` be a enum of the possible parsing variants or something

I have run into this same using `xterm.js` since it uses `canvas` to verify setting of theme values and this `canvas` implementation only every returns `[0, 0, 0, 0]` from...

I do, however, I thought the point of this library was to act as a poly-fill for `canvas` with reasonable values.

This is also happening on macOS even with the latest version on mono and .NET installed