Thomas Nyberg

Results 7 issues of Thomas Nyberg

I tried installing a fresh node environment: ``` twn$ nodeenv --prebuilt nodeenv * Install node (15.5.1)... done. twn$ source nodeenv/bin/activate (nodeenv)twn$ npm install added 380 packages, and audited 381 packages...

**What happened (please include outputs or screenshots)**: When I run the following script: ``` from kubernetes import client, config config.load_kube_config() v1 = client.CoreV1Api() v1.list_node() ``` I expect it to list...

kind/bug
lifecycle/stale

Basically what I would want is to run something like this: ``` import os import random from annoy import AnnoyIndex num_rows = 10000 num_trees = 10 num_dims = 512 try:...

I'm talking about this section on the right as well as the README: ![pg16](https://github.com/2ndQuadrant/pglogical/assets/2095718/1e93bf54-f99d-4241-92ff-687537d5d99e) It looks like this doesn't support Postgres 16, but I see it does: https://github.com/2ndQuadrant/pglogical/issues/428 https://github.com/2ndQuadrant/pglogical/pull/437 I...

I'll describe a simplified version of the process to be concrete. 1. Create a primary server as `initdb -D ./primary`, set it's wal_level to logical and start it up. 2....

This is an initial implementation of the upload functionality. Going to the examples/upload.html file and then logging in and uploading should work if you have an account.

I hacked in support for an option where the first 90% of your data is sorted and the last 10% is random to better demonstrate a situation in which Timsort...