gc-ss

Results 20 issues of gc-ss

If I just wanted to get the well known environment Linux variable `PATH`, how should I fetch it using dynaconf? I tried: `settings.get('PATH', 'Noooope')` and always get `Noooope` I am...

question
RFC
Docs

### Discussed in https://github.com/caos/zitadel/discussions/2061 Originally posted by **gc-ss** July 23, 2021 Love this project! Are there any plans to have Python3.8 Quickstart examples at https://docs.zitadel.ch/docs/quickstarts/introduction/?

category: docs
state:stale

Research what's needed to add LiftBridge as Source & Sink in addition to the NATS, NATS JetStream, NATS Streaming Support to benthos https://github.com/Jeffail/benthos Here's the sister issue in benthos to...

Does simple-login currently have a mechanism to fire off a: 1. HTTP GET webhook 2. GraphQL/HTTP POST webhook 3. with email body 4. with attachment payloads … when an email...

Curious if there's a fork or similar project that uses Hashicorp Consul instead of etcd? This would be invaluable to teams already using the Hashistack Consul (Nomad, Terraform, Vault and...

question

I intend to run `bees`, for the first time, against a 7TB btrfs FS with 3 subvolumes. No snapshots exist. Ubuntu 20.04.3 LTS (5.10). There's 2TB free space on the...

I am using a plugin `tavern_fastapi` and that requires me to repeat this snippet across test files: ``` fastapi: app: location: "tests.fastapi_test_app" ``` Now I know how to include common...

Assume I am testing an endpoint that returns the current timestamp and I have code that operates on that timestamp. This code is under test by tavern. I would like...

Type: Enhancement

In my test, I have 2 fixtures: - `fixture1` contains the query to use for the test - `fixture2` contains the expected response for that query to use in the...

Just discovered this awesome project. Questions: 0. This repo is the frontend UI for the backend at https://github.com/forwardemail/free-email-forwarding ? I'm attempting to self host and get the following error when...