Leo Cavalcante
Leo Cavalcante
For those looking for a workaround, I came out with this little jerry-rig with the help of Symfonys DomCrawler and CSS Selector, works for me at least. Just wrap `newPage`:...
Add `swoole.use_shortname=Off` to your `php.ini` file. It will make Swoole skip the `go()` function creation.
Oh, I've everything already setup on my project to discover later it doesn't support MySQL 😢 Back to SQLProvider.
Well, actually, you will "never" (should) find a SHA-256 decryption library, the purpose of this hashing algorithm is one-way **only**, you don't have the original text back. For password hashing...
@omgj, you can use a [custom handler](https://gist.github.com/sogko/a622e1aa5a1e022c2228) to have access for `*http.Request` so you can get the `Authorization` header. I'll be using this solution for JWT. Just did a test...
Se a ideia for manter ser uma PoC, é uma boa. Mas num código production-grade ter globais perambulando por aí seria uma péssima ideia, ainda mais numa linguagem sem namespace...
A ideia é fazer do jeito mais pragmático possível ou rola usar libs como RxJS?
Fui brincar disso agora aqui em casa e tava pensando: Não é só questão de pegar a função que você já tem no cliente: ```js function throttle(callback, delay) { let...
Na verdade, acho que fica global mesmo, de ambas as formas. Afinal, ainda é o mesmo método pra todos os clients. Teria que ter um throttle pra cada socketId. Se...
Seams very very interesting. How it handles schema changes after its generated in combination with changes to the API itself? I mean: imagine I generate the API on the first...