Bernd Wechner

Results 84 issues of Bernd Wechner

Currently I've built this so it have a load of distinct command line utilities. That's nice in a way. They include: ``` degoo_cd degoo_get degoo_ll degoo_login degoo_ls degoo_mkdir degoo_path degoo_props...

It's awesome that we now have progress bars on download and upload but they have distinct styles and it would be nice to bring them into conformance. The differences are...

Degoo metadata does not include a remote hash. We can calculate one locally of course. But there is a good chance we can coax one out of the backed Google...

I just built this successfully on Ubuntu, but ran into these two problems that needed fixing: 1. autogen.sh/configure failed to install or warn of the need to install libkpathsea-dev so...

I'm using [v1.31.0](https://github.com/mikecao/umami/releases) and I see this for the last 7 days: __________ I click on the page that has 9 views and see this: __________ The Browsers, Operating Systems,...

enhancement

# Checklist * [x] I have verified that the issue exists against the `master` branch of Celery. * [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/celery-users) first....

Issue Type: Documentation
Category: Results Backend
Category: Documentation

The test project currently does not work under Django 4. Yet `requirements.txt` produces a venv that won't work because it installs Django 4. We must explicitly select 3.2 until the...

## Expected Behavior Better performance. Is there a way to speed this up? Where is all the time going? Should I profile it to find out? ## Actual Behavior Takes...

3rd-party issue
need investigation

I'm trying to diff two CSV files and csv-diff just responds with: ``` ERROR: CSV parse error on line 2 ``` So I do the same things using it as...

`load_csv` functions nicely without a key, using a hash of the row data. While nice, a useful alternative that also resolves uniquely but conveys useful information is the row number....