James Daily
James Daily
Currently, javadocs.io supports linking to the latest version or a specific exact version. I'd like to be able to link to a specific major version, eg 3.x or 2.x and...
Chrome 103 on Windows warns about Shortcuts.js's usage of navigator.userAgent, navigator.appVersion, and navigator.platform: > A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in...
Several examples utilize a state property named "value", as in `this.state = {value: ''};` and `this.state.value`. However, the term "value" is also an important attribute on various form fields, and...
As per https://twitter.com/farid__jalali/status/1570502440998547456?t=w_Cc4YH5HQGwFRe8_k6UOA&s=19
I prefer to download locally instead of streaming. It's possible to do this track by track. It'd be more convenient to be able to download an entire show or set...
https://www.reddit.com/r/redditsync/comments/13zf8z9 This comment: https://www.reddit.com/r/gifs/comments/13z2383/suddenly_seymour/jmq6ihm/ Gives an error when tapping it: https://i.imgur.com/8nWfJNi.png "An error occurred while initializing the YouTube player" "CLIENTLIBRARY_U..." Long press then "open in browser" works fine. Here is...
SpotBugs should warn about a potential file descriptor leak when invoking Files.list() without later closing the stream. Please refer to the following gist: https://gist.github.com/jamesdaily/2f938b52235b400089d96e8ea248b8ae Creating the Stream using Try-with-resources is...
Added missing double-quote within error.errors[].message `"File Not Found`, and applied linting as per https://jsoneditoronline.org