Noah Overcash

Results 42 comments of Noah Overcash

or maybe not the :octocat: if it will support other accounts such as bitbucket etc, maybe just the git branch icon?

I'd love this as a command! LaTeX, in particular, has a ton of funky stuff, like `renewcommand`, `textbf`, `lfoot`, etc that I certainly don't want to add workspace or user-wide...

Oh that's clever! So c spell will just add to that file whenever I'm editing LaTeX, but still do the normal user/workspace dictionaries elsewhere? Currently I just have a rule...

Same issue, still in 2022. Happens with the `|` format, as originally reported, as well as something like: ```yaml description: A description of the error, primarily for internal use. Only...

The `answerCallbackQuery` function has changed. Try: ```js return telegramBot.answerCallbackQuery(msg.id, {text: `Inline button callback: ${ msg.data }`}); ``` instead

@giovannipds try this: ```ts import type { Delta as DeltaType } from "quill"; import ReactQuill, { Quill } from "react-quill"; ... const Delta = Quill.import("delta") as typeof DeltaType; ``` This...

@giovannipds you might be able to do `const Delta: DeltaType = ...` if that's any better. I don't think this can really be fixed, unfortunately, unless Quill's typings provided overloaded...

Seems like this can be closed now that OpenAPI generator has integrated from their end

Its suggested to just run java -jar Pokemongobot.jar

How can I make this kind of GPX?