Agustin Ferrari

Results 23 comments of Agustin Ferrari

>Not yet sure if the text should have markup for the places where it needs to replace or if just parsing the plain text. Maybe you could use both. One...

To simplify the conversion of the illustrations to SVG [Potrace](http://potrace.sourceforge.net/) could be used together with what is explained [here](https://stackoverflow.com/questions/1861382/how-to-convert-a-png-image-to-a-svg/16388237#16388237). In some cases the traits of the illustrations are not well...

"Continuous reading" can also be understood as having all the content on one page. If you are interested in implementing this, a way in which it could be done would...

What do you think about MonoDevelop? I haven't tried it but the development seems to be quite active and could be an alternative to consider.

I discovered the following bug when testing the code of @sreekotay that does not occur in the original: When empty strings are passed the variables are replaced with null. For...

Another option could be [Crystalla](https://github.com/mverzilli/crystalla) but there have been no new commits for three years.

> One possible solution is to set up a website where people can crowd-source shared logins. Well, Aurora Store has the token dispensers for anonymous logins ([this FAQ](https://aurora-oss.vercel.app/faq/) explains better...

A few weeks ago the same thing happened to me, but I solved it by deactivating a SuperSU option as explained [here](https://android.stackexchange.com/questions/143255/sshfs-from-android-to-nas). If this fix is valid for all other...

In May the repository was featured in [this Jucktion article](https://www.jucktion.com/privacy-friendly-alternative-frontends).

One way this could be approached would be to implement a theme system through Askama templates instead of just limiting it to CSS (which has a limit on what can...