-
In most web APIs nanoseconds are represented as fractions of milliseconds. Why was a pair of integers chosen here? Is it possible to make floating-point milliseconds the only representation instead, o…
-
### Steps to reproduce
```ruby
duration = ActiveSupport::Duration.build(1000000)
duration_iso = duration.iso8601
ActiveSupport::Duration.parse(duration_iso)
```
### Expected behavior
```ruby
…
-
### Description
Thanks @DheerendraRathor for helping with the debugging of the issue.
Our service is returning the string 'PT34.8179112S' for duration. This is getting deserialized into the durati…
-
Wondering if any thought has been given to a way to represent date/time and to set date/time.
Use case is for setting the hold mode on a thermostat where the hold mode can be permanent or temporary…
-
I'm config a brand new Rundeck 3.1.2 with Oracle 11g and I'm getting this error when Rundeck starts and create/update the table schema:
VERBOSE: Determined hostname: BRDC1-SW-PWBI01
VERBOSE: {rdec…
-
While it's more doable to define this format right here for `Date` as opposed to `Duration`, should we point this to ISO 8601/RFC 3339 for the sake of consistency?
_Originally posted by @ryzokuken …
-
/triage support
Hello all,
I’m facing a performance issue with my NGINX Ingress Controller configuration.
I’m trying to serve static content from my web application (javascript file) of 1 MB.
I’…
-
Trying to run "mloginfo mongod.log-20190301 --queries"
### Actual/current behavior
```
gonace@ubuntu:~/Desktop/mongod$ mloginfo mongod.log-20190301 --queries
source: mongod.log-20190301
…
-
The registry team is implementing updates to the graph database and has run into a schema issue where ceterms:exactDuration, ceterms:minimumDuration, ceterms:maximumDuration, and ceterms:renewalFreque…
-
# Description
The APCA Number in the standards is specified as a string but is described (and actually is) a zero padded 6 digit number.
# Area Affected
`Transaction` and `TransactionDetail`
#…