Andreas Franzén

Results 17 issues of Andreas Franzén

I'm on ubuntu 9.10 after export RPX_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' export RPX_APP_NAME='my-little-app' I couldn't login with my google account. But changing RPX_APP_NAME to ENV['RPX_APP_NAME'] in the calls to rpx_popup and rpx_embed in the...

Hi! I find myself wanting a decorator like @repeat_at(cron="0 0 13 * * *") to run the task at 1 pm every day, if I where to implement something like...

question

I'm getting `error: Unexpected keyword argument "astext_type" for "JSONB"` in my alembic migrations on lines like: `sa.Column("data", postgresql.JSONB(astext_type=sa.Text()), nullable=True),` Looking at the [__init__](https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_0b1/lib/sqlalchemy/dialects/postgresql/json.py#L183) function of the JSON class that JSONB...

Running when v1=229,v2=230,v3=231 `rtl_433 -Xn=LOLZ,m=OOK_PPM,s=256,l=508,g=520,r=1520,preamble={119}000000000000000000000000000000,get=@0:{8}:length,get=@8:{8}:crc,get=@16:{8}:seq,get=@24:{8}:v1,get=@32:{8}:v2,get=@40:{8}:(value/10+230):v3 -r g001_433.92M_250k.cu8` ``` time : @0.312192s model : LOLZ count : 1 num_rows : 2 rows : len : 0 data : length : 0...

Hello and thanks for a great piece of software! So I'm making a little arduino serial reader that sends data using RadioHead ask, the protocol works great, it decodes my...

device support
feedback
discuss
inactive

..when from what I can tell a simple cd would suffice should not be done. And I would like to remind you that docker-compose has other usages than only running...

Hello, I'm trying to make an app that uses the domain/hostname to load different data, for the prerender I was thinking I could use req.get('host') but I can't really see...

How would you do something simple like this? Would be nice to have it in the readme ``` getOrCreate = { type, id -> g.V().hasLabel(type).hasId(id).tryNext().orElseGet{ g.addV(T.id, id, T.label, type).next() }...

NestedArray filter on $arr = [1,2,3,[1,2,3]]? Should this not be possible?

### Summary While developing my system I want to be able to run the e2e tests against my development environment and I expect them to pass. ### Steps to reproduce...

help wanted
🐛 bug