Michael Howitz

Results 178 comments of Michael Howitz
trafficstars

@kloczek You have hit another project those tests do not run using `pytest`, see https://github.com/malthe/chameleon/blob/e64dc4fa3921cfaa886cab6c766f7237ebb2f3a3/tox.ini#L16 how to run the tests for this project.

@faassen Ping.

Is there any progress on this? Bower seems to support a an `overrides` concept, see https://github.com/bower/bower.json-spec/issues/38

I'm not sure about the implementation status of this feature in bower. (Some pages refer to it as undocumented some other – like the spec – let me think that...

Partly fixed in #162.

Currently not supporting does not mean: will never support. So I am reopening this issue and mark it as an enhancement request. As type annotations do not influence the runtime...

Currently augmented assignment of object items is not allowed because it is currently not checked whether the user is has read and write access to the item. @stephan-hof You implemented...

See #63 for some details. Maybe at least some parts of the issue can be fixed via a PR.

From 2020-01-01 on there is no need to support Python 2.7 any more. (People needing Python 2 support can still use older package versions.)