Luca Dorigo

Results 27 comments of Luca Dorigo

Hey there, Just came to open an issue about this - its a small thing, but it's annoying and it would be nice to fix it. I understand it requires...

Also hoping to see this soon. A workaround for now is to use a normal python file and surround cells with '#%%' , which allows running them in a python...

Please, yes. As an end user I really don't care what my client is written in or to have 25 different options. I want an easy, functional way to install...

After some more investigations, it looks like it's because of the file being sent to stdin. For some reason, it seems to work when I run with `vprof -m`, but...

No, but see my question on reddit for a little more information: https://old.reddit.com/r/i3wm/comments/lmhcy1/i3_plasma_add_widgets_crashes_plasma/

Hi, Is there still no way to do this? I have tried updating the location with: ``` @app.callback( Output("location", "pathname") Input(f"test", "value") ) def update_location(val): return "foo" ``` And it...

Came for a similar issue although I'm not sure this was exactly what asked by op: you can also use the plugin described [here](https://github.com/microsoft/pylance-release/issues/351) to generate python .pyi types that...

I'm confused too, that's the point :-) The docs aren't clear. That error is not shown when I add the middleware - I used to have an entirely different error,...

This would be a boon for developers, currently I need something like 15 clicks in the devtools - clear cookies, clear session cookies, clear local storage, clear session storage, clear...