Dzenan Jupic

Results 14 issues of Dzenan Jupic

## Environment * **IntelliJ Rust plugin version:** 0.4.176.4764-221-nightly * **Rust toolchain version:** 1.64.0-nightly (263edd43c 2022-07-17) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.1.3 (CL-221.5921.27) * **Operating system:** Windows 10 10.0...

subsystem::type inference & name resolution
bug

## 🐛 Bug description Apparently, mixing `wee_alloc`, `-Clinker-plugin-lto=yes`, and a custom typescript section leads to the custom typescript section being repeated multiple times in `_.d.ts`. #### 🤔 Expected Behavior The...

`System::with_tokio_rt` currently takes a `Fn`, which is quite restricting, since it does not allow moving ownership of captured variables into the closure (at least not in a clean way). This...

I just ran into an issue regarding the [`Response::content_length`](https://docs.rs/reqwest/0.11.0/reqwest/struct.Response.html#method.content_length) method, which took me quite a while to track down. # Problem The documentation of [`Response::content_length`](https://docs.rs/reqwest/0.11.0/reqwest/struct.Response.html#method.content_length) promises: ```mark_down Get the content-length...

`pytube` ([#1033](https://github.com/pytube/pytube/issues/1033)) and `youtube-dl` ([#29326](https://github.com/ytdl-org/youtube-dl/issues/29326)) have open issues regarding YouTube throttling the download speed. It would be interesting to know if that also affects us! [This comment](https://github.com/ytdl-org/youtube-dl/issues/29326#issuecomment-865985377) from `youtube-dl` has...

help wanted

This is the tracking issue for adapting from `/get_video_info` to YouTube's API v1. Related issues: - #38

enhancement

This fixes the problem that YouTube apparently dropped support for `/get_video_info`. Closes #30

### Edit The issue was partially fixed. For now only age-restricted or otherwise unavailable videos should fail to download. If you encounter this problem with a 'normal' video, please let...

youtube-api-changed

I couldn't stop thinking about how to maybe abstract all the `unsafe` stuff into a single module. This `StackCell` should be sound (maybe I made a mistake), and could potentially...

Just saw this on Reddit, and I think I have to leave a few notes on the code. I don't want to demotivate you and can offer to send in...