kopp
kopp
The latest version of master of trpl (278f4db5489fe0ca791f4f93b2fca858ae9cdc90) does not build with the following error: Error: Error rendering html: trpl/second-edition/src/ch20-00-final-project-a-web-server.md: Could not find file 'trpl/second-edition/src/img/img/trpl20-01.png' for image The complete error...
This is a first quick and dirty script to generate the `.book` file automatically from the `SUMMARY.md` file. This should help to reduce typos when converting the formats...
If I try to build an example of MVTLayer which includes code like this: ``` new MVTLayer({ id: 'static-data', data: VECTOR_TILES_URL, minZoom: 0, maxZoom: 14,/2.2.0 instead from blob? getLineColor: [192,...
I created the necessary `Project.toml` so that this repo can be run on mybinder.org. I tested this with my fork and got https://mybinder.org/v2/gh/kopp/JuliaBoxTutorials/82e2f65176b96e9c2fa179c4b2d27cb0036e8492 which seemed to work fine. I also...
Document, that the node objects need to be hashable. If there is more required, then feel free to add this in this PR.
When I build and install the library, (release 2.1.0) the `lib` folder looks like this: ``` ├── libnlohmann_json_schema_validator.so -> libnlohmann_json_schema_validator.so.1 ├── libnlohmann_json_schema_validator.so.1 -> libnlohmann_json_schema_validator.so.2.1.0 └── libnlohmann_json_schema_validator.so.2.1.0 ``` So you see...
This is rather a question than a bug/issue/...: When running `catkin run_tests`, some tests require to run only one test at a time (particularly when they launch nodes and run...
[//]: # (Thank you for reporting an issue for catkin_tools!) [//]: # (Please fill out the details below so that your issue can be resolved quickly!) [//]: # (If you...
I had to remove the `libgraph` in `GraphViz.pri` in order to be able to compile successfully. `libgraph.so` in my case comes from `graphviz` 2.40 directly and I don't know about...
In the toplevel readme, please mention/correct - Setting `GRAPHVIZ_PATH` is only required for windows users - Please describe, what to set it to (e.g. what to expect in that folder)...