Alexander Droste

Results 19 issues of 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...

kind/feature
area/not-vim-core

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...

documentation

# 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...

Suggestion
Declined

**Describe the requested icon** Squash Icon to display the sport. **Screenshots** Something similar exists in mdi => ![Screen Shot 2022-12-03 at 15 25 46](https://user-images.githubusercontent.com/18649298/205445729-64a3dfeb-69c2-4da0-a036-d4c18008fd2f.png) **Context** More general request for sports...

icon

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....

p3-minor-bug