Marat Sharafutdinov
Marat Sharafutdinov
@briansmith I would use ring on a [MediaTek MT7621A](https://www.mediatek.com/products/home-networking/mt7621) 32-bit MIPS1004Kc Little Endian (mipsel) and "Just get it working" would be enough for my use-case. Are there any updates on...
I've cloned this repo and tried to build the following commits for the mipsel. Latest commit (32b2c6c39ef459aad47f476fe9139b8d57532ab1): success with warnings ``` ~/ring # cargo build --release Compiling libc v0.2.121 Compiling...
@briansmith do you have a plan to release a new version? (with current warnings being fixed I hope)
@imotov there are no news from the upstream project for a long time. So I suggest to use your fork https://github.com/imotov/russianmorphology instead. Sync it with the latest state of the...
In this case you must select the lesser of the evils: 1. to depend on an not supported and **incompatible (deprecated)** project (upstream) 2. to depend on an not supported...
@kurtmckee the `KeyError` happens while parsing some feeds and unfortunately it's hard to catch it - it's very rare. Sentry says the error is raising at https://github.com/kurtmckee/feedparser/blob/develop/feedparser/util.py#L97 with the following...
No. I guess you mentioned me by mistake.
The way the issue can be fixed can be found here: https://github.com/marshmallow-code/marshmallow/commit/a63c28edde1e3f1f522aab8a7de231230786ebc1 (there was a similar problem).
And meanwhile the following exceptions were raised just once: ``` TimeoutError: null File "aiopg/connection.py", line 207, in _poll await asyncio.wait_for(self._waiter, timeout, loop=self._loop) File "asyncio/tasks.py", line 490, in wait_for raise exceptions.TimeoutError()...
@vir-mir @asvetlov I didn't find that these attributes are being deleted somewhere. Maybe this issue somehow connected with weakref behavior in Python 3.8? I don't understand, but how is it...