Results 86 issues of Sebastien Piquemal

Now transition lookup is quite dumb : receive an event, lookup in the transitions hash, current state -> event ? Wildcard -> event ? get the data and starts the...

https://github.com/sebpiq/FreedomPortal/blob/master/freedomportal/lighttpd.conf#L17 With the current implementation, when a page is not found the configured handler is looked relatively to the current host. So we cannot configure a per-host 404. It's easy...

https://github.com/sebpiq/FreedomPortal/blob/master/freedomportal/lighttpd.conf#L34 Apparently when the captive portal loads the page, the url `/` is not matched, which means that the visitor won't be logged. Find the right regex to log also...

for example the install script will configure dnsmasq even if install of packages failed, ... so after reboot install is not possible anymore cause there won't be any connectivity.

CNA both in iOS and Android is missing some features, which will cause problems if you use them (for example file upload field, it will even cause iOS to simply...

In the render function, there shouldn't be `d3.select('svg').remove()` cause it will remove svg elements if called in a web page. https://github.com/sebpiq/pd-fileutils/blob/master/lib/svg-rendering.js#L41

bug

portlets positions on the canvas matter cause they determine the inlets / outlets indices of the instantiated object.

bug

uniformize to table ?

For example to test that the argument is what expected "send" and "receive" arguments of controls should have a value in the patch, etc ...

enhancement