Results 23 comments of aaron

this issue can be reproduced by the following code snippets: ``` from fastai.data.transforms import RandomSplitter import pickle pickle.dumps(RandomSplitter()) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 pickle.dumps(RandomSplitter()) AttributeError:...

for those who want poetry, github actions, gitpages and markdown documentation, take a look at: Features: ``` Poetry: Manage version, dependancy, build and release Mkdocs: Writting your docs in markdown...

for those who are interested in poetry, please have a look at: Features: ``` Poetry: Manage version, dependancy, build and release Mkdocs: Writting your docs in markdown style Testing with...

and if you have set data as circular one, pass rows is actually not allowed, this will result no any plot is drawing. you have to do like this: ```py...

does this behaviour caused be plot_card (it use PackedRecord)? ![image](https://user-images.githubusercontent.com/7206696/171992941-ad2c3c55-0ba5-4623-9965-e66363e74a8c.png)

code snippets w_app_header demonstrate how to change theme between light and dark. When I'm trying to extend it to change among all theme, I found this would helpful: ` @on("theme_{theme:str}")...

Any chance to have a workdaround? A readme file at project level is very common practice.

not work here. the error output is: ``` gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/aaronyang/miniforge3/envs/alpha/include -arch arm64 -I/Users/aaronyang/miniforge3/envs/alpha/include -arch arm64 -I/private/var/folders/b5/73vzvtdn4pn_8wt6rpd2tb_w0000gn/T/pip-build-env-igd1baec/overlay/lib/python3.8/site-packages/numpy/core/include -I/Users/aaronyang/miniforge3/envs/alpha/include/python3.8 -Ibottleneck/src -Ibottleneck/include -c bottleneck/src/reduce.c...

my numpy version is 1.21.2, if it helps.

sorry I have had a typo (npy_DTYPE0 -> npy_DYPE0) at my first try。 After apply your code above, it pass the compilation. Thanks!