Julian Pistorius
Julian Pistorius
An alternative GUI for OpenStack
**Problem** Sometimes I want to share archives with certain people when I'm offline, but I don't want other people to know about these archives. At the moment when you view...
FYI I work on the Jetstream2 project. A member of the Jetstream2 team will submit a PR to address this issue soon. ### Bug description The [Jetstream instructions](https://tljh.jupyter.org/en/latest/install/jetstream.html) are out...
Fixed typo: @app.before_reqeust -> @app.before_request
Hi @lucamug! I've been enjoying using your `elm-style-framework`. It's a great idea! Thanks for building this. I'm using it in an Elm 0.19 project [*](#exampleelm19project) and it works great. I...
https://github.com/ResearchComputing/jupyter-at-rc @zebulasampedro might be able to help.
Something like this: (Note `get_events` and `get_next_event_names`) ``` python def test_events_and_next_event_names(): @acts_as_state_machine class Robot(): name = 'R2-D2' sleeping = State(initial=True) running = State() cleaning = State() run = Event(from_states=sleeping, to_state=running)...