marcblanchet

Results 8 issues of marcblanchet

Hello, IntelliJ does not support JCenter (https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000686704-How-to-install-packages-from-JCenter-). It would be much easier if this package is available on more standard maven repos.

I used to use 0.8.0 which decoded fine XML attributes, with enum CodingKeys ... case value. With latest, it does not work anymore. Needed to write case value = ""...

let formatter = ISO8601DateFormatter() formatter.formatOptions = .withInternetDateTime this formatOption restricts to RFC3339 format. That format requires timezone. Sometimes the timezone is not included, therefore results in error. I manage to...

question

example/urls.py is missing the import statement to properly support include

class A: Codable { var a: String } class B: A { var b: String } if one properly do implement CodingKeys enum and encode and decode in the subclass,...

bug

### Description after selecting various wg meetings, I was looking for getting the ics for them. The agenda page have the "Calendar View" and "Add to your calendar..." buttons in...

enhancement
minor
accepted
component: meeting/
contrib-easy

### Describe the issue submitting a valid XML draft to https://author-tools.ietf.org shows a Download button. If one then click on the Validate button (because you found that your draft seems...

bug

RFC9000 " max_idle_timeout (0x01): The maximum idle timeout is a value in milliseconds that is encoded as an integer; see (Section 10.1). Idle timeout is disabled when both endpoints omit...