Tobi
Tobi
@runkharr , cool, thanks!
@runkharr: I will apply all of your patches, don't worry. I want to make a couple of small improvements to your other patches before I commit and push them. Hopefully...
@runkharr: I just commited your 2nd patch. I made only small changes to it. I would like you to test if everything works as expected with the changes I made....
Can you explain what these lines in your 3rd patch are doing or what they were intended for? ``` @@ -1942,6 +2072,21 @@ bool Network_Widget::Net_Card_is_Valid() + + if( u_bridge &&...
@runkharr: just google for github's documentation/howtos/faq. Of course, you can push all your projects to github. First you need to use "git init" in the project directory, then you add...
The capital letter thing is probably a choice I made because I thought it looks better that way. Look in the code for uses of lower() and upper() and you...
It's probably not a limitation of mdoc by the way. The n getting cut off at the end is very likely a bug in cli2man.
Nice! :-) 2014-12-18 11:14 GMT+01:00 Noxalus [email protected]: > Hello tobimensch, > > Thanks for your interest in Minko. :) > > It's not on the repository for now, but we...
Can the extension alter any website's JS code or overwrite the alert() function so that an alternative implementation is used? Then the alert box could be implemented with HTML/CSS/JS.