Lucas
Lucas
I'm getting an undefined error when importing the PlantUml module to a project. This is the error: ``` /go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:92:18: undefined: apitest.NewHttpRequestLogEntry /go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:99:18: undefined: apitest.NewHttpResponseLogEntry /go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:121:23: undefined: apitest.LogEntry ``` In this...
No arquivo class-wc-pagarme-api.php, na linha 290, ele faz o seguinte check: `'1' === $wcbcf_settings['person_type']` No entanto, $wcbcf_settings['person_type'] retorna um 1 do tipo int, não do tipo string, portanto ele não...
A partir do WooCommerce 3.0 os dados devem ser pegos via getters
A partir da versão 3.0 do WooCommerce não é mais possível acessar as propriedados do objeto WC_Order diretamente, devendo estes ser feitos a partir de um getter. Mensagem de erro:...
On the README it says: > VisualCeption uses the WebDriver module for making the screenshots. As a consequence we are not able to take screenshots via google chrome as the...
**Is your enhancement related to a problem? Please describe.** It's hard to adhere to the Single Responsibility Principle without an auto-loader. **Describe the solution you'd like** The most popular auto-loader...
Howdy, Can this package convert a serialized string to array? And from array back to serialized. I need to do a search-replace on unsafe serialized strings. Thanks! Lucas
Scenario: I want to create a file inside a folder: `$I->writeToFile('/var/www/foo/foo.php', '');` This will fail because the folder `foo` does not exist. Now I have to create the folder recursively...
_This PR is a work-in-progress, a description will be added when it's ready for review._