rpgoldman
rpgoldman
The latest ASDF fails its clean load test on clasp, because it generates a large number of undefined function warnings. *But* if I wrap the load in `(with-compilation-unit () ...)`...
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ###...
Robert Strandh's CL style guide is, IMO, excellent. You can find it here: https://github.com/robert-strandh/Common-Lisp-style-guide
Use getopt argument parsing and add more options so that one can try different things without needing to edit the script. Write intermediate files into a temporary directory to avoid...
There may be some spurious whitespace changes as my editor seems to have different opinions about C++ style. Unfortunately, I don't really know C++, so I'm not sure how to...
For integrating `pandaPIengine` into pipelines, scripts, etc. it would be helpful if it was easy to tell whether it had succeeded in finding a plan or not. For this, it...
NetworkX no longer supports a `reverse` option for `topological_sort`. SO lists the replacement as: list(reversed(list(topological_sort(x))) Making that replacement fixed things for me.
When I ran the attached file through `jsonschema2popo` it did not produce any enumerations, even though there are several in the Schema. Looks like perhaps the `enum` property is not...
On [my fork of elpy](https://github.com/rpgoldman/elpy), I have a branch that fixes the structure of many of the original tests. The tests were not runnable because they contained duplicate test names,...
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ###...