Charlike Mike Reagent

Results 212 issues of Charlike Mike Reagent

Yup. Just start #224 (rfc#9)

🏁 area/perf
🐛 type/bug
🙆 status/confirmed

I'm thinking to move to Atom and I'm interested in using Monokai Extended and more specifically Markdown Extended. It's absolutely awful that there's no **meaningful** syntax themes for Atom --...

Heya, great one. Can we add `options.transliterate` so we can disable transliteration? Defaulting to `true` if you will so. https://github.com/sindresorhus/slugify/blob/b841d04d92533469714e586435ed4c1b3b451d8c/index.js#L46 to ```js string = options.transliterate ? transliterate(string, {customReplacements}) : string;...

The 3rd bullet in this list https://github.com/conventional-commits/conventionalcommits.org/pull/175#issuecomment-536398716 and the following comments after it. I don't see any difference with git trailers, as @bcoe said in one of the comments. Each...

edit: meaning uninstall command for packages, also package's deps we also need `bpkg` unistaller it would be something like ``` sh TMPDIR=${TMPDIR:-/tmp} DEST=${DEST:-${TMPDIR}/bpkg-master} [ -z "$PREFIX" ] && PREFIX="/usr/local" sudo...

duplicate
enhancement
help wanted

enhancement
help wanted
good first issue

Basically, the thing to this should be updating and implementing the things in the [Like For GitHub](https://github.com/Idnan/like-on-github) Chrome extension by @Idnan. Or, to reorganize it from time to time which...

help wanted
good first issue

Something like this ```js let events = [] if (typeof window !== 'undefined' && typeof document !== 'undefined') { // eslint-disable-next-line for (const key in document) { const isEvent =...

Heya there! :wave: I'm deeply digging into tests, because i'm experimenting to implement virtual dom diffing, where `nanomorph` guided me at most. Diffing vdom, seems pretty smaller and easy than...

Hey there. Most frequent i have problem with this rule. And specifically in cases of `options`, `opts` and `err`. I also seen in #1089 that this rules is disabled for...