Maximilian Roos

Results 250 issues of Maximilian Roos

Very possibly I'm mistaken; or is this not supported? ```python ds = xr.tutorial.load_dataset('air_temperature') ds['air2'] = ds['air'].sum('lat') ds.groupby('lon').count(...) ``` ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[9], line 1...

bug

Should we add prql-query to Tools, and the FAQ?

When pytest config is stored in `pyproject.toml`: ``` Traceback (most recent call last): File "/Users/maximilian/Library/Caches/pypoetry/virtualenvs/n-cyukv0jK-py3.8/bin/ptw", line 8, in sys.exit(main()) File "/Users/maximilian/Library/Caches/pypoetry/virtualenvs/n-cyukv0jK-py3.8/lib/python3.8/site-packages/pytest_watch/command.py", line 83, in main if not merge_config(args, pytest_args, verbose=args['--verbose']):...

I'm having some issues triggering a restart on changes while a test is running. I've isolated the factor to using `ptw -- --pdb` Do others see consistent behavior? I'm on...

I _think_: - `ptw --pdb -- [pytest args]` waits for pdb to exit before re-running the tests - `ptw -- --pdb` restarts the test on any change, even if you're...

A small issue from https://github.com/PRQL/prql/issues/4299 ```sql SELECT table_0.* EXCEPT (profit), details.* EXCEPT (item_id), table_0.profit FROM table_0 ``` is formatted as ```sql SELECT table_0.* EXCEPT (profit), details.* EXCEPT (item_id), table_0.profit FROM...

Firstly thanks for the awesome library. We use it in https://github.com/prql/prql to format SQL once our compiler has produced it, from sqlparser-rs. A couple of times we've wanted to _not_...

Am I making a mistake with the setup? ``` python docker run ogrisel/distributed start-dscheduler.sh The `dscheduler` command has been deprecated. Please use `dask-scheduler` in the future. Traceback (most recent call...

I'm trying to write a repo of files all to a single file. I'd like to take advantage of `bat`s feature to omit writing binary files. But when piping output...

feature-request

### A detailed description of the feature you would like to see added. Currently `pueue status label %= foo` works. It would be great to have the same thing for...

f: Help wanted
t: Enhancement
s: Client