groszdaniel

Results 13 comments of groszdaniel

Perhaps don't support opening a plain .xz file like an archive, just support extracting it. The extracted file should have the same name as the original, just with the .xz...

@noam-honig Is update supposed to keep all fields that are not specified intact? It seems to me that in some circumstances other fields get overwritten (perhaps primitive types and/or allowNull?)....

@noam-honig I made a simple example based on the React starter project: https://github.com/groszdaniel/remult-update-bug One entity, two integer fields, each button is supposed to increment one without touching the other. Instead,...

Actually it should be possible: ydotool can move the cursor to an absolute location. It looks like the trick is to first do a move to (-INT32_MAX, -INT32_MAX) which in...

> A user script has access to all of the information it would need to implement a gesture recognition system. Is there a way to distinguish between mouse and touchscreen...

> If would be convenient if there was a way to directly access the history of the tab the extension is invoked in. Unfortunately there does not seem to be...

I'd say the best thing would be to copy the (backward and forward) history of the original tab into the new tab, like the built-in Duplicate tab feature does on...

Yeah, it looks like I was wrong when I thought that injecting JavaScript and using the History API could be used to read the history entries of the old tab...

But also, isn't isn't it now possible to request permissions at runtime? You could then make a single extension that can get extra functionality depending on whether the user grants...

> I think that goes back to the issue I mentioned in 2018 earlier in this thread unfortunately. > > > The proof of concept linked there instead requires listening...