Avinash Sonawane

Results 26 comments of Avinash Sonawane

Looks like a duplicate of https://gitlab.com/gnuwget/wget2/-/issues/217 Can you please try and download from any `http` URL? It should succeed correctly using the proxy.

> I think the README is not updated when they removed the license file 164 days ago. Also, Mozilla Addons page https://addons.mozilla.org/en-US/firefox/addon/worldbrain/ still says "MIT License" for the release 3.1.10...

It's not just license but upstream has also changed one of the core libraries (`memex-common`) from public to private so now it's impossible to build the source code. See https://github.com/WorldBrain/Memex/issues/1235#issuecomment-1066121960...

umm I don't understand. So are we going to bump box2d from 2.3.2 to 2.4.0/master or not? FWIW, I ran scan-build against box2d git master and also against tags/v2.4.0 and...

> any help would be appreciated I'm sorry but I have no experience with c++/object oriented methodology so not sure if I can be any useful here but nevertheless I'll...

I2P Version: `0.9.42-0-1~disco+1` OS: Debian Buster log: ``` 19/09/19, 12:51:43 PM WARN [luginStarter] rg.eclipse.jetty.server.Server: Failed startup of context o.e.j.w.WebAppContext@31f15383{/i2pbote,jar:file:///var/lib/i2p/i2p-config/plugins/i2pbote/console/webapps/i2pbote.war!/,UNAVAILABLE}{/i2pbote.war}: java.io.FileNotFoundException: JAR entry WEB-INF/lib/tomcat-el-api-8.5.40.jar!/ not found in /var/lib/i2p/i2p-config/plugins/i2pbote/console/webapps/i2pbote.war 19/09/19, 12:51:43 PM...

I came across the theme [AllinOne](https://github.com/orianna-zzo/AllinOne) which tries to implement series. This is how series are displayed on the [homepage](https://orianna-zzo.github.io/): ![home](https://user-images.githubusercontent.com/2694559/54756824-e815a180-4be0-11e9-9a56-5c882dd1d550.png) This is a docker [series page](https://orianna-zzo.github.io/series/%E6%85%A2%E5%AD%A6docker/): ![series](https://user-images.githubusercontent.com/2694559/54756890-0da2ab00-4be1-11e9-8731-77498ca5470a.png) It's far...

> I'm completely open to having comments support in a separate branch/PR for people to switch to it if they wish to. Well, this will work too. Thanks for being...

Thank you! Wish I could help. A go beginner here.

Why do we have `$ssh` without no assignment? On my system `echo $ssh` prints nothing and this patch only works if I change `$ssh` by `ssh`. Why `$ssh` and not...