Sam Minnée

Results 68 comments of Sam Minnée

Related to this: is it in the users' interest for us to be stripping iframes by default?

@robbieaverill @colymba do you think that this will cause issues for people who expect to have asset-admin pulled in for them? I'd note that I haven't tested this module on...

Fair enough, the assumption was that BulkUploadHandler wouldn't be used on a project without AssetAdmin, but it can probably be patched to provide an error message to that effect if...

@clarkepaul would be good to get your feedback on whether this is a good idea.

Removing from any milestone but keeping open for future thought.

The ability to either to specify custom dist URLs, or to make use of the github release download URLs, would be very helpful. We have the same case as @borekb...

Could you have a couple of pre-configured printers made available as separate classes in the module? E.g. provide `ScriptFUSION\PHPUnitImmediateExceptionPrinter\TerseImmediateExceptionPrinter` as well, which is a subclass of ImmediateExceptionPrinter that changes some...

Locally I've tried importing Literal from `typing` rather than `typing_extensions` (python 3.9) and that seems to improve things. I think maybe pyright isn't treating `typing_extensions.Literal` correctly any more?

I've noted this on the pyright project here: https://github.com/microsoft/pyright/issues/3936