-
```
arya@Halp rehash-codebase % stack exec unison -- --codebase-create /tmp/cc --no-base
I backed up your codebase to /tmp/cc/.unison/v2/unison.sqlite3.1638651932
Need: BranchE (ObjectId 1)
Done: …
-
Hi,
I'm getting an error when I'm adding a new product. It's a clean install.
This message is what I get and I assume it has something to do with hashids, don't know how to solve it tho.
`"Cl…
-
h5py: 2.10.0, h5py: 1.10.4
```python
filename = "test.h5"
n = 8 # PASSES
n = 9 # FAILS
with h5py.File(filename, mode="w", track_order=True) as f:
for i in range(n):
f.create_gro…
-
**Is your feature request related to a problem? Please describe.**
We have copied some code(def wrtie) from FileFormatWriter.scala. We need to keep GpuFileFormatWriter.scala in sync with Apache Spark…
-
I noticed this bug during a database migration from mariadb to postgresql where I used dumpdata/loaddata.
The loaddata failed with this error:
`: duplicate key value violates unique constraint "fo…
-
**Describe the bug**
Application error: a client-side exception has occurred (developer guidance)
Degen provides a discord user ID instead of the discord username? - can't reproduce so not 100% sure…
-
## Enviroment
- **Airbyte version**: 0.22.0-alpha
- **OS Version / Instance**: example macOS
- **Deployment**: Local
- **Source Connector and version**: Facebook Marketing (Latest)
- **Des…
-
According to the following document, we need to register our entities.I have no idea why we are doing this.
```
// Push your entity fully qualified namespace
app('rinvex.attributes.entities')->pu…
-
Hi there!
I see that there is PHP 8 support on the `v3` branch, but that it hasn't been released yet.
What is missing for this new release to be published?
I would like to use this package in m…
-
When running some random data through Hashids I found this failure:
```
@Test
public void test_issue11() throws Exception
{
final Hashids hashIds = new Hashids("Fd2s3lDF1l39PDybtiZI", 5);
fin…