-
When packaging agate-sql for openSUSE, the test suite fails with this failure (using Python 3.6):
```
[ 25s] + pytest-3.6 --ignore=_build.python36 --ignore=_build.python38 -v
[ 25s] ===========…
mcepl updated
3 years ago
-
### Describe the bug
While using the RPC server, some values are returned as the wrong type. It looks like strings are being cast to floats somehow.
### Steps To Reproduce
1. Start up the rpc…
-
Hello, I recently made a menu edits mod for CS1 which adds the "R" in the names of rare art quartz and the attack class for arts like in CS2, and also changes some craft names to make them more consis…
-
**Describe the bug**
I'm writing a dataframe to parquet with `dataset=False`, the DF has spaces in the column names. Even with `sanitize_columns=False`, the column names seem to be getting sanitize…
-
When calculating the Mean of a column I came across a situation where it would generate an error of divide by zero. I couldn't see anything in the documentation about this so have created a small pul…
-
In [`4807a35`](https://github.com/dwiperdana/upptime/commit/4807a35c8433f2084e9e1037efc7983d02071bde
), Agate (https://agate.id) was **down**:
- HTTP code: 0
- Response time: 0 ms
-
If a method is passed as `column_names`, this method should take the number of columns as an argument, and return column names. For example, if I wanted Excel columns like 'AA,AB,AC' instead of agate …
-
At current, if you add a symlink in the content folder then agate just sees it as a file.
It would be nice if symlinks were understood by agate and seen as folders.
My goal was to create a symlink…
-
I have a case where I can't filter a table after it has been run through `.normalize()`, getting an error `IndexError: tuple index out of range`.
It is a repeatable problem, but it is not always a …
-
working on a new adapter, `dbt-shinynewdb` and the base test sequence is currently failing at step 6. This is farther than we've gotten so far as we just got seeds working properly.
```
Unknown erro…