-
**Describe the bug**
in cypher query , I cannot use $$ inside a string. my query like this:
select * from cypher('graph1', $$
Match(v:Persion{p_id:'safd$$bbb'}
return v
$$) as (v agtype);
**…
-
## Read and complete the full issue template
Do not randomly delete sections. They are here for a reason.
**Do you want to request a *feature* or report a *bug*?**
- [x] Bug
- [ ] Feature
- […
-
Hi all,
Using go2rtc 1.8.5 as port 1984 on a docker instance running on a Raspberry Pi 3. go2rtc works great with RTSP and HTTP streaming to tablets and to Home Assistant clients on my LAN (single…
-
For consistency, I propose to re export the sdv2rust crate as `device`. It is coherent with the name used by RTFM: https://japaric.github.io/cortex-m-rtfm/book/by-example/app.html
If there is appro…
-
Good day,
First of all I'd like to tell you how much I am impressed with the ergonomy of your software.
Most of the people in IT have not idea about what ergonomy should be ( including GIT :-) )
…
-
My mods add some extra data to the save using a Dictionary and it seems the parser you use may not know how to handle it. The value property is there though is undefined, and line 16 assumes that beca…
-
As I can see the project is not supposed to be used for real time anomaly detection cause the model doesn't work with only one 16 frame sample
`Traceback (most recent call last):
File "main.py", l…
-
Hi,
I am trying to develop firmware for STM32 microcontrollers using this plugin and the RTFM (https://github.com/japaric/cortex-m-rtfm) framework which generates all of the required boilerplatte cod…
-
I am trying to learn to use siphon. It seems very powerful. Thank you for creating it!
My usual method for learning a new library is to try to introspect the objects via a combination of doc string…
-
When working with RTFM, rust-analyzer constantly complains it `can't find crate for 'test'`, since there is no std available for this target architecture. `cargo check` is always called with `-all-tar…