Jens Schulze
Jens Schulze
Investigated a little bit what actually happens and printed out what URL is used for the webDriver. As you can see the first instance is the default URL. Then when...
Is there a possibility to get this approved? I get a new IPv6 address assigned on reconnect of the Internet and then all network devices also get new addresses. Listening...
@erwin-willems can you add a label like `enhancement` ? The CI build fails atm due to a missing label in the PR
@sichvoge Hi any news on this topic? Would be nice, so I could tag a new release of my generator
Preload is btw also faster as the init process has more CPU power: https://medium.com/@hichaelmart/shave-99-93-off-your-lambda-bill-with-this-one-weird-trick-33c0acebb2ea
When starting to write the api reference I used libraries. But the issue was that the tooling was getting slower and slower by using them. And libraries are only be...
And import api uses namespaces but the codegen removes them as they have no value in the sdk itself
I would go the "package" way and say each api defines its type in a package. So either we add in the docs kit the option to split the types...
This would still deserialize the response using json_deserialize. The jsonSerialize method would then convert the result to a serializable representation. You could save the step by just using `$request->send()` as...
This should be fixed with #322 now and with release 10.13.0