Marnix Klooster

Results 20 comments of Marnix Klooster

The problem seems to be that `vscode.Uri.file("./a/b")` returns an object with `path: "/./a/b"`?

You could use the shortnames https://opensource.org/licenses/alphabetical gives to these licenses? So e.g. `BSD-2-Clause`. Or perhaps there is some other list of labels already, like in https://github.com/github/choosealicense.com?

I just discovered https://spdx.org/licenses/ which defines such shortnames ("SPDX IDs"), and defines license expressions like `(MIT OR Apache-2.0)` (https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/), and a GitHub repo defining their official licenses list (e.g., https://github.com/spdx/license-list-data/raw/master/json/licenses.json)....

It looks like this has been fixed? I'm using goto-bus-stop/setup-zig@v1 and encountered this issue in https://github.com/marnix/zigmmverify/actions/runs/354629287 at Mon, 09 Nov 2020 19:50:35 GMT, and then the next morning in https://github.com/marnix/zigmmverify/runs/1378002575...

@stevesbrain Not a dead repo, just the occasional spike, every year or so. That's all I can manage usually... :-)

@huntson My current opinion is that this encryption seems fairly weak, and it is weakened by the way a Synology NAS uses it. I mean, the encryption algorithms themselves look...

> I ran into similar issue and setting : > > ssl.KeyManagerFactory.algorithm=PKIX in the java.security file worked for me. > > Seems like BCFIPS doesn't support SunX509. @amitlpande You say...

@andrewrk (or anyone else): Could an example be added of the current behavior that needs to be changed? Is this referring to the frame entry with all the ??? in...

This user's account doesn't seem to exist anymore, https://github.com/danielabbott/ also gives a 404.

I've set this to 'draft' again, until https://github.com/ZigEmbeddedGroup/microzig/pull/153 has been merged to main.