Marcos Huerta

Results 18 issues of Marcos Huerta

### Summary The documentation says that `server.headless` mode is detected on linux when DISPLAY is but when I ssh in from windows either via git-bash ssh or via VS Code,...

type:enhancement
area:windows
feature:cli

I wasn't 100% the category but "Games" I guess is right? Finance certainly didn't seem correct. This displays the current Mega Millions and Powerball jackpots. It turns green if the...

### Summary Plotly graphs on screen cause very bad input lag (i.e the text in the form is long after the keystroke) for forms. ### Steps to reproduce A fairly...

bug
needs triage

### Summary As of #1802, one can bind to a unix socket (useful for reverse proxy situations) by running something like ` streamlit run --server.address "unix://mysocket.sock" my_app.py` However, the script...

bug
needs triage

First run this took 40 seconds + ```{python} #slow with abfs.open('example-container/test.parquet') as f: schema = pq.read_schema(f) ``` This which I'm pretty sure downloads the entire blob takes under half a...

### 🐛 Describe the bug This appears a duplicate or a regression of #77886. I'm trying to use MPS with OpenAI's whisper. This had been failing but I saw that...

module: memory usage
triaged
module: regression
module: mps

### 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. ###...

python

- VSCode Version: 1.68.1 - Local OS Version: Windows 10 - Remote OS Version: RHEL 7 - Remote Extension/Connection Type: SSH Steps to Reproduce: 1. Install Git-bash to get SSH...

ssh
polish

This is similar to the closed #7660. As noted in that issue, Pylint lets you **define your own regex for acceptable variable and constant names* (enforcing snake_case for example, or...

rule
needs-decision

```python abfs = AzureBlobFileSystem(account_name = account_name, account_key = sas_token) con = duckdb.connect() con.register_filesystem(abfs) df = con.execute(f""" select * from read_parquet('abfs://my-container/myblob1.parquet') """ ).df() ``` There's no need to scan the `my-container`...