-
**Describe the bug**
cluster create failed on k8s 1.20:
**ERROR controller-runtime.source.EventHandler failed to get informer from cache {"error": "failed to get API group resources: unable to retri…
-
1. /search:
- finder_fee_type should be "percent" (lower case);
2. /on_search:
- bpp_id can't have "https" prefix;
- holidays only has the date, not time;
- categories[].id can't be > 12 chars;
…
-
Unbuntu 18.04
Ansible installation
VPS only runs azuracast: Dual core cpu with 4gb of ram
Ive updated to the latest version and now I have a problem with 2 stations, I cannot longer see current s…
-
Hello,
I am using caddy and the caddy docker plugin for at least 1 year and a half.
It works really nice, but I keep running into the following issue:
On a docker host I am running over 200 con…
-
The following code triggers the second `assert_eq!` with a confusing error message:
```rust
fn main() {
let time = chrono::NaiveTime::from_num_seconds_from_midnight_opt(0, 1_500_000_000).unwrap…
-
- Service name: ACS Job Router
- Key contact for the review: Bo Gao (bga@microsoft.com)
- Whether this is a new or existing API - New API
- Whether or not your service already been deployed - yes
…
-
The purpose of this issue is to discuss the needs of the partial date-time object from both a user perspective (where the users for the object would be focused on `admiral` developers-- not `admiral` …
-
Repro:
```js
relativeTo = Temporal.ZonedDateTime.from('2022-08-23[UTC][u-ca=iso8601]')
Temporal.Duration.from('-PT22H').total({unit: 'years', relativeTo}); // -0.002511415525114155
relativeTo =…
-
It would be nice if Serde was supported as a feature flag. I am using this implementation in my code which could be used:
```rust
use std::fmt;
use iso8601_duration::Duration;
use serde::{de::…
-
From manual page: https://php.net/dateinterval.construct
---
The letter "M" stands for months anf or minutes?
Should probably be "I" for minutes.