Keef Aragon

Results 19 comments of Keef Aragon

Hi @Manu343726 I am also wondering about this. Or more than this, I hope all is ok. I've been personally benefiting immensely from all of your fantastic contributions to the...

I'm going to guess this guy isn't actually maintained anymore by anyone

How is this still pending? Thanks for opening the PR in any case!

The intention was to have people use the Async contracts. After several years in the wild, it's clear that that intention is either impractical for most porjects or is just...

@gregorylyons is exactly right. Pumping up the parameters to Argon2 are always about increased security. Not increased speed. The premise of Argon2 is the fact that it requires large lanes...

@agracio edge-js inherited the same issue. The dotnet SDK normalizes filenames for all packages to lower case. It's independent of the runtime, whether 1.0 or 2.0. edge-js has the same...

Well the key is that for both the project.json issue and this one, the problem has nothing to do with what version of .NET core one uses. It's based on...

https://github.com/agracio/edge-js/pull/7 So there is a case sensitivity issue. But I'm not sure why it suddenly is happening now when it didn't used to. edge *used to* get the library_name in...

Incidentally, I can’t get dotnet 2.0 working on Windows either The first issue is this new “feature” https://github.com/dotnet/dotnet-docker/issues/237 Which seems like less of a feature for many use cases. But...