cutephoton
cutephoton
Ok, it's clear after looking at the source code that this is by design. But this is not intuitive. If I explicitly block javascript, it should never allow javascript. https://github.com/mozilla-mobile/focus-android/blob/f5b22ff78fca22765b8b873b4f70693943ae559a/app/src/main/java/org/mozilla/focus/web/GeckoWebViewProvider.kt#L230-L241...
Ok so I know me and like maybe 3 other people wander the mobile internet without js. ;) Thought I'd follow up to report that JS can run when blocker...
Yes, it would be nice, wouldn't it? I would take this a step further. The killer feature would be deeper integration. The diagram should be parametrized or linked to workbook...
Don't know about Geogebra. Seems like a different use case? I'm interesting in being able to draw conceptual electrical circuits and having part values updated once I feed parameters in...
It would probably be quite some time. I'm trying to work through the core mxgraph code and working up to some features I want in jupyter. But as you probably...
For those who come to this bug and wonder why it's not available (or why many of drawio's features aren't included)... The TLDR answer is: mxgraph's reference graph editor does...
What about using the wiki feature on github? Should do as above for more formal documentation as content becomes more complete. It works (although I disabled the caches). Interrupts work....
The rationale for keeping the docs in the main repo is sound. The counter point is that that it creates a barrier to entry to contribute. With that said, creating...
Another solution is to modify the function prototype to pass extra arguments: `def get(self, section, key,raw=True,fallback='rest',**kwargs):` Then forward extra kwargs in the call: `ret = ConfigParser.get(self, section, key, **kwargs)` And...
Yeah, sorry about that -- I needed kazam for a project at the time and forgot about the fix. Looks like there's a pull request with a similar fix as...