sergerdn
sergerdn
Hi, there. I believe that we have a bug with `afero.NewRegexpFs` and `fs.OpenFile`. `fs.Create` works as expected. Code: ```golang package main import ( "fmt" "os" "path/filepath" "regexp" "github.com/pkg/errors" "github.com/spf13/afero" )...
```bash go version go1.17.4 linux/amd64 ``` ```golang package main import ( "flag" "github.com/ginuerzh/gost" "github.com/sirupsen/logrus" "log" "net/url" ) var ( laddr string ) func init() { logrus.SetLevel(logrus.TraceLevel) flag.StringVar(&laddr, "l", "0.0.0.0:10080", "SOCKS5...
**API Platform version(s) affected**: 0.5.1 **Description** ```javascript vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in getter for watcher "filteredItems": "TypeError: Cannot read property 'header' of null" found in ---> at src/components/book/Form.vue at src/views/book/Update.vue...
**API Platform version(s) affected**: 0.5.1 **Command** ```bash npx @api-platform/client-generator "https://demo.api-platform.com/docs.json?spec_version=3" output/ --format openapi3 ``` **Error** ``` TypeError: Cannot convert undefined or null to object at Function.keys () at /Users/blaa/.npm/_npx/67469/lib/node_modules/@api-platform/client-generator/node_modules/@api-platform/api-doc-parser/lib/openapi3/handleJson.js:19:34 at...
**API Platform version(s) affected**: 0.5.1 **Description** ```javascript vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render: "TypeError: this.$store.getters[getterType] is not a function" found in ---> at src/components/book/Form.vue at src/components/book/Update.vue at src/App.vue .... vue.runtime.esm.js?2b0e:1888...
I have made prof of concept to resolve #10. I do not know is it production ready or not, I just show you some my ideas how it can be...
## Feature Permission Request Hi, there. Please keep in mind: - my English is very poor - I have a very limited experience with any open source projects, especially this...
We have a 2 problems here: - bandit errors, it might be a bug on bandit side - Travis do not report if any errors occurs I pretty sure that...
I believe that using `pickle` may not always be the best option in certain cases due to its dependencies on the operating system and `Python` version. For instance, if I...
**DRAFT** There have been no changes made to the current functionality of the tests or anything else. The only addition I've made is a draft for the future implementation of...