Carlos Rodrigues
Carlos Rodrigues
DNS lookups seem broken in the `alpine:3.13` docker image. ``` $ sudo docker run -ti --rm alpine:3.13 ping -c 1 google.com ping: bad address 'google.com' $ sudo docker run -ti...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior For at least the last 12 hours or so, I've been...
On desktop platforms, `uinput` sends keyboard events to the window in the foreground. If that window isn't the terminal where `runcommand` is running, its menu cannot be triggered. This happens...
Since the `uinput` changes to `joy2key` in commit d417e069, it is no longer possible to enter the `runcommand` menu in Ubuntu 22.04 (x86_64+X11). I confirmed this by checking out the...
In [Tenebra](https://h4plo.itch.io/tenebra), when entering the exit gate of a level from above, the core becomes unresponsive (even RetroArch hotkeys stop working). Looking at the list of processes, I can see...
HTTP requests done from a Marimo WASM notebook are not carrying any cookies that the browser may have stored. This breaks requests to URLs that use cookie-based authentication (e.g. where...
`XMLHttpRequest.send()` does not send any cookies that the browser may have for the requested URL unless `withCredentials = True`. This PR enables that flag by default. This allows doing requests...
The location where RetroArch overlays are supposed to reside is quite confusing. There are multiple possible locations and symlinks, and the effective location seems to point at the wrong place...
Opening an issue specifically for this, as it seems like something that won't have a quick fix, and to avoid the discussion being split between issue #550 and PR #552....
`XMLHttpRequest.send()` does not send any cookies that the browser may have for the requested URL unless `withCredentials = True`, and the same is true for `fetch()` without `{'credentials': 'include'}`. Setting...