-
**Description**
The following error is encountered:
```
running /tmp/tmpbiz8i177
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation co…
-
**Environment**:
- eKuiper version: lfedge/ekuiper:1.5-slim
- OS: Centos7.6.1810
- Others:
- docker version: 20.10.17
- manager: emqx/ekuiper-manager:1.5
**What happened and what you …
-
### Describe the bug
I have DB where a user owns a business. A business can order from other business. I created edge ```order``` and created a permission so that only the owner of a business can c…
-
I'm finding that the test suite passes without issue on Python 3.9, but there are some odd failures on Python 3.8. Here's the pytest output:
```
============================= test session starts ===…
-
The codebase is a single file monolit at the moment. This makes it hard to use only the parts you need. The structure also makes it hard to introduce new maintainers as things are not aligned with how…
-
As brainstormed in #17, we want to switch pipestat to using SQLModel under the hood. Here is the vision:
Pipestat takes a schema that describes the outputs of the pipeline, the "pipestat output sch…
-
So, just curious here, what happens if we nest?
E.g. Animal > Mammal > Dog
Not really convinced there's a practical use case for this, more just curious.
Also, Would it be possible to add a new…
-
Tracking updates of cloud.google.com
-
I'm using the permissions feature like
```
DEFINE TABLE media SCHEMALESS
PERMISSIONS
FOR select, update, delete WHERE user_email = $auth.email,
FOR create NONE;
;
```
I can correctly se…
-
Tracking updates of cloud.google.com