Leo Cavalcante
Leo Cavalcante
I followed the steps at https://developer.android.com/training/location/geofencing, but nothing happens (no logs from the BrodcastReceiver). Just download and installed the Geofencing example here and no logs either. Some ideas of what...
Add [TOML](https://toml.io/en/) support using [yosymfony/toml](https://github.com/yosymfony/Toml) lib.
[Rust version](https://hashids.org/rust/) points to https://github.com/charsyam/hashids_rust, but the project "seams" to be unmaintained for about 4 years: https://github.com/charsyam/hashids_rust/issues/2 An alternative might be: https://github.com/archer884/harsh
This PR introduces **Futures** as part of Swoole's standard library features. **Futures** are abstractions on top of Coroutines providing alternative syntax for building concurrent programs with Swoole. Main differences from...
This PR proposes a `psr/` directory at Library's source-code (`src/`) to receive [PSR](https://www.php-fig.org/psr/) implementations based on Swoole's ecosystem. As a reference the [“PSR-6: Caching Interface”](https://www.php-fig.org/psr/psr-6/) was implemented using `Swoole\Table` underneath....
Hi 👋 I was zapping my social feed when a suddenly found this: https://github.com/clue/reactphp-pq Looks interesting because of the easiness it provides (Laravel surfs a lot on this), I mean......
Fazendo aqui minha [versão em PHP](https://github.com/leocavalcante/meu-primeiro-jogo-multiplayer-em-php) do repositório, da pra notar que seria bem interessante ter a spec de um protocolo, que além de documentar vai abrir a possibilidade de...
I trying to build a project that uses [sdl2](https://github.com/Rust-SDL2/rust-sdl2) which depends on [lazy_static](https://github.com/Rust-SDL2/rust-sdl2/blob/master/Cargo.toml#L21), but I'm getting: ``` C:/tools/emsdk/upstream/bin\llvm-nm.exe: error: C:\Users\Leo\Projects\rust-snake\target\wasm32-unknown-emscripten\release\deps\liblazy_static-edee67263b918afb.rlib(rust.metadata.bin) The end of the file was unexpectedly encountered ``` Isn't...