WojciechMigda
WojciechMigda
Hi, do you maybe have integration with `cookiecutter` in your plans?
Hi, some time ago I stumbled upon a problem with CLI, which consisted of three or more commands. I have found a work-around and I am posting it here hoping...
## Expected Behavior When a dependency is passed to a constructed state machine it should always be stored in its `pool`. ## Actual Behavior Passed dependency will not be stored...
I have a dataset designed to hold vector of ASCIIString s, created like this: ``` varstring_dtype = HDF5Datatype(HDF5.h5t_copy(HDF5.H5T_C_S1)) HDF5.h5t_set_size(varstring_dtype.id, HDF5.H5T_VARIABLE) ydset = d_create(fid, "lid/train/y", varstring_dtype, dataspace((NROWS,))) ``` Then, in loop...
Hi, given Ubuntu 18.04/python3.7.5 or FreeBSD 13.2/python 3.10.11, `Wand` 0.6.13 and simple code below: ```python #!/usr/bin/env python3 import time from joblib import Parallel, delayed from wand.color import Color def print_color(ix:...
When `masscan` is run in port scanning mode and `--nostatus` flag is passed then `masscan` is stuck waiting for TX and RX threads to terminate. One needs to resort to...
Hi, thank you for making your framework publically available. I was playing with it recently and I while testing it on different timeframes and coin setups I stumbled upon a...
Hello, can you please share script similar to `produce_dataset.py`, but for 20 Newsgroups problem, which would allow to reproduce results from the paper? Thank you.
Hi, would it be possible to split `run()` method into _preparation_ part, which creates sending and receiving coroutines and the _execution_ part? Right now, with the code I am integrating...
Hi, it occured to me yesterday that it would be a nice feature to have stateful nexus, which, in spirit of DI, would then be able to inject extra arguments...