Avishay Matayev
Avishay Matayev
from the man page: ``` choose-tree [-GNrswZ] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template] Put a pane into tree mode, where a session, window or pane may be...
Hey, I have a medium-sized codebase that has around 12 ORM reducers (registered with `createReducer`) and around 5-6 regular ones. All reducers are merged with `combineReducers` and I have a...
**Describe the bug** Here's a video with the issue: https://user-images.githubusercontent.com/5567310/152987697-27233894-331b-4e0b-930b-873912a9e905.mp4 As you can see there are two issues: 1. The settings menu appears without me doing anything 2. Some buttons...
### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description When editing text, especially with links, concealed text...
I'm posting this mostly because I was googling and couldn't find a quick answer so hopefully for future googlers this will be helpful. I dumped the client response (and made...
**Bug Report** A class inheriting a class with kw_only=True and using a dataclass_transform doesn't recognize kw_only being set, even though in runtime it does not yield an error. Originally found...
### Description I've been following the [Building from source](https://github.com/facebook/react-native/wiki/Building-from-source) guide and I can't get `packages/react-native-gradle-plugin`'s build to work The only errors I have when building through Android Studio are: ```...