Oliver Anteros
Oliver Anteros
@MarcoScabbiolo Just in case it matters; I'm on an i7-6820HQ with 16GB RAM and an ok [SSD](https://www.samsung.com/semiconductor/ssd/client-ssd/MZVKW512HMJP/). As suggested in #589 i tried using #590/[email protected] but its the same result....
@Tiberriver256 "one". `npx` and its deps (since I'm using LTS I have to install in on my own). I install everything locally to ensure that I always know what versions...
@LeaVerou may I ask why TypeScript support isn't a priority? It seems odd for a library of this proportion not to prioritize interoperability with other JavaScript "dialects", such as TypeScript....
@LeaVerou would you be willing to document your code using [jsdoc](https://jsdoc.app/)? Because if you did then you could generate typescript declaration files from those jsdoc strings using the typescript compiler....
@GinoMan Doesn't work for me either.
Hi @smonist! Originally I wanted `better-logging` to be dependency free. However due to the growth of the library I started to shift my priorities away from "size" and more towards...
Closing due to inactivity.
@jstriebel what's the status on this issue? Any updates in the past nine months?
Add cache for offline browsing (this will eliminate the problems with rate limits on the github api)
I've implemented a quick and dirty version of this [here](https://github.com/Olian04/github-readme/tree/f_caching). However it never invalidates cached assets, and it's only caching assets from github. So things such as shields will break...
@cujo0072 could you open a pr including a os check and then this code?