-
[`pyarrow`](https://arrow.apache.org/docs/python/) is a high performance (zero copy) serialisation library designed for multi-language interop which has very fast conversion to/from pandas DataFrames.…
-
When I create table with column decimal, for example:
```php
->addColumn(
'id_usuario_inclusao',
'decimal', [
'default' => null,
…
HDias updated
4 years ago
-
I'm working on an app for my company with Rails 5.1.5, Ruby 2.5.0, and Apartment latest gem cut 2.1
I haven't worked on this app for 6 months. And even before I upgraded to 5.1.5/2.5.0 I was on Ra…
-
````
ubuntu@ip-111-11-11-111:~$ sudo git clone https://github.com/jembi/openxds.git
Cloning into 'openxds'...
remote: Counting objects: 12911, done.
remote: Total 12911 (delta 0), reused 0 (delta …
-
Hi ,
I am trying to run rake test:benchmark which works with ActiveRecod but when I use it with Perrpetuity gem I get uninitialized constant Perpetuity::RailsModel (NameError). I tried adding 'require…
-
### Package
lucia
### Describe the bug
Latest versions of Lucia are relying upon: import { hash } from "@node-rs/argon2";
That one is breaking npm run build for sveltekit projects.
Please s…
-
PostgreSQL has support for [NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html), [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html), and [UNLISTEN](https://www.postgresql.o…
-
Has the purpose of `ActiveHash` changed?
Many of the recent feature requests feel like it is going towards an in-memory thread safe transactional database.
### `README.md` [[ref]](https://gith…
-
Sessions are currently difficult to extend to allow for different storage backends. I'm not sure
yet what needs to be done to make that easier (or I would've done it), but it should definitely be ea…
-
test environment:
- image mattermost/mattermost-team-edition
- tag: 7.10.3,7.10.4
- remote s3 (no PVC used)
- remote PostgreSQL database (bouncer session mode)
- chart ver: 6.6.31
I patched …