Ryan Mast
Ryan Mast
Any repository whose name and description do not contain `hacktoberfest`, and whose README does not just talk about "PRs to win Hacktoberfest". Also, if the repository is one where you...
Eventually it might be nice having it added to conan-center-index, though they currently require signing a CLA to submit packages.
This bug also gets triggered by markdown wrapped with in-line html such as: ``` #### [zmq](http://www.zeromq.org) some text [LGPL](https://github.com/zeromq/libzmq/blob/master/COPYING.LESSER) more text [this github issue](https://github.com/zeromq/libzmq/issues/3787). blah ``` Removing the html details...
Okay, I stumbled upon an environment variable, RUSTUP_USE_CURL, that appears to not do the SSL certificate checking. It would've been much nicer if a reliable workaround for corporate environments were...
It causes problems on enough websites using https that it’s the first thing to blame when I see an error with ssl certificates, though other https webpages work. Mentioning in...
Actually, it looks like I might have been wrong about RUSTUP_USE_CURL=1 working; I noticed today that running `rustc` is still giving the `no default toolchain configured` error, and running `rustup...
> I think a threshold might be hard, though I think PR marked as "spam" should count as -1, maybe -2 to toward total count. (leave invalid as 0, people...
I did some further research into how the invalid and spam labels have been getting used. Invalid is getting used as a way to make PRs not count towards Hacktoberfest...
Can you test pireceiver.py with lines 57-62 inside of an if statement that checks helicsInputIsUpdated and see if it still prints the two extra lines? It looks like the receiver...
It sounds like after following the suggestion it gave to install VS2019, the problem was fixed? If it was, this issue sounds like a duplicate of https://github.com/GMLC-TDC/HELICS/issues/1139#issuecomment-602719129 The suggested fix...