Timur Ismagilov

Results 44 issues of Timur Ismagilov

Sibling sidebar considered harmful. See also https://mycorrhiza.wiki/hypha/essay/on_hierarchies The plan is: 1. Disable it by default. Those who used it heavily before will turn it on and get a warning (`☝️...

I read an article and learned that you can't just use rem everywhere: => https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility While Mycorrhiza handles zooming perfectly, it barely handles big root font size! Rate this screenshot:...

Described the idea here: => https://mycorrhiza.wiki/hypha/subcategory

In the IRC channel, afontain proposed this (excerpts): ``` how about adding path="/path/to/myhypha" to oh, right, if that's a non-standard attribute, you can prepend data- to it then you could...

No one likes the current top bar. Let's address what is wrong with it now: * Looks sad when it gets multiline, especially on mobile devices. * It is hard...

Currently, we store all HTTP handlers in one place, views in one place, their back-end models in one place. Used to do the same with localization, but I am currently...

Currently, Mycorrhiza does not have an API designed for machines. Most routes are meant to be requested by humans through browsers. Even though we can make third-party programs request them,...

We use the quicktemplate library for almost all of HTML templating tasks in the project. _Contra_: * Yet another dependency (all dependencies fail and are not to be trusted) *...

**Near links** is a feature from the OddMuse engine I found quite useful. => [OddMuse docs on near links](https://oddmuse.org/wiki/Near_Links) Before implementing near links, interwiki capabilities has to be implemented. In...

Our terminology is an utter mess. Gotta untangle that. The biggest terminology concern about Mycorrhiza is _hyphae_. They are not going anywhere any time soon. However, hypha kinds need some...