Shawn McElroy

Results 13 issues of Shawn McElroy

So I have for example this file: ```yaml val1: adsf val2: [ 1, 2, # comment 3, 4, ] ``` but when the formatter runs, I get this output: ```yaml...

I have my logging setup to use `rich`'s nice error handling with loguru. Though i have a few minor issues. When I am using a try/except block I can easily...

enhancement

When trying to get i3 working in xfce i found this and thought to try it. I already have zsh well configured. This is something you should not change on...

I installed gray-matter to use with svelte/sapper, and once I did, I started getting this error message in my console. ```bash > sapper dev ✔ client (1.0s) ✔ service worker...

For example, I have various google logins, so when I search for `ts.google.com` I just see ![image](https://user-images.githubusercontent.com/89895/76727195-9549c980-6710-11ea-9970-2072ad0f9ebb.png) There should be a way to tell these apart. the chrome extension does...

Is there any possibility you would add support for gitlab? Github is great but its not the only git hosting out there. Quite a lot of others use gitlab as...

I would like to request support for Gitlab. Probably one of the more popular alternatives to github. This would be great to support multiple sources as not all people use...

Suggestion

I would like to know how I can translate configs from other plugins, to use inside of `.proton`. Here are some examples ```cson 'linter-php': # php path. run 'which php'...

Using the PostgreSQL driver, when doing something like ```sql SELECT * from sometable where fiel ; ``` When typing `fiel`, it offers suggestions for the fields in the table named...

completions

Currently, I have an endpoint defined like so: ```python @route.get("/{int:article_id}", response=ArticleDetail) def detail(self, article_id: UUID4): """View an articles details.""" return self.handlers.detail(article_id, self.uow) ``` In this case, the handlers.detail returns an...