Alexander Droste
Alexander Droste
As described here: https://old.reddit.com/r/homebrewery/comments/ch3v0d/psa_grey_boxesshadows_around_notes_stat_blocks_etc/ This issue is still a thing. OS: macOS 11.5.1 Chrome: 92 Seems like certain renderers like the macOS Preview App still have problems with the exported...
Markdown output won't include anything that clearly reveals the kind of a named item. You have to analyse the output (by looking at the naming or at the displayed subheadings)...
**Is your feature request related to a problem? Please describe.** Plugin support: https://github.com/junegunn/vim-easy-align => because I like it and use it in a lot of different situations (e.g. can also...
This is an interesting project. I think an english readme + docs could help with adoption. Machine translating the docs via the browser is far from perfect and no real...
# Suggestion Huge request. One thing that I don't like about typescript is the file extension itself. ".ts" was already reserved for mpeg-2 video long before anyone thought about shipping...
**Describe the requested icon** Squash Icon to display the sport. **Screenshots** Something similar exists in mdi =>  **Context** More general request for sports...
Great library! Would be nice, if you'd add some simple typings like: ```ts // index.d.ts declare module 'levenshtein-search' { export function fuzzySearch(pattern: string, text: string, maxDistance: number): IterableIterator; export function...
## 🐛 Bug Report Nesting t calls causes unwanted removal of keys ## To Reproduce ```js const condition = true t('test.outer', { subString: condition ? t('test.inner1') : t('test.inner2') }) ```...
### Describe the bug When running a test suite that uses spyOn to mock something in a module, it only works for the first test and first call of spyOn....