Nicholas Tollervey

Results 92 issues of Nicholas Tollervey

Currently, it's possible to decorate a transition function with either an `id` or, if no `id` is given the event is applied to the whole card. We should add a...

In order of "interestingness": * Geo location * Compass heading * Device orientation (portrait / landscape) * Camera * Microphone More to be added to this list... this issue is...

sprint-on-me

Use JavaScript's underlying `fetch`. When in flight a "pending" card is shown. Two possible transitions can be called upon completion of the request: * `success` - a transition function that...

pycon23

The problem is probably because it is run in an IFrame. Needs checking. Does `sessionStorage` work? Or else, can we manually create a local instance of the `Storage` class? Finally,...

pycon23

Needs to have: * [x] Landing page * [ ] Tutorials * [ ] Cheatsheet * [x] Contributing guidelines * [x] Design decisions * [x] Code of Conduct * [x]...

pycon23
sprint-on-me

We need to implement the [web manifest specification](https://developer.mozilla.org/en-US/docs/Web/Manifest). That's it..! :-)

sprint-on-me

* PyTest? * Examples? * Auto-generated test stubs? * How do you run such a test suite?

As a new programmer who has just found their feet with Python and network zero I'd like to be able to look at the source and understand (at a high...

Documentation

This is a straw man! Please feel free to kick it. Currently NetworkZero relies upon ZeroMQ. This is not part of the standard Python library (and isn't likely to be)....

question

In the README.rst there's a line, "It'll probably all come to nothing...". As @rossjones has pointed out (#12) this appears to be an un-optimistic outlook. However, I leave it in...