-
I have an autogenerated type (by graphql codegen) like this:
```typescript
/** Specifies the fields required to create a new customer. */
export type CustomerCreateInput = {
/** The customer’s…
aynik updated
3 years ago
-
### Description
Per RFC 3987 (and 3986), the host name is allowed to contain certain delimiter characters according to the ABNF grammar:
```
IRI = scheme ":" ihier-part [ "?" ique…
-
```rust
use uriparse::{URI, URIReference};
fn main() {
let base = URI::try_from("scheme:foo1/foo2").unwrap();
let reference = URIReference::try_from("./..//bar").unwrap();
let targe…
-
**hstabbal** created:
https://orchard.codeplex.com/workitem/17940
If the slug for a content item was in a non Latin language (let's say Arabic) then it is saved correctly in the database but when ren…
-
For example [1] in http://www.lexvo.org/linkeddata/void.rdf.
``` xml
[1] 2008-10
```
-
It occurs to me: why does the WAMP spec use the term “URI” to describe strings that don’t have a scheme?
Examples from RFC 3986:
- ```ftp://ftp.is.co.za/rfc/rfc1808.txt```
- ```ldap://[2001:db8…
-
Full code of this example is published at: https://gist.github.com/anatoly-scherbakov/95b035b5352ee3ec8ba6b37495b33edd
## Problem
- When, while importing a source JSON-LD document, the importer …
-
Please add unicode URLSpec support.
Patch:
```
diff --git a/tornado/web.py b/tornado/web.py
index e51948a..cd9a6a4 100644
--- a/tornado/web.py
+++ b/tornado/web.py
@@ -1368,7 +1368,7 @@ class URLSpe…
ghost updated
10 years ago
-
While RFC 3986 does not specify how to handle drive letters, the majority of implementations include the drive letter (e.g. C:\ , D:\, ...) on Windows, and so omitting it does not really match up with…
-
### Background
[RFC-3986](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) reserves two kinds of delimiters:
- `gen-delims`, which are used by the URL syntax itself (things like `?` and `#`), a…
karwa updated
8 months ago