Erick Leonardo Weil
Erick Leonardo Weil
> Isso ocorre pois `caracter` imprime um único caracter, logo é omitido o `n` ou `t`. Para isso deve-se usar o tipo `cadeia` que suporta mais caracteres, que é o...
For other people looking for temporary solutions until this is solved, the below bash script does the job of showing the memory usage, in bytes. ```bash CONTAINERS=$(docker ps -q --no-trunc)...
I needed to autenticate with ldap and after frustating search of libraries (lots are decomissioned/abandoned), decided to use ldapts directly, and used your project as high level guideline on how...
As a workaround, the above is somewhat doable in 4.2 using Texture2DRD, The idea is to store the geometry output of the compute shader in a Texture with a pixel...
I'm using https://github.com/rroemhild/docker-test-openldap to test LDAP, it contains some pre-loaded data, including JPEG profile photos. it appears that some LDAP servers (as this one) don't support appending `;binary` to attribute...
Will this be accepted and merged soon? While this doesn't happen is there a way to use this fork already by some custom config in platformio? I Tried every platformio.ini...