svnhub

Results 111 comments of svnhub

Microsoft's team reached the conclusion that the extension is not malware and left the following comment (which is mostly targeted at people running Windows Defender and not the other variants...

Closing this as Microsoft has updated their definitions to avoid this false positive detection

Can confirm that Linked-In repeatedly pops up the cookie banner on the front page even if you have visited their cookie settings page UNLESS you turn cookies/tracking on then off...

The idea about documenting the permissions and why they are requested in the README is a good one! For now I'll just write a few notes about the specific one...

In the next release the requested permissions are now documented in the README.md (the frontpage of the git repository) and are also documented in the extension as part of the...

The memory is allocated by an external entity already. Importing the missing function with JNA seems like a simple solution for now, thanks!

Just for reference this was the temporary solution as suggested (many ways to handle enums, we just needed something that works). Natives.objectFor(...) is handled by JNA since Buffer already exists...

Ah, that's a good point - thanks for the heads-up!

Just verified the bug by building a working version locally where both `@use-gesture/core` and `@use-gesture/core/actions` reference the same external `actions-xxxxxxxxx.esm.js` module file. So to simplify: The issue is that `@use-gesture/core`...

Indeed, we are in the process of releasing 1.1.3 where this issue is fixed - it should be available within a few weeks on all platforms