Eliav2

Results 69 comments of Eliav2

relevant: https://stackoverflow.com/a/69242591/10577976 i guess no one is going to update this lib to support project who using the modular firebase sdk.

running the following command fixed the problem ``` ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "[email protected]" ``` (your machine needs to have an ssh key associated with it)

absolutely! took me few hours just to understand how to place the http body fields into the target field. (`codec => json { target => "[document]" }` is not working...

something new here? this static type checker really has some potential but these missing typescript equivalent features prevent many of us from trying flow seriously...

Probably this Unfortunately this is not customizable. But you can just copy the file source

but we don't have admin permissions on our cluster(and this is completely no obvious to ask one). someone succeeded with running this as non-root user?

docker-phpLDAPadmin is based on [osixia/light-baseimage](https://hub.docker.com/r/osixia/light-baseimage) which is based on [phusion/baseimage](https://github.com/phusion/baseimage-docker) which can't run rooless as well... for evidence: ```bash $ docker run --user 1000 --rm -it phusion/baseimage:jammy-1.0.1 Unable to find...

Sorry can't merge it for now because can't test it without setting up an proper environment. What is the reason you still using this lib in 2024? Seriously, there is...

any workaround to suppress this warning? this is quite annoying as this warning is false positive