Ben Bleything
Ben Bleything
Same problem here. Any solution in the works?
The Gemfile has sinatra_auth_github locked to 0.13.3 which depends on warden-github ~> 0.13.1. I'm trying to upgrade sinatra_auth_github now and see what happens.
Upgrading sinatra_auth_github to 1.2.0 fixed the 500s I was getting but something in the auth step is failing. I can dig in further later.
Whoops, sorry for the delay. Here's the svg:  Generated using `vsk run examples/schotter` on my windows machine with a correctly functioning install, verified in inkscape on both windows and...
Nope. That's not a plist, just some random file with a plist extension.
That was my initial thought too, but I looked around and couldn't find any official spec for json plists. I think maybe it's something that TextMate has done to encode...
Well, just about any data structure can be turned into a plist. My opinion is that if `plutil` doesn't speak it, we shouldn't support it. That said... turns out `plutil`...
`$ man plutil` :)
Ah, ubuntu. `plutil` is part of OSX. Can't help you on other platforms.
`mypy` is reporting errors with numpy: > mypy C:\Users\ben\AppData\Local\pypoetry\Cache\virtualenvs\vsketch-1NFE3Dlf-py3.10\lib\site-packages\numpy\__init__.pyi:642: error: Positional-only parameters are only supported in Python 3.8 and greater Found 1 error in 1 file (errors prevented further checking)...