Keith Smith
Keith Smith
+1 This, to me, is a pretty necessary feature, especially because one of the main reasons we are using Atom Shell is how easy it is to package up an...
All of the token based endpoints are used that way because those won't be session based. The user will be retrieved via the oauth flow. But this line: https://github.com/gerges-beshay/oauth2orize-examples/blob/master/routes/site.js#L10 shows...
@Fi2zz The issue is when you have an ordered list nested inside. For example, if I have the following data I want to input into Quill: 1. test - cool...
What are the specs on your computer? Do you know the max sockets setting?
I believe this is fixed by changing this line: https://github.com/Matt-Esch/string-template/blob/master/compile.js#L4 to allow an `_` in its charset, but you may want to support other valid characters in variable names such...
Have you tried [this](https://atom.io/packages/coffee-lint)? I mean, it would be nice to just have one plugin doing both things.
That's awesome! It's not a pressing need for me at the moment, but it's great to know that there's a workaround.
This is the issue as I see it: This is the result of a `Finch.request()` ```elixir request = Finch.build(:get, "https://hex.pm") {:ok, %{status: 200}} = Finch.request(request, MyFinch) ``` `Finch.request()` returns a...
I’ve mostly just been keeping dependencies up-to-date. Minor refactoring was done to update major versions of libraries, but no new feature work is planned for my fork.
I'm seeing the same issue on MacOS, so possibly not snap releated: OS: macOS 12.6 arm64 Browser: Mozilla Firefox Browser version: 106.0.1 (64-bit) Extension version: 4.1.1 Edit: Looks like a...