mia
mia
I think there are too many `resized` and `item_resized`, at the time of the freeze there are 122 events. There are only 50 items in the list. This means that...
https://user-images.githubusercontent.com/52386117/104789353-d82a6280-5762-11eb-8849-b097770799a2.mp4 It happens with plain ``s too. Clearly an issue with the app configuration, I will do some more debugging. It might be a problem with Vuetify... update: having Vuetify...
I found an answer! After rewriting my app with some less bloated components, I found that the virtual scroller was still laggy, at which point I decided to fiddle around...
My use-case is I am making a set of elements draggable onto a grid canvas, so in order to find where the user dragged said elements, it has to know...
oh -- that said, I just tried the `onDragMove` hack. Seems like... it doesn't fire when dragging overlays... EDIT: doesn't seem like `onDragMove` runs at all in my case... am...
```ts export const useDragEnd = ( onEnd: ( x: number, y: number, ev: { draggable: Draggable; droppable?: Droppable | null; } ) => void ) => { const [, {...
Another use-case that a dedicated fork feature would be useful for - being able to get the PID of the process that you just started. In bash, there's `$!` which...
sure
the behavior should be that only one PrivateChannel can exist between two users with `is_locked` set to true. Any number of PrivateChannels can be made that are not locked.
chrome seems to be autofilling the fields just fine for me... Saving login credentials in a wallet sounds kinda risky (i'd much rather only store sessions), and overall integrating it...