Ikhsan Assaat
Ikhsan Assaat
# Bug report ## Describe the bug The public url from storage responds with etag and last modified headers. The problem is that subsequent calls will never get 304 response,...
# Bug report ## Describe the bug The public url from storage responds with etag and last modified headers. The problem is that subsequent calls will never get 304 response,...
## What kind of change does this PR introduce? bug fix ## What is the current behavior? Browser (or other client) never cache the images from storage: https://github.com/supabase/storage-api/issues/193 ## What...
For https://github.com/ruby/vscode-rdbg/issues/372 - Introduce a new adapter `MultiSessionDebugAdapter` where it emits events with all socket paths - Add a listener that subscribes to custom events that `MultiSessionDebugAdapter` emits, which attach...
Thanks for making this awesome debugger extension! Launching tests work out of the box, which is cool, although attaching to our servers don't have a ideal developer experience. ## Problem...