Sergei Pikhovkin

Results 24 comments of Sergei Pikhovkin

It's Oracle 12.2.0.1 `adapter oracle_enhanced`

It works with `adapter postgresql` (postgres 13)

I refused to write directly to Oracle, I write events through the Kafka and the handler, and already in the handler I write to Oracle

Hi, @Dresdn! I use admin site to save an attribute of "date" type. ![изображение](https://user-images.githubusercontent.com/630071/194830657-903d364d-cbcf-453d-8a4e-5a264b4001af.png) ``` File ".../python3.10/site-packages/django/forms/fields.py", line 530, in to_python result = parse_datetime(value.strip()) ``` The `value` contains `['2022-10-10', '08:55:05']`

> I'm also unable to install libscrc 1.8 with a similar error message about `_crcxtables.h`. I'm running on Ubuntu 22.04 (WSL2). > > In case it helps, I've uploaded the...

@alexcjohnson How can I help to speed up merging of this PR?

@kenluck2001 find `http://localhost:9092` in `kafka://kafka1:19092`

@marcosschroh what are you speaking about? Reason doesnt found! The error somewhere inside the Faust.

This code works ``` import os import faust app = faust.App('myapp', broker=os.environ.get('FAUST_BROKER')) ``` but if it's replaced with ``` import os import faust app = faust.App('myapp') @app.on_configured.connect def configure(app, conf,...