Oliver Schmidt
Oliver Schmidt
Version 6.0.0 of imagemin-pngquant was released. Maybe it fixes this issue? If so, updating the dependency would be nice (I guess a PR for that would be overkill...?).
at first glance i like the `initial-time-remaining="num!600000"` variant best, probably because it's most concise. though one could maybe argue that it "stains" the attribute value...
Polymer might serve as an inspiration here: https://github.com/Polymer/polymer/blob/0.8-preview/PRIMER.md#attribute-deserialization
This is only validating the type of each prop. But so far there is no way to provide something else but strings using ReactiveElements, if I'm not mistaken, while React...
thanks @speedskater, but it doesn't seem to matter whether REWIRE or Rewire... `TypeError: _get__(...).__Rewire__ is not a function`
@mmahalwy no, unfortunately i didn't. we are using mocha here.
a colleague of mine investigated, and according to him babel-register prevents rewiring of modules living inside node_modules in our case.
For me, adding `maxTokens` also fixed the issue of the autocomplete not working. But the docs actually say that the param should be called `maxPromptTokens` (https://docs.continue.dev/customize/deep-dives/autocomplete) 🤔