Harley Swick
Harley Swick
Hi @inaniyants, wanted to chime in and add to your point about response handling. @niklaslong and I have discussing adding something like [this](https://github.com/niklaslong/matrix-client/blob/master/lib/matrix_client.ex#L213) that I have been using in the...
@tmpm697 For example, this will make the cursor black: ``` bemenu-run --ff='#000000' ``` It also makes the filter font black though too. I do think the colors should be a...
Here is a decent work around on sway: ``` bemenu-run -m $(swaymsg -r -t get_outputs | jq -r '. [] | select (.focused == true) | .name') ``` Slightly modified...
I came here to post a similar issue. I am running dynamodb with localstack, but using dynamodb-admin as a global npm command. Setting DYNAMODB_ENDPOINT to http://127.0.0.1:4566 or http://0.0.0.0:4566 will work.