Jacob
Jacob
Also I realized that the package.json `module` field points to `src/index.js` which doesn't exist in the npm package. The rollup PR could also this issue!
Ok I unfortunately ran into issues where the grid elements weren’t being displayed past index ~ 50 in a two column grid but I had 1000 elements (I was running...
> Right, I think the optimization in the Webpack configuration should be disabled, given this is a library: https://github.com/turbolent/collection-view/blob/master/webpack.config.js#L37-L42. I think disabling that for during the build would be great!...
Jumping on this thread to add my solution. Since I'm only really using a subset of the API I just created a simple type file and modified my `tsconfig.json` file...
I am also having this issue unfortunately! It only seems to happen like 15% of the time and not always the same song. Sound works initially but it stops after...
@Tian14267 Go to the `tools` folder and run ``` python extractAnnotations.py copy ../allAnnotations.csv mv mergeAnnotationFiles.py ../ cd .. python mergeAnnotationFiles.py frame mergedAnnotations.csv ``` I was able to run `create_pickle.py` after...
@JoeyQWu You have to create `mergedAnnovations.csv` yourself using this command: ```bash python extractAnnotations.py copy ../allAnnotations.csv ```
@BridgeQZH Those are all `Pillow` modules. Install them with this command: ``` pip install Pillow ``` Then you should be able to import them like this: ```python from PIL import...
@wqyolo I would guess that the `PIL` library you are importing is not the `Pillow` library you think it is. I don't have a good answer for you but I...
Does [this](https://superuser.com/questions/182553/does-windows-have-the-ln-s-or-equivalent) help? I don't have access to a Windows machine but [this google search](https://www.google.com/search?q=windows+ln&rlz=1C5CHFA_enCA844CA844&oq=windows+ln&aqs=chrome..69i57j0l5.2306j0j1&sourceid=chrome&ie=UTF-8) might help if the link above doesn't work for you! Also, [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)...