Ikhsan Assaat

Results 10 comments of Ikhsan Assaat

If we omit the `if-modified-since` header in the request, it returns back 304. ```bash # request curl -v --request GET \ --url https://rntpzayauzmhsmxjjtfz.supabase.co/storage/v1/object/public/images/test-box-image.jpeg \ --header 'if-none-match: "76d19e08653c1055af52af039af2b6ce"' \ 1> /dev/null...

An open question from me: is requesting public image counted as a download for 'Storage egress'? ![Screenshot 2022-09-19 at 08 42 22](https://user-images.githubusercontent.com/781254/190971206-c36bbfc2-cc5d-45c2-9237-21177025090d.png) This is where I found out the first...

Awesome, I'll test again in 2 days πŸ‘ Hopefully, this prevents your customers (including me!) from overcharging storage egress

Glad that it works! Hopefully, this will make the storage egress calculation fairer πŸ‘

This is still a problem for me to implement. Scrolling to offset using setContentOffset doesn't fire scrollDidView hence the grids' creation didn't work properly

@ono-max sure thing. I've created the demo app here: https://github.com/ikhsan/attach-multi-socket > Sorry, I'm not familiar with multiple process debugging. The setup for multi process is here: https://github.com/ikhsan/attach-multi-socket/commit/7e65b1d57e27fa37d2c389a213886cb5824844a4. This is copied...

> Thank you for your work! Sorry, I'm not familiar with multiple process debugging. Can you please give me the sample project to experiment the behavior? Hey @ono-max πŸ‘‹ just...

Have you tried `"rdbgPath": "bundle exec rdbg",` in your config file? This is my current setup which works for me.

> attaching to the all Ruby processes from one VSCode instance? indeed, this way all the processes (eg we’re using 4 processes on our setup) will all be attached and...

Got my first draft PR for the proposal: https://github.com/ruby/vscode-rdbg/pull/427 Let me know what you folks think πŸ™ cc @ko1 @ono-max