Daniel Compton

Results 276 issues of Daniel Compton
trafficstars

RethinkDB has awesome documentation with function level documentation, extensive code samples, and topic level docs. It could be good to use their examples and documentation, but port it to the...

enhancement

The sidebar links for elements look like: `https://htmlreference.io/element/article`. If I click on that link, it 301 redirects to `http://htmlreference.io/element/article/` (note HTTP), then to `https://htmlreference.io/element/article/` (note HTTPS and a trailing slash)....

The way that IP addresses are inferred from X-Forwarded-For is unsafe/incorrect here. You cannot trust any IP addresses in the headers **except** for the ones added by your proxies. The...

request-ip goes down a list of different methods of providing an IP address, and picks the first one that works. If the user of this library doesn't filter out unknown/unexpected...

enhancement

There's a proposed new buffer API for Netty 5: https://github.com/netty/netty-incubator-buffer-api/blob/070ffa26885ee078f364ad0334c9b177442f370b/RATIONALE.adoc. We should take a look at it and see if it will affect Aleph/Manifold and provide comment if so.

When I clone aleph, I get an error: ```console $ git clone --config transfer.fsckObjects=true [email protected]:ztellman/aleph.git aleph1 Cloning into 'aleph1'... remote: Counting objects: 7831, done. error: object 31dfaf308f5ea00c04c0653ecbe8937fb0add324: zeroPaddedFilemode: contains zero-padded...

@mfikes has already done the hard work of [creating](https://github.com/chkup/re-frame/commit/d6e44cf488cf17da6ea98c0a9dec334667759ef8) a canary config for https://github.com/cljs-oss/canary/tree/master. We should think about merging it in to this project, so we can run tests against...

We use shell scripts wrapping git flow release for our release processes. If the developer doing the release hasn't kept their local master pointing to the origin master, then `git...

Type: enhancement
Priority: Normal

In https://blog.stackpath.com/maxcdn-and-securecdn-are-retiring-heres-what-it-means-for-you/, it says > On August 26, 2022, technical support will no longer be available for: > ... > On December 31, 2022, the services and portals above will...

In our application it would be helpful to get a relative date format (edit: from `goog.date.relative.format`) with second precision, e.g. "in 5 seconds", "35 seconds ago", e.t.c. Is it likely...