szymek156

Results 6 issues of szymek156

I am running into an issue I am not capable to resolve by myself. I have example code, where I want to call migrations inside the warp endpoint, using `SqliteConnection`:...

That allows to check for membership of message properties using the 'in' keyword. Example, current main: ```python m = WhatsAppMessage() # this line halts, read the docs of __contains__ #...

Hello I've encounter following problem, Having enum like this: ```rust #[derive(Deserialize)] enum Filter { EQ { property: String, value: String }, } ``` I cannot deserialize it using sequence: ```rust...

Hello, Issue visible on official demo: https://jobindjohn.github.io/obsidian-publish-mkdocs/Features/Mermaid%20Diagrams/ Unfortunately I don't know how to make it work

**Checklist** * [x] I've searched the issue tracker for similar bugs. **Describe the bug** Hello, I am trying to load a certificate from a PEM file that follows Openssl rules:...

Any particular reason for enabling dcap only for Ubuntu? https://github.com/gramineproject/gsc/blob/master/templates%2FDockerfile.common.compile.template#L33 I removed if statement locally and graminized debian image. Building worked, but during execution I get the error that some...