Markus Mayer
Markus Mayer
While I get queries like `MATCH (n)-[r]->(m) RETURN n, m` to work, when executing a query like `MATCH (n)-[r]->(m) RETURN n, r, m`, the plugin fails with: ``` Executing query:...
Just a random idea; I'm using WakaTime to track my programming efforts across IDEs (kind of looks like [this](https://wakatime.com/@sunside)). They have their own standard gray-blue badge but it doesn't fit...
In `libyolo.c`'s `yolo_init` function [here](https://github.com/thomaspark-pkj/pyyolo/blob/42aa3e6/libyolo.c#L58), the code is doing a `chdir` to the darknet directory. This massively impacts the calling code that assumes its working directory is actually the directory...
Can you add a mechanism to specify the dimensions of input layers, so that one can see the layer dimensions propagated through the network? That would make netscope an extremely...
Trivial PR, simply addresses a typo in the documentation of the `Colourspace` function.
### The issue or feature being addressed This fixes AppMetrics/AppMetrics#703: A typo in `MetricTags.GetHashCode` results in a NRE regardless of whether `_key` or `_keys` is set. ### Details on the...
### Description of the change Adds the `admin.annotations` value for adding annotations to the admin password `Secret`. ### Benefits By allowing annotations to be added to the password secret, we...
This adds support for [RFC1864: The Content-MD5 Header Field](https://datatracker.ietf.org/doc/html/rfc1864). I understand that `Content-MD5` is not an HTTP/1.1 header and therefore doesn't necessarily fit in with the `http` and `headers` crates...
This updates the section on `:timeless` predicates in PDDL 1.2 that curently states > It's not clear why you would need to model [...] It now adds that due to...
On Windows 10's non-legacy console (where CTRL-V already works), clink appears to prevent pasting text longer than 1024 characters by cropping it to that length. Pasting using right click in...