-
Docker v2.22 now has [watch](https://docs.docker.com/compose/file-watch/) capability. But devcontainer would need to call `docker compose watch` instead of whatever it does today (`up`?).
…
-
### Minimal reproducible example
https://github.com/joeporpeglia/expo-video-controls-inset-repro
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a developme…
-
I see mention on iOS and Android in the doc but no mention of [RNW](https://microsoft.github.io/react-native-windows/).
Is there a way to get this working on windows?
-
**Is your feature request related to a problem? Please describe.**
I tried using Subpath imports but they don't work. It would be great if it were possible to use native way no configure paths.
**…
in-in updated
3 weeks ago
-
### Current behavior
When I press on currently active tab, the other tabs' touch events will no longer work
```tsx
import React from 'react';
import {NavigationContainer} from '@react-navigati…
-
### Problem
In react native once a view becomes a Gesture Responder, canvas elements stop gettings events. We can use events on canvas elements as long as no other view encompassing the canvas beco…
-
I'm testing out torchtune with MPS in torchchat, but ran into this error when passing in a larger image (1536*2040).
Looks like `torchtune/models/clip/_transform.py` doesn't play well with MPS due …
-
Hello @zylo117 , Thanks for the great code base.
I tried to run the shape model it works fine in colab. And then i tried with my own custom data which has 3 classes, modified the folder name and adde…
-
**追加機能についての概要**
Fails when using suite2p_registration.
Reproduction steps:
```
1. git checkout develop-main
2. docker compose -f docker-compose.dev.yml up
3. “Documentation” -> “Import sample data”
4.…
-
I’m considering replacing tzdata with the tz library, but it’s difficult to make the switch if the tz library doesn’t provide equivalent support for the functions used in timex, which many elixir appl…