Dale Jung
Dale Jung
On iOS (haven't tested android) the inline video does not show the controls when you tap the video. It appears the blocker div was removed due to autoplay? https://github.com/videojs/videojs-youtube/commit/053369e6c07fd5de3a0c16373f0bd608f1d46a35 I'm...
https://developers.google.com/youtube/player_parameters#playsinline Youtube api differs from in that it requires a 1/0 instead of a boolean. So video.js is properly sending the attribute but videojs-youtube needs to convert it to an...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
Current `pl.Expr.get` will error with `OutOfBoundsError: index out of bounds` if it receives a `null`. This is an issue when doing aggregations where filtering the group might leave us with...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
I noticed that `.load` will pretty much die on any file since it just loads the file line by line. Is there something that runs like `%run` in ipython? I...
```python from functools import cached_property from attrs import define @define class Bob: @cached_property def howdy(self): return 3 class Sup(Bob): def __getattr__(self, name): raise AttributeError(name) b = Sup() # reaches __getattr__...
The tool is working great. Was wondering if we could add a flag to link back to the original url in the output? I'm feeding this into NotebookLM and sometimes...