Sam W

Results 17 issues of Sam W

First up, thanks for the project! I'm deserialising dhall into a config struct for my application and it works great. At the moment I'm "including" some of my rust enums...

The attribute `fields` on PGForm does not include the contents of any ``s. A quick look at the source reveals the following: `foreach($this->page->xpath->query('.//input|.//select', $this->dom) as $input){)` So, looks like quite...

- Adds support for Discord OAuth. User Name (discord username), Email, Sub (discord username plus "discriminant", which uniquely identifies a discord user), and picture are populated. - In addition, a...

The `/ls` page displays an "empty" entry caused by the `sitemap.xml` file in the data directory. ![image](https://user-images.githubusercontent.com/3065381/42348053-d51d07e2-809f-11e8-818d-905371d5a536.png)

The two default styles `styles.style` and `default.style` are not searched for in `style_path`, but are rather looked for in default locations. See https://github.com/rst2pdf/rst2pdf/blob/master/rst2pdf/styles.py#L93 This means that if you are using,...

help wanted

Currently where there is seemingly no way to configure yubikey-agent to use a pinentry program other than /usr/bin/pinentry. Of course, `update-alternatives` or another symlink approach can be used where available...

I found myself wanting to be able to get the management key to be able to change pin retries etc in ykman, but couldn't find an obvious way to do...

Content inside a `` node may well not be valid (img `src`s or a `hrefs` being inserted at runtime in js for instance). As are, by definition, not rendered on...

feature

I'm using django-geojson's fields and using my own widget instead of `django-leaflet`. It would be nice if there was a way to prevent the ``django-leaflet` is not available.` warning!

While trying to debug another issue, I ran voctocore with `-ggg`: ``` ❯ python voctocore/voctocore.py -ggg Traceback (most recent call last): File "/home/samw/prog/voctomix/voctocore/voctocore.py", line 111, in main() File "/home/samw/prog/voctomix/voctocore/voctocore.py", line...