Akash Agarwal

Results 13 comments of Akash Agarwal

I keep running into `You do not have permission to open the application “Phoenicis PlayOnMac.app”.` on Big Sur. Tried the solution [here](https://developer.apple.com/forums/thread/666611) as well, but all in vain. Were you...

@shouya is this solution supposed to work if we add the line at the top of `.tmux.conf`? I tried both on top of the file and before the first `run`...

@Nakilon were you able to fix this?

@Nakilon thanks for the prompt reply! I ended up keeping ruby2d on the main thread and a console input/reading inputs from a file on another thread. I am curious if...

Bump! This would be very handy.

Thanks heaps for the NVM native solution @dionysius!

Super keen for this. I work extensively with docker and commands like `docker ps` fit better on a full-width pane.

It seems like `timescaledb_post_restore()` is actually setting the value for `timescaledb.restoring` to 'on': ``` mydb=# set timescaledb.restoring to 'off'; SET mydb=# mydb=# mydb=# show timescaledb.restoring; timescaledb.restoring ----------------------- off (1 row)...

For me, the issue was using named volumes on CentOS (weirdly enough, the issue didn't arise on MacOS). So a volume defined in a compose file like: ```yaml volumes: /backend/node_modules...