Matthew Wegner
Matthew Wegner
The core issue here is Croppie using `mouseup` events. Newer Firefox/Chrome need to use `pointerup` instead. Safari doesn't support pointer events, though, so there's a bit of proper work to...
Same--here's what the crash report looks like: ```Process: iscsictl [2714] Path: /usr/local/bin/iscsictl Identifier: iscsictl Version: ??? Code Type: X86-64 (Native) Parent Process: fish [2342] Responsible: iscsictl [2714] User ID: 501...
You can use this with MagicOnion and Unity to skip over needing a native gRPC client at all. It uses `UnityWebRequest`: https://github.com/Cysharp/GrpcWebSocketBridge
I switched an in-development project to use it, in order to get rid of the native plugin requirement. Stability seems fine! It's actually a little more robust when it comes...
Is there any workaround available for this, beyond recompiling new Sentry SDKs to un-mark those those internal classes? For some wider context: We're clearing and adding attachments because we want...
Our own files--we have GUIDs assigned to the block of data that represents the current game state in a turn-based game. Partly this is to make it easier to pick...
The resolution here is to install angular via bower: - Install node / npm - sudo npm install -g bower - bower install angular