Mathis Hofer
Mathis Hofer
Hi @richmolj, I suppose you were talking about this branch here: https://github.com/richmolj/spraypaint.js/commits/coercion I've also stumbled on this shortcoming of Spraypaint.js with the same use case: to convert date strings into...
Alternatively add option: * Force-load tabs of selected group on start-up * Select group put don't load any tabs (let FF do this)
As far as I understand, the WebExtension API does currently not provide any way to control this. The tabs.create() API also loads the page: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/create I also encountered long loading...
In [this article](https://blog.mozilla.org/addons/2017/09/28/webextensions-in-firefox-57/) a planned [tabs.discard](https://bugzilla.mozilla.org/show_bug.cgi?id=1322485) API is mentioned. There is also this open feature request: [Support the "discarded" property inside browser.tabs.create()](https://bugzilla.mozilla.org/show_bug.cgi?id=1378647).
Nächster Schritt von mir: Gegenüberstellung der verschiedenen Varianten mit Vor-/Nachteilen, Voraussetzungen und Grobschätzung.
Im folgenden einen Auslegeordnung welche Aspekte Webpacker übernimmt und wie wir es mit der Variante jsbundling (esbuild)/cssbundling (sass) ersetzen können. Funktionen: - [x] Import JavaScript über `javascript_pack_tag` Helper von Webpacker...
@Robin481 The Puzzle Shell only includes components for the base layout (header/footer) and navigation. It works just fine with whatever you got (Bootstrap etc.). Please reach out if I can...
> So this is an important question - > > You hadn't exclude `node_modules/` ? @gxres042 I've tried to add `"exclude": ["./node_modules/**/*"]` to `./tsconfig.json` or even `"exclude": ["../../node_modules/**/*"]` to the...
@gxres042 Thanks 🙏 So as a workaround, `skipLibCheck: true,` can be added to `tsconfig.json`