Pavel Kozlov

Results 23 issues of Pavel Kozlov

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

cat/deployment

If I try to generate code from openapi 3.0.0 with server templating https://swagger.io/docs/specification/api-host-and-base-path/ I am getting URISyntaxException from guardrail. Seems that templating is not supported yet. Would be great to...

enhancement
help wanted

`/proc/$PID/status` file is available on Linux only, but isn't available on Windows or MacOS, so these metrics are not available on those platforms.

system-metrics

Because https://github.com/serverless/serverless/issues/11179 is taking longer to address it's safer to disable this functionality to avoid UX degradation. It's very annoying to see `sls deploy function` failure, much better to have...

This is clearly a bug, because when I have value of sourceMaps in my config like ``` sourceMaps: urlPrefix: /var/task ``` It's serialized like `[object Object]` and that's what I...

If I deploy all project `sls deploy -s mystage` it works fine as expected. However, if I try to deploy only one function with `sls deploy function -f myfunction -s...

bug

I have repository in Gitlab called `[email protected]:org/group/subgroup/project.git`. When trying to use the plugin with releases configuration I am bad request from Sentry with similar message ``` {"refs":["Invalid repository names: subgroup...

bug

Hello! Trying to install akvcam-1.2.2, it's complaining that linux-headers isn't installed: > The following dependencies are missing: linux-headers. Install them and try again But it is installed (5.15, Gentoo). Where...

Verdict: Question

## 🐛 Bug description When running plugin with default settings (with dockerless = false) it uses docker image to run cargo and rustc (contradictive decision, but OK), and then it...

For me this solved #138, after this one added line it builds correctly. Correct me if I have done something wrong.