Stephen Moore

Results 78 comments of Stephen Moore

I'm also interested in this. If I want to give my project lsp specifc settings about what python linters and such to use, I need separate files if some people...

I ended up making https://strcs.readthedocs.io to make this possible. it works quite well. Essentially it's a cattrs structure hook that then uses creator functions that I create. One problem I...

mmkay, I thought so. Thanks. I will add this to the list of things I want to look at (no guarantees on a timeline :p)

@matannoam hey, what happened to pypugjs? it seems to have disappeared from github and pypi...

I like the idea of game of life for the tile so I implemented a version in photons :) https://github.com/delfick/photons-core/tree/master/photons_tile_paint/gameoflife I tried to make a video of it, but the...

So on this, once you're happy with https://github.com/typeddjango/pytest-mypy-plugins/pull/152 and that's merged, I have one last prefactor lined up (https://github.com/delfick/pytest-mypy-plugins/compare/schema/split-from-execution...delfick:pytest-mypy-plugins:separation/use-fixtures, will have an explanation of what it's doing when I make...

yay, after that current PR and the next two, I think I have all the changes in a state that is ready to use, was able to [make this test](https://github.com/delfick/extended-mypy-django-plugin/commit/3d7bd0a2eb2522e61b0deef5818311208de3b8cf#diff-9fc9691db6620e7ab2c3022aa49db1673b4085273fe6c2d119bc72f015fb7b6bR1)...

I'm not sure what would be the best way to turn the two gists above into unit tests. > Also, somehow the notification for your issue got lost, sorry for...

You can search for all the available fingerprints inside ~/.ssh with something like: ``` for file in ~/.ssh that isn't config, authorized_keys, authorized_keys2 or known_hosts: try get fingerprint from file...

I imagine it could work if we spawn a separate process that loads the django state and communicate with that such that we get the required information rather than the...