Joshua Peek

Results 35 comments of Joshua Peek

Ever since the new user accounts were rolled out, I've been wanting some kind of way to delegate auth as well. In my specific case, my ollama-webui is behind a...

Sounds good. I think `--safe` as you described should be the default. The current behavior should be `--force` `-f`. A include safe dependencies, `--dependencies`, `-d` would be handy too.

This route is best used through a proxy or self hosted RSSHub instance. The official public instance often is blocked by Bloomberg.

I'd like to see rip installable through homebrew. ``` brew install rip ```

The current `pushState` timing is very deliberate. It determines when the page is screen shotted for back button animations. :-1:

> could you take a look if this still makes sense regarding the lazy loading? I guess another option would just putting the `import pyarrow.compute` right inline the `coerce_arrow` body...

Ran into this issue as well. Here's a small reproducible test case. ```python pl.DataFrame( {"bin": [b"\x11" * 12, b"\x22" * 12, b"\xaa" * 12]} ).select( pl.col("bin").apply(bytes.hex) ) ``` The `dtype...

> This shouldn't be necessary, given that `from __future__ import annotations` is present? I tried at first, but CI failed with mypy erroring: ``` polars/datatypes.py:82: error: "list" is not subscriptable...

> I'm having trouble reproducing your issue. Could you provide a minimum working example where the type checker fails? Ah, I should I mentioned I'm using pyright not mypy. ```py...

Related is this discussion on attribute namespacing for custom elements. http://lists.w3.org/Archives/Public/public-webapps/2014AprJun/0324.html