Suyash Belekar

Results 5 issues of Suyash Belekar

Demo of issue: https://codepen.io/anon/pen/ZyYXdZ When the document is loaded inside an iframe and the iframe is made visible after it's content has been loaded then the browser scrollbar doesn't hide....

The doc page for global autotype mentions: > To make Autotype even better, there is Global Autotype. It works the same way as Autotype but eliminates the process of having...

There does not seem to be any support for systemd user services. There should be an option for this. For example, redshift service has to be started using: `systemctl --user...

I use the following regex expression in an automated posting to match if the transaction month is Feb, Jun or Oct. `= /Expenses:Subscriptions:Netflix/ & expr date =~ /\/(02|06|10)\//` This results...

bug
parser

I'm trying to use webrtc-java library to create a webrtc data channel between two peers. 1. [Relevant code](https://gist.github.com/suyash192/f8995c7d56659a1055135e102d77eb06) 2. [Webrtc Logs](https://gist.github.com/suyash192/bb19fb7cdf7b705b9c09da5c9c64955b) On execution and after calling `connect()` function of my...