Ben Bleything

Results 24 comments of 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: ![schotter_liked_1](https://user-images.githubusercontent.com/270/168681967-3df0da72-1a55-42f6-b8cc-bb6bf28b2d93.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)...