Evan Widloski

Results 51 issues of Evan Widloski

The README mentions moving the cursor around in `demo06.py`, but this is with manually generated ANSI codes and doesn't make use of `ansi.Cursor`. I only realized `ansi.Cursor` existed because it...

I've been working on a [library](https://github.com/Evidlo/pykeepass_cache) that transparently wraps pykeepass and temporarily holds a database open in a background process. I thought it might be useful for keepmenu. Also any...

After QuakeJS gets a mouse-lock, the reticle immediately starts drifting in one direction. This doesn't happen in the most recent Chromium.

Please make sure my description of a `Condition` is correct.

The input `$\underbrace{123}_{123}\underbrace{123}_{123}$` doesn't render correctly on mathb.in as shown [here](http://mathb.in/20975). However, on another MathJax rendering site, [it works fine](https://arachnoid.com/latex/?equ=%24%5Cunderbrace%7B123%7D_%7B123%7D%5Cunderbrace%7B123%7D_%7B123%7D%24)

![preview](https://user-images.githubusercontent.com/5455841/128554518-e3582807-48ae-4ba4-926c-bfbc39b2548c.png) I was also trying to implement this on the room list pane on the left, but it seems like it doesn't implement the SetDynamicColors function. Any ideas?

I was figuring out how to set up XDG protocol handlers, so I'll document that here. `~/.local/share/applications/matrix-handler.desktop` ``` [Desktop Entry] Type=Application Name=Matrix Scheme Handler Exec=gomuks join %u StartupNotify=false MimeType=x-scheme-handler/matrix ```...

enhancement

## **Summary** `render/index.js` selects the first `` element on the page to use as docsify's navbar. This makes embedding on existing pages problematic when the page already includes a ``....

semver-minor

I'm trying to embed docsify within an existing template, but I'm having a problem where docsify is hijacking my template's `` tag. Looking through the source, it seems like docsify...

enhancement

Made more progress. I looked for anywhere `STM32_FLASH_TYPE_G4` was defined and made an equivalent section for `STM32_FLASH_TYPE_L5`. I crossed referenced all the G0/G4 definitions in `stm32flash.h` and the associated reference...

code/feature-request