Adrian

Results 290 comments of Adrian

Yeah I think copying should strip anything except the decimal point, and pasting should try to be smart - if there's only one way to parse use that, otherwise prompt...

While interesting, I have the feeling this is such a niche usecase that it's not worth the maintenance overhead unless it can be implemented as a standalone package people can...

I'd love to see this as well. There are only few OTP codes I need on the phone (so for those I'd tap again to copy), but without tap-to-copy it's...

These duplicate requests [broke my CI](https://github.com/indico/indico-plugins-cern/runs/2619992473). Pinning `httpretty

Feel free to send a PR against my repo that reverts [this commit](https://github.com/indico/indico-plugins-cern/commit/cc23b58e485b6489bb0328878eca0ba7378af36f) and installs httpretty from git. That way you don't need to setup the somewhat complex environment locally...

A release containing this fix would be great!

I just realized that `Nested(..., many=True)` is still a thing. I had the impression it was removed in marshmallow 3 but apparently that's not the case, since this still works...

Feels like code written for marshmallow 2...

I don't think it makes sense to specify a custom converter via Meta if you have a custom SQLAlchemy type that's used everywhere in your application. There should be a...

Just FYI, you can configure axios to not do this `[]` nonsense that started in PHP when they thought it'd be even remotely a good idea to let the client...