David Glick

Results 449 comments of David Glick

@mauritsvanrees Eggs are considered obsolete (see https://packaging.python.org/en/latest/discussions/package-formats/#egg-format), so it's a nice idea that maybe buildout can stop using them. > With this PR: > If it is a wheel, call...

@iFlameing For migration / backwards compatibility, we have 2 options: 1. Tell users how to run a script to update all existing blocks content with the new names 2. Add...

We are trying a different solution in Volto Light Theme: https://github.com/kitconcept/volto-light-theme/pull/462 -- that one introduces a Summary component which makes it easier to add a new content type's summary that...

@JeffersonBledsoe unit tests are failing because the snapshots need to be updated

@ichim-david That doesn't look like the same error. @ksuess' build failed with "Error: No prebuild or local build of @parcel/watcher found." but yours failed with "libc++abi: terminating due to uncaught...

This might be too ambitious an idea to bring up, and I'm not sure how to implement it, but it could be nice if it was possible to search the...

@mauritsvanrees Good point, I hadn't considered that this gets a bit more complicated because eggs can be shared by different buildouts, but that makes sense.

I made an experimental tool which tries to make pkg_resources-style namespace packages compatible with the other styles: https://pypi.org/project/horse-with-no-namespace/

> The errors are all the same it seems. There are supposedly indentation errors towards the top of the file where the import statements are. But when I look at...