Clemens Pflaum
Clemens Pflaum
Having a required checkbox should be a fairly simple solution. Imo it would be great to move this into the create/update permissions since this would give more flexibility. That way...
I can confirm that this problem still exists in the latest version. For `` and `` The diff contains deleting the text and reinserting it in the corresponding tag. For...
1. `` `left`: `This is a text` `right`: `This is a text` `actual`: `This is a textThis is a text` `expected`: `This is a text` 2. `` `left`: `This is...
Version: `NVIM v0.9.0-dev-525+ga7332ba9b-dirty`. Had some more time today. Turns out that it is caused by Windows Terminal. I tried wezterm and didn't have any issues there so I will be...
Would love this aswell. I have got used to certain keycombos on mac like cmd+c to copy. I added a win layer to modmorph leftwin+c to c, ctrl+c. In order...
Having the same problem with Wezterm on M1 Mac
For me the leading zeroes where cut. Instead of: ``` - name: EU13L_EMgr_Actual_Power address: 0102 ``` ``` - name: EU13L_EMgr_Actual_Power address: "0102" ``` Works just fine.
Dove a little deeper into this. Turns out it is due to `react-native-tab-view` using a function as style prop for `Pressable` in [PlatformPressable](https://github.com/react-navigation/react-navigation/blob/cfebf105844ac1674eee28ec1ff4ccd30e7895ee/packages/react-native-tab-view/src/PlatformPressable.tsx#L59-L67). I found a previous issue #847 that...
For my purposes i created a small patch via `pnpm patch react-native-tab-view` which seems to work nicely for now by manually tracking the `pressed` state via the `onPressIn` & `onPressOut`....
Any way to do this in v5? I cannot seem to completeley remove a row with the Slot Label Hooks.