Ferdinand Prantl
Ferdinand Prantl
I published [2.1.1](https://github.com/prantlf/timezone-support/releases/tag/v2.1.1) and [3.0.0](https://github.com/prantlf/timezone-support/releases/tag/v3.0.0), which include 2022f.
I use a modified Backbone, which allows disabling the unique ID feature and enables adding multiple models with the same ID to the same collection: ```js idAattribute: null ``` A...
Because this topic is: "there is a way to add several models with "same" id to a collection". The breaking change was the now mandatory polymorphism as I wrote above....
It appears that I misunderstood this issue. I thought and it still kind of looks to me that it's about using the `id` attribute with values that are not unique,...
Do you have an example? There's not a single `log.warn` statement in the source code, which would be the source of warnings.
@jonathonf, yes, indeed it is, because your link is dead now :-)
Oh, thanks for the info, @Findus23! I see that you also wanted the better compressed `woff2` fonts files. I tried to generate them automatically in the meanwhile and put them...
I implemented @kytta's workaround for ESM-only packages for `chalk` 5 and `yoctocolors` in #61. `picocolors` was dethroned by `yoctocolors` in the execution speed, but not in module-loading speed yet :-)
Travis build fails because of [Node.js 6 incompatibility in`eslint`](https://github.com/rogeriopvl/gulp-jsonlint/pull/69#discussion_r294642679).
I was in need of such tool, both runnable from a shell and programmatically from a Node.js script. I published [astrobench-cli](https://www.npmjs.com/package/astrobench-cli) using [my fork of your project](https://github.com/prantlf/astrobench#prantlfastrobench). I opened a...