Daniel Anechitoaie

Results 9 issues of Daniel Anechitoaie

Hi, When I try to run the sample app from https://vibora.io/ I get ``` Traceback (most recent call last): File "main.py", line 1, in from vibora import Vibora, Response File...

I want to hide modules, assets and problems and only keep Log, Status, Operation and Progress. Is this possible?

Can this be used with requests? As replacement for the built in SSL lib (currently I'm referring to a Sublime Text 3 plugin context).

question

Any plans to make a presentation website and some nicer docs for Poem like how rocket.rs has? The site, the way the framework is presented and the docs for Rocket...

enhancement

I just wanted to say that Poem framework is just really awesome. I think it's the best and most nicely organized framework out of all the Rust web frameworks (that...

enhancement

Looking at `examples/openapi/poem-middleware/src/main.rs` I see that we can apply a "transform" function that applies a middleware to the desired API endpoint. My function is like this: ```rust pub(crate) fn set_size_limit(ep:...

question

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: node
Waiting for: Community
Stale

Right now there seems to be support fo just one place where cartridges are loaded and so the config json looks something like: ``` { "hostname": "1234", "username": "user", "password":...

In case the repo state is not clean as in we have some changed files, some deleted, some new ones, etc. How do I remove all new untracked files and...