Daniel Compton

Results 276 issues of Daniel Compton

According to https://www.lastweekinaws.com/blog/are-aws-account-ids-sensitive-information/ which was confirmed with AWS: > “Account IDs are not considered sensitive. Based on your feedback, > we’ve started updating our documentation to make this more clear.”

feature-request
effort/small
next-major-version

https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap?hl=en says > List only [canonical URLs](https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls) in your sitemaps. If you have two versions of a page, list in the sitemap only the one you prefer to appear in...

It would be neat if we could diff two versions of a library to show the API changes between them. The first use-case I have is just checking what has...

Frontend
UX

It could be nice to add some structured data snippets to cljdoc and make use of the content when generating the site description. For example https://cljdoc.xyz/d/bidi/bidi/2.1.4/api/bidi.ring shows It could be...

Help Wanted
UX

I'm not sure what the right solution to this is, but I thought I'd open an issue talking about the problem from my perspective to start a discussion. Apple Music...

I'm not sure how easy/hard this is to do given that you're working with third-party players, but it would be pretty nice if the player persisted across page loads. This...

enhancement

If I run without an ENVKEY defined: ```shell $ envkey-source echo 'error: ENVKEY missing.'; false $ echo $? 0 ``` I would expect for an error that envkey-source exits with...

This would be handy to be able to use in ClojureScript too. The macros might be a bit tricky though?

Cerber keeps its stores inside atoms. This has some advantages, but makes testing and mocking more difficult as there is only one global store that all tests + the development...

I'm not sure how hard it would be, but autochrome would be awesome as a git difftool provider for diffing changes. Is this in scope for this project?