Frank Dana
Frank Dana
@dreua > Also there is a relevant semantic difference between the `dnf [what]provides` and `dnf repoquery [what]provide` commands: I for one often used `dnf[3] whatprovides ` to find the package...
In fact, looking at the `coverage.py` source code... 1. `coverage.Coverage()` can be passed a `data_suffix=True` argument, instead of the `data_file` argument, to switch on `-p` mode for the default output...
@martinrieder > Going by the [Graphviz dot language specification](https://www.graphviz.org/doc/info/lang.html), the ID could contain any character when it is a quoted string. The exception is: > > > In addition, the...
PRs welcome! 😁
@lkk7 AFAIK, pickling _is_ now fully supported and working properly **except** when `FrozenDict`s are involved. The issue that #242 was aiming to correct was that, at the time, the convenience...
(#242 can definitely be closed, everything it was looking to solve has already been addressed in other ways.)
@winterz @cg-pasdzierny It looks to me like the `FindGraphviz.cmake` discovery code is just wrong. As written, it will discover the include path for a `/usr/include/graphviz/cgraph.h` as `/usr/include/`: https://github.com/KDAB/KDStateMachineEditor/blob/2567f49288575d837fe7273557fa099a814e274f/cmake/FindGraphviz.cmake#L76-L80 ...But the...
Looks to me like it should be, ```cmake find_path( GRAPHVIZ_INCLUDE_DIR NAMES cgraph.h graph.h HINTS ${_GRAPHVIZ_INCLUDE_DIR} PATH_SUFFIXES graphviz ${_GRAPHVIZ_FIND_OPTS} ) ``` (**EDIT:** Changed to look for `cgraph.h` first, as the less...
@lkk7 > Imagining myself as a random user, I see `get(..., find_default=True)` as easier to understand than `resolve(...)`. \*nod\* Or maybe `use_defaults` is a better argument name, even. (It's certainly...
@jmooring > That's debatable. Maybe we could change the ERROR message to: > > `.Site.Social was deprecated in Hugo v0.124.0.` That's one option. Though, users probably care less about when...