-
Example:
``` xml
tag:github.com,2008:IssueCommentEvent/1467226455
2011-05-24T05:44:15-07:00
2011-05-24T05:44:15-07:00
trevorturk commented on pull request 329 on jnicklas/carrie…
-
Hi @martindurant,
I'm currently fixing `memory` URI handling in universal_pathlib for python versions up to 3.11 and was wondering which URI would be considered the canonical form of a memory urlpa…
-
Cloned the master version commit 610c8cbbc4c25fc4df242e6e4e6c7e2551a6c682.
steps taken
git clone cpp-netlib
git submodule init
git submodule update
cmake ../cpp-netlib
started building …
-
https://github.com/leafo/lapis/blob/d3a16d142f6127e8612178bf57209185b14e2d4e/lapis/nginx.moon#L77-L89
Lapis is checking `ngx.var.request_uri` for the request's uri, but this variable only points to…
-
# Feature or enhancement
### Proposal:
I'd like to add a `resolve_lexical` method to concrete `pathlib` objects:
```
def resolve_lexical(self, /, strict=False):
"""Make the path absolut…
-
RFC4648, chapter 5, states in the description of Base64Url that the padding can be skipped.
BASE64URL.decode('AA') raises an exception ("FormatException: Invalid length, must be multiple of four (a…
-
In order to be able to check `Uri`s (and their components) for equality and put them into `Set`s or use them as keys in a `Map`, as a developer I want proper support for `equals(Object)` and `hashCode…
-
- [ ] absolute_url
- [ ] markdownify, see https://github.com/cobalt-org/cobalt.rs/issues/342
- [ ] sassify
- [x] slugify
- [ ] jsonify
- [ ] inspect
- [x] where
- [ ] group_by
- [ ] xml_escape…
epage updated
5 months ago
-
There are several different formats of titles and a lot of variance regarding which elements and attributes are allowed and required on title elements. To sort that out we need a sheet with title elem…
-
In API design, one needs to decide whether to model data as primitives (simple types: string/number/map/list) or classes (special-purpose types: metatable-enhanced objects in Lua).
Special-purpose …