Koushik Naskar

Results 16 comments of Koushik Naskar

What about aliasing `exa` as: ```bash newls(){ if [ -f ".hidden" ] then exa --git-ignore -I $(tr '\n' '|' < .hidden) $@ else exa --git-ignore $@ fi } alias ls=newls...

I was releasing nodejs application binary with GitHub workflow for different os and architecture. In the initial stage, I was testing different workflow patterns and quickly hit the quota limit....

I'm using windows 10 with aw-server (not rust). I checked again after deleting the buckets. It seems the problem still occurs but it also send heartbeats successfully sometimes, but most...

Adding to my last comment, I checked the extension a little. All I could trace back is sometime the axios post method doesn't get any response form the server and...

For now I have made this workaround, though its preety bad programming wise but it gets the job done. Provided the server is actually running and well and error is...

The heartbeat gets stacked, so if it fails to send one moment then it will be sent it in next successful try. That's why I silenced the notification. It's working...