Brian Strauch

Results 36 comments of Brian Strauch

Old issue, but here's a working implementation of PKCE in a project of mine if anyone's interested. I solved the "invalid code_verifier" issue by trimming the trailing `=` from the...

@irateswami Sure, feel free!

I agree; @TomTucka would you like to take this issue? If not, I'll take a stab at it later today

In the following example, the terminal window is 100+ characters wide, yet the table only fits about 73 characters. ``` $ spotify playlist show classical essentials # | TITLE |...

It looks like `find README.md | entr -cs "glow README.md"` could accomplish this. Did you have something else in mind @minenwerfer?

Sounds like the goal would be to get the following to work? ``` glow README.md --pager & ls README.md | entr /bin/sh -c "pkill -HUP glow" ```

The flags you're seeing seem to correspond with the Confluent Cloud version of this command: https://docs.confluent.io/confluent-cli/current/command-reference/kafka/topic/confluent_kafka_topic_produce.html#flags Try logging out of Confluent Cloud with `confluent logout` and then re-run your command.

Hi @conradwt, I haven't been able to replicate this even though I'm also using macOS 13.3.1 (a). Do you mind showing me the output of `ls -l /usr/local/bin/confluent`?