RedHotUnicorn

Results 7 comments of RedHotUnicorn

It look like superset could read gsheets only if data inside is in text format. I took text data by sync with formula: ``` =ArrayFormula(QUERY(to_text(IMPORTRANGE(" %LINK TO GSHEET% ";" %PAGE%...

I have the same error. Laptop and iOS have merge strategy. After trying "pull" I have message "MergeNotSupportedError" After trying "push" I have message "PushRejectedError: Push rejected because it was...

I cathed some bug. In code in header you need to set the `previous_caption_start` variable like this: ```python ... pretty_subtitle = '' previous_caption_text = '' previous_caption_start = '00:00:00.000' ... ```

probably dup of https://github.com/adbar/trafilatura/issues/21

Hello! Yeah from wget, curl everything seems to be fine: ```bash wget https://registry.anyquery.dev/v0/registry/ -O anyquery_registry.json curl "https://registry.anyquery.dev/v0/registry/" ``` strange thing that there is no registry at all in: ```bash anyquery...

Hello! No, the same behavior. That's weird. Maybe I will try from another device. Will see.

@julien040 I think I found a workaround. The issue was with version with snap package. I tested it on two Ubuntu servers with snap. Both gave me error. But on...