Dima Tisnek
Dima Tisnek
I couldn't figure this out by reading docs or scanning through the code, does dynalite support `TimeToLiveSpecificaiton` a.k.a. `TTL` ?
There is, for example `hwapan` under `/packages`... while I can figure out that the word means "drawing board", I still have no clue what the package is for 😅 I...
Thanks to https://github.com/python/cpython/pull/9296, Python3.8 now has `unittest.mock.AsyncMock` I wonder if this means that some `asynctest` use can be pivoted to upstream `AsyncMock`, in what cases, etc. Likewise, what features or...
It's awesome to have a tutorial! At the same time, I feel that `unittest` framework's time has passed (not everyone agrees, it's just my opinion) and we're happily using `pytest`...
Handle missing `cwd` to close #42 On my system the error is FileNotFoundError, but guess it's parent is better choice, for who knows what other causes there may be for...
From https://github.com/python-poetry/poetry/issues/3455 ``` [snipped] uring handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/ikkamens/.poetry/bin/poetry", line 19, in main() File "/Users/ikkamens/.poetry/lib/poetry/console/__init__.py", line 5, in main...
#### What concerns me * doesn't compile for Py 3.10 (frame struct was changed), fixable * no users (via cursory github search) #### Option 1 Work with cpython core devs...
Today, `awaitwhat` code runs in-process, in-interpreter; the dependency must be added in advance. Linux has tools to instrument other (already running) processes: bpftrace and oprofile Links: https://github.com/iovisor/bcc What's proper: usdt/uprobe/uretprobe?...
What's required to build `awaitwhat` in a python:alpine container: * apk update * apk upgrade (dunno) * apk add build-base (to get gcc) * apk add libffi-dev (I guess I...
see test_wait.py