noamgot
noamgot
@cchen156 what about testing it on a raw image (specifically - NEF image, shot using Nikon camera)? I want to see if it works on my image.
Thanks! I changed the black level constants and now it works well.
@aasharma90 sure - I thought that I already explained, but now I see I didn't :) So - I found the black level for each channel and the maximal value...
@aasharma90 your results don't look so bad, IMHO. I'm afraid that I will not be able to assist more than I already did - I didn't investigate the code thoroughly,...
looking forward to such a feature - I use it a lot on PyCharm, and would love to see it on vscode as well
+1. Happens to me when I use streamlit's `st.plotly_chart` (plotly v5.18.0)
Interesting. My motivation was that I had to make this change in each project that I initialized. Wouldn't it make sense to allow it as a global configuration?
hi, any updates on this one? As far as I can tell it still can't be done, but I'd like to hear about recommended practices to overcome this issue.
@tdejager this is kind of what I came up with: ```toml [tool.pixi.pypi-dependencies] my-package = { path = ".", editable = true } # ... [tool.pixi.environments] default = { features =...