Lucas Emanuel Resck

Results 10 comments of Lucas Emanuel Resck

> Hello! This is a nifty enhancement. What is the command for unliking tweets in your implementation? I can’t seem to make it work. > > I tried `./deletetweets/__main__.py --since...

Hi, @meghavarshini, It should be easy now: ``` python path_to_repo/deletetweets path_to_like.js --unlike --dry-run ``` The `--dry-run` flag is for testing before really applying the changes. You can remove it after...

Is there a workaround for persistent Jupyter Notebooks through SSH connection in VS Code? After reconnecting to remote, I would like to reconnect to my Jupyter kernel, or at least...

> You could combine nohup and port mapping. More detail could be seen [here](https://zhuanlan.zhihu.com/p/367020783) Hi there, thanks for your answer. I think this applies to standard Jupyter Notebook and JupyterLab...

> Now I am considering using nohup and port mapping to open a [code-server](https://github.com/cdr/code-server), which could be seen as a browser vscode. In this case, the VS Code server would...

> Just wanted to leave my 👍🏻 on this PR. I was looking for something prebuilt to erase most of the contents in my profile and this tool + this...

Hi, @jimen0, thanks for sharing this detailed analysis of this tweet unliking problem! Happy to be part of this investigation. I remember to face this problem last year, that's why...

> Amazing job! Thank you so much, i hope this go to the main app soon! Thanks for your kind words! Happy to help :)

The current extension does not work with GNOME 45 and the updated extension (https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/21) will not work with GNOME < 45. I created the branches [gjs-legacy](https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/tree/gjs-legacy) and [gjs-legacy-develop](https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/tree/gjs-legacy-develop) to keep...

The current extension does not work with GNOME 45 and the updated extension (https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/pull/25) will not work with GNOME < 45. I created the branches [`gjs-legacy`](https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/tree/gjs-legacy) and [`gjs-legacy-develop`](https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround/tree/gjs-legacy-develop) to keep...