Raitis Veinbahs
Raitis Veinbahs
- `nvim --version`: NVIM v0.4.4 When doing recursive macros, you need a guard condition to exit the macro repetition. I usually create a guard by either failing search or checking...
Maybe you want this in your repo? I found it nice and use it in my panel repo for myself.
So, if you put a link into the reddit's search box, then it will show you where has that link already been submitted. It will redirect to /submit?url=your_url. Now, RedditKit...
Hi! It would be better, in my opinion, if `sort` could distinguish branch names, so I could use `sort -t+ -k 2,2 -u` to have all the branch names unique...
% sudo ./target/release/kubernix --nodes=2 [sudo] password for s: [ERROR] Unable to start all processes [⠒ 8s] █████████████████░░░░░░░░ 20/28 Controller Manager is ready [ 0s] █████████████████████████ 9/9 Cleanup done This happens...
Protocol documentation needs to be made, because currently there's only btcli's and btpd's source, and it's not that readable. Maybe a library could be made, but first there's a great...
Is this possible currently? I took a look at how the regular HTTP responses can be tested by feeding a response to the HttpRoutes object, but when feeding the same...
s|terminal-slack master % node main.js Error: SLACK_TOKEN undefined. Please add SLACK_TOKEN to the environment variables. s|terminal-slack master % vim ~/work/notes/slack-token s|terminal-slack master % SLACK_TOKEN="$(cat ~/work/notes/slack-token)" node main.js SyntaxError: Unexpected token...
which registers it in changed_attributes, so it saves properly in activeadmin
This prevents it from being editable in CMSes. Though I can and did certainly remove it from the readonly list, I'd like to know whether there's a reason for marking...