Yonatan Bitton
Yonatan Bitton
```python Python 3.9.13 (main, Jun 19 2022, 13:12:56) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import furl >>> furl.furl('127.0.0.1:8329').url '8329' >>> from six.moves...
Hey, When I'm using this link: [https://gitcdn.link/repo/bityob/podcasts-list-to-rss/main/assets/rss.xml](https://gitcdn.link/repo/bityob/podcasts-list-to-rss/main/assets/rss.xml) it redirects all requests to a specific version of the file: [https://gitcdn.link/cdn/bityob/podcasts-list-to-rss/57720e4cab344a60b0d2eab3db57dd925236a2f2/assets/rss.xml](https://gitcdn.link/cdn/bityob/podcasts-list-to-rss/57720e4cab344a60b0d2eab3db57dd925236a2f2/assets/rss.xml) But since I want to use it as RSS link for...
According to **unified-api** page, each SDK should have a `set_tags` method. https://develop.sentry.dev/sdk/unified-api/  I found it was dicscussed and implemented 2 years ago in this PR #530 but the PR...
Running on Windows - ```batch (base) C:\Code\jupyterlab-demo>invoke demofiles cleaning demofiles creating demofolder cloning repos into demo folder demofiles Cloning into 'PythonDataScienceHandbook'... Cloning into 'Urban-Data-Challenge'... Cloning into 'altair'... Cloning into 'QuantEcon.notebooks'......
Hey, Views count should by dynamically received from YouTube once we load a video page, but also with persistence (last known value), so we can filter with it. We can...
### Bug Description | BUG 描述 Can't use `Ctrl + B` to insert into bold text writing mode anymore. Same for `Ctrl + Shift + F` which normally opens the...