-
Hi,
Would you consider providing some instructions on how to self host this without Docker? For example on a standard Debian install?
-
We are facing issues while trying to use some of the Hashicorp Vault endpoints.
We need to use GET /v1/sys/mounts/ endpoint with our root token but all we get is 405 unsupported operation. We tried t…
-
The following test fails:
```
#[test]
fn issue_YY() {
let dates = "DTSTART;TZID=Europe/London:20231030T140000
RRULE:FREQ=MONTHLY;INTERVAL=2;BYDAY=-1MO"
.parse::()
.unwrap()
…
-
With the new API it's not possible to create an RRuleSet with the timezone set to "local", e.g. this fails:
```
new RRuleSet(DateTime.create(2024, 1, 1, 0, 0, 0, false), "local");
// => Error: 'loc…
-
### Bug Description
```
Compiling sqlx v0.6.2 …
yonas updated
7 months ago
-
At the moment `etolbakov/excalidocker` image is 115.55 Mb. Image size optimizations are required.
-
**Describe the bug**
In https://github.com/hashicorp/vault/blob/main/website/content/docs/concepts/seal.mdx the docs states:
> The master key is stored alongside all other Vault data
But here htt…
-
There are many places where `.unwrap()` is currently called.
These should be removed or replaces with the correct error handing or `.expect(...)` if it is very clear that it could not be triggered.
…
-
I have been using rrule in my own project to assist in parsing iCal calendars. Until yesterday I was on 0.5 and was assuming that rrule would leave non-timezone suffixed DATE-TIME well alone. So I was…
-
This issues was created because TODO items where removed from readme page.
@fmeringdal could you please clarify what exactly needs to be added and where this would fit in.