snspinn
snspinn
Hi there Kai. Totally new to Bastillion but this maybe define two authorized key files (one user managed, another Bastillion managed)?: https://serverfault.com/questions/1000636/how-can-i-have-multiple-authorized-keys-files Duck-Duck_Go'd "multiple authorized_keys files" to find the above.
Related to the documentation: https://github.com/timescale/docs/issues/629#issue-1067336521 What worked for me on Ubuntu (20.04): ``` # Get the files go get github.com/timescale/timescaledb-backup/ # Build and "install" ts-dump cd ~/go/src/github.com/timescale/timescaledb-backup/cmd/ts-dump go build sudo...
So far, so good! Just got a simple nodejs app importing a napi-rs package successfully, w/o the need for an hour long youtube tutorial. Two places I looked outside of...
I've opened a [PR](https://github.com/timescale/docs/pull/633) against the docs repo. Need more OSes included/confirmed, if possible.
> In a previous ticket, you said a client (= one connection, which is what I would expect) should be used, not a pool: [#1543 (comment)](https://github.com/brianc/node-postgres/issues/1543#issuecomment-353622236) I think the point...
Did you solve this? Looks like it may have been an SSL issue `DOWNLOAD AND INSTALL FAILED: curl error code: Some(35)` Looks like you don't have LLVM installed, as mentioned...
For example, if I try to swap this library in, I get an issue where I would need to return a private struct. ```sh error[E0308]: mismatched types --> services/lynxfleetcloud-iotpass-pairing/src/db/mod.rs:69:28 |...
Having the same issue in Zed.
Chasing this down, I've isolated the `.trim()` to line 7 of `node_modules/spdx-expression-validate/index.js` Looks like one of my packages is dual licensed and the parser cannot handle the Array input. If...