sycured

Results 44 comments of sycured

Maybe I found a workaround for static binary about libpq: https://github.com/tweag/clodl

Same, I work a lot on custom name, our "master" branch doesn't exist internally, we prefer "release". I work a lot on devel and other branch like feature-* or fix-*...

> You can change the default branch for the remote, just for a while. Something like `git remote set-head origin `. It works for me! It's not a solution when...

Modified to follow the alternative so having docker/graalvm directory

It's interesting and @markhulia I see how I can use your library and maybe implement it inside aiokafka. When #708 is done, and I ended my job, I analyze and...

Yes, it'll work Is it possible to have ureq working without this dependency?

Maybe a duplicate of https://github.com/github/SoftU2F/issues/75

But it'll be better if it can be done with "normal" install without modifying SIP Edit: I just reinstalled it with SIP disabled, followed by a reboot to rebuild the...

@MollardMichael Thanks for your snippet. It's something that needs to be merged inside PR #655 because this PR exclusively updates to 2.8.0 without including the possibility to start without a...

Thiank you @maguowei This is my actual patch to have the switch to start with or without zookeeper (`-e KAFKA_WITHOUT_ZOOKEEPER=true`): ``` diff --git a/start-kafka.sh b/start-kafka.sh index 56927db..5c037c3 100755 --- a/start-kafka.sh...