Toni Röyhy

Results 15 issues of Toni Röyhy

These small hacks will allow ajaximage to work with Django 1.4

This line throws error with django 1.4 https://github.com/bradleyg/django-ajaximage/blob/master/ajaximage/fields.py#L34 This is resolved for example here: https://github.com/estuans/django-ajaximage/commit/fbf9f33305cb42b7e7853db65e68fcd038c41cdf by removing the 3rd parameter from call to super(AjaxImageField, self).contribute_to_class(cls, name, virtual_only) If there is...

Resolves issue #20 while being backward compatible. trigger function called with trigger(EVENT,false) will queue transition until next call of run machine. Call to trigger(EVENT,true) or trigger(EVENT) is the immediate transition...

For example I have 2 states where from **state_idle** we trigger event to change to **state_manual**. Trigger is called in function **on_state_idle**. Monitor log illustrating issue: 1) ENTER: state_idle_enter 2)...

Half of my files in node_modules got detroyed!

good first issue

**What happened**: In a cluster that has ~90 ingresses, a new node was added. This triggered change on all ~90 ingresses and AWS limit of 1000 rows in single update...

kind/bug
lifecycle/rotten

in file: https://github.com/jhardy/Sassy-Buttons/blob/master/stylesheets/sassy-buttons/_sassy-button-styles.sass#L13 Border is defined without using $sb-border-width variable. It could be nice to have $sb-border witch would allow to disable border completely, if needed.

It would be good to add a mention about `healthEndpoint` to documentation as it is super useful when using urlFrom.ingressRef At least I could not easily find the complete list...

good first issue
kind/documentation
stale

I'm working with Holy Bro Durandal connected to embedded Arm computer with a serial connector to Telem1. Problem is that telemetry.attitude_euler() will stop working if I subscribe to more than...

Cassandra driver does not support MaterializedViews as now, but I found out that you can use them anyway, just describe your model and start querying on matching materialized view. So...