Andrew Cassidy

Results 20 comments of Andrew Cassidy

the icons in the sidebar are still broken

Created an icon for this purpose, only the blacktocat. I used Pixelmator and can include the source if anybody wants. It looks like this ![githublightfolder](https://f.cloud.github.com/assets/3837797/2241428/83c7314e-9cd1-11e3-99e7-3e1dc6709697.png) @jonathansimmons Those look great! :+1:

Before: ``` - [x] Model - [x] Animate - [ ] Unwrap - [ ] Texture - [ ] Integration - [ ] QA ``` After: ``` - [x] Model...

it may have been fixed in vs code, but this issue persists with pycharm

now that setuptools supports PEP621, It would be nice to see this

> So you just have to read the TOML lists `project.dependencies` and `project.optional-dependencies.*` instead of the toml tables `tool.poetry.dependencies` and `tool.poetry.extras.*`, and then use the PEP 508 handling logic instead...

I'm having the same error in my own project (which doesnt even use scikit!) and would like to know of any solution if you find one

Looks like this may be due to me jumping the gun and using PEP621 setuptools configuration immediately after it was released. I'll test this some more later

I put together this fork of scikit_build_example to demonstrate the issue https://github.com/drewcassidy/scikit_build_example in the process I found another issue: "package_dir={"": "."}, " in setup() causes an error that only exists...