Alexandre Decan

Results 12 issues of Alexandre Decan

Previous CQUI was abandonned notably because not so many people were involved in its development (and it wasn't easy to start contributing to the project). I really would like to...

enhancement
high priority

The examples that are provided for the API (see https://libraries.io/api) are not consistent. Consider for example "Project dependencies": - Displayed URL (after "Example:") is https://libraries.io/api/npm/grunt/latest/dependencies?api_key=X - This URL leads to...

This branch is a first attempt to create a kind of temporal logic in Python, that can be used to automatically generate property statecharts from a "Python formula".

feature branch
abandoned

This branch implements some support to automatically get some information from the Python code contained in a statechart, such as the events that can be sent, the attributes that are...

feature branch
abandoned

This branch provides (for an old version of Sismic) a very basic GUI (written using Tkinter) that can be used to orchestrate a statechart.

feature branch
abandoned

This is a quite interesting Python package, but it lacks a decent documentation (docstring or a readme-like one) or at least, some examples.

Hello, First of all, thank you for this really nice tool! I'm really new to Switch and to Homebrew, so apologize if my question doesn't make sense or if it...

If a temporary environment is created using ``pew mktmpenv``, it has to be properly exited (e.g. using either ``exit`` or ``CTRL+D``) for the environment to be removed. If the terminal...