kornate
kornate
Same issue here. Only thing temping me from carrying an Android around too...
Hi @st0012! More information in how this is supported and used in Sentry.io's other SDKs is here, it's how I heard of the feature: https://blog.sentry.io/2021/02/03/how-to-use-sentry-attachments-with-mobile-applications For us, we are looking...
Correct, but sentry-ruby doesn't need to run in the browser. I use other SDKs for selenium testing with ruby. I only need to be able to upload an image blob...
Hi Louis. Any movement on ARM support for the main image and webmail? I'm trying to get dockerised WD running on Amazon Linux 2 ARM. Thanks for all the hard...
Something like this would be nice: ``` require 'socksify' # Create a new socksified connection socksified_connection = Socksify::Connection.new(socks_host: "", socks_port: , peer_host: "", peer_port: ) # Use the connection as...
It looks like this was an oversight. I know we haven't heard from @astro yet, but GPL3 is restrictive, has licensing compatibility issues, and enforces inherited obligations on derived works....
Hi @MatzFan! You can easily set up a local SOCKS proxy with authentication on any Linux server using via SSH. I've tailored these instructions for Ubuntu: 1. Make sure `PasswordAuthentication...
Hi @da2x, it seems like you're trying to use the `socks_proxy` method with the `Net::HTTP` class, but it's not defined in the `socksify` gem. Instead, you should use the `Socksify::HTTP`...
To resolve your issue, wrap your FTPS connection code with a `Socksify::Proxy` block and pass the SOCKS5 server address to `Socksify::Proxy.new()`. This ensures your script connects through the specified SOCKS5...
Hey @reidmorrison! Thank you for the awesome tool. know it's been 5 years and this has gone untested, but it doesn't work. Can you think of an easy fix, without...