Eric Dahlseng
Eric Dahlseng
I'm trying to run `plotpcb`, but getting an error in what I think is the `pcbnew` library. I'm seeing the following error message printed out multiple times: ``` ./src/common/stdpbase.cpp(59): assert...
This looks like a super interesting project! I notice that it hasn't been touched in many months, though. Does anyone still use this?
It would be super helpful if the `` (and `=`) operators worked with lists, whereby `listA < listB` means that every element in `listA` is in `listB`. This makes it...
Is there a single status check that Mergify applies to a PR every time it determines that it's ready to merge? (Including both of PRs that it will merge, as...
I'm trying to use Ramda's `path` function, but am running into issues. It seems to be related to how Flow determines overloading. Here's (a portion) of the defs for `path`:...
The id_token has a lot of info that could be passed into the verify function. This package does a great job of pulling out the available info: https://www.npmjs.com/package/google-id-token-verifier
Thoughts on providing support for version 3 of the OpenAPI specification? https://blog.readme.io/an-example-filled-guide-to-swagger-3-2/
It appears that the html output doesn't actually contain all of the information when it's generated, but rather it has insert points that a script injects into when the page...
I saw in the README that there was a [JIRA issue for this concept](http://dev.clojure.org/jira/browse/CLJ-200) in Clojure core many years ago until it was declined in 2016. Nevertheless, there don't appear...
I'm considering making some PR's but I know that my JavaScript coding style might be different from what's already used in this repo. To help keep things consistent, I think...