Corey Cole

Results 10 issues of Corey Cole

As of [PEP 561](https://www.python.org/dev/peps/pep-0561/) it is now possible for packages to provide typing information, with different options of how to do so. I'm wondering what would be the preferred course...

enhancement
in progress

Using other libraries in typescript, it seems the [standard](https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/) post TypeScrpt 2.0 is to do something like ``` npm install google-closure-library @types/google-closure-library ``` if the types aren't shipped with the...

P4 - Tracking Only

Found this error message that no one else has raised an issue about: ``` TypeError: word.replace is not a function at list.filter (.../node_modules/bad-words/lib/badwords.js:33:47)', at Array.filter ()', at Filter.isProfane (.../node_modules/bad-words/lib/badwords.js:32:8)' ```...

help wanted

We have an intent, `LogoutIntent`, when we call it, it prompts the user to confirm: ``` Are you sure you want to logout? ``` So it emits type `:ask` to...

I'm attempting to play [a short 3-second audio file](https://s3-us-west-2.amazonaws.com/hallooinc/audio/jaws.mp3) on loop. In my real application, this is a silent file. I run important logic every time MediaStatus is called, and...

### Problem After `npm install` on a fresh clone, running `npm start` throws this error: ``` bash > [email protected] start /Users/clutch/Workspace/angular1-systemjs-seed > gulp watch serve module.js:341 throw err; ^ Error:...

> Error: > android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding...

`:RainbowAlign` inserts actual spaces into the csv to align everything. This results in a modified file. Would it be possible to implement `:RainbowAlignVirtual` that [virtually inserts](https://jdhao.github.io/2021/09/09/nvim_use_virtual_text/) the spacing as to...

--- name: links cause line to wrap when not on the line about: links [with short preview](and looooooong url) --- **Describe the bug** when not on the line: when on...

### Context For sql code blocks in markdown files. Maybe [sqruff](https://github.com/quarylabs/sqruff)? ### Proposal Plugin: https://mdformat.readthedocs.io/en/stable/users/plugins.html#existing-plugins

enhancement