Adam Johnson
Adam Johnson
I'd be happy to look at a PR with such changes to the environ. It would be nice to have the example app modified to reproduce the issue as well,...
I have thought of this too. I would like to have a setting to list "idiomatic imports", like: ``` idiomatic_imports = import datetime as dt import pandas as pd from...
This is just an idea I’ve been thinking of, no intention to work on it immediately. If you’d like to start on a PR that would be great. I agree...
> I'm working on it. It's almost done. Writing docs is in progress then I think `import_idioms` term sounds better and less verbose. What do you think ? Sounds good....
> as far as I perceive, `ast` module skip comment lines by default. Yes exactly - I mean we would support them by using `ast`, rather than writing our own...
Thank you for returning to the issue and commenting with the problem. I hope you didn’t spend too long debugging it!
Why did you reopen this? An accident?
We need the stack trace to debug the error. It should be in your logs or can be captured with a tool like Sentry. One possibility is you have a...
#359 is a better async implementation.
I'd prefer not to add the regex setting when users can achieve the same in a few lines of code with a custom `Compressor` class, with more flexibility. (Also your...