Thomas Strobl

Results 46 comments of Thomas Strobl

I agree with @hitautodestruct, there should at least be a link to an external reference of what a spy is. Maybe there's a good Jasmine reference?

@joncursi since you have access to `unit` and `textFormat`, you can simply use pixels as the measurement in your code, but calculate a metric or imperial value to show the...

So for others running into the same issue. A pretty hacky, but actually for reasonable values kinda working solution is to round the final value to the desired steps again,...

@hitaloramon sorry that notification slipped through the gutter. I can't share the repo and am frankly too lazy to put together a full sample codepen—but it's along the lines of...

@LiamMartens I'm trying to use it as you suggest up there (even though the extra pane for the single document is really weird/ugly), but I'm actually running into the issue...

I guess the other way to do it is to nest all document fields into one object and throwing `options: { i18n: true }` on it. Although it seems like...

`fuse.js` does it like this, which is quite readable and works nicely: ```json { "exports": { ".": { "types": "./dist/fuse.d.ts", "import": "./dist/fuse.mjs", "require": "./dist/fuse.cjs" }, "./min": { "types": "./dist/fuse.d.ts", "import":...

Ah I just saw that the repo is pretty much abandoned. Well in case anyone stumbles upon the same issue and looks for a quick intermediate solution, I ended up...

Firstly, thanks for caring and thinking about how to approach it! Secondly – I started a private local fork to be able to override more stuff in the long run...

so basically (also in development) doing `new MiniCssExtractPlugin({ runtime: false })` and `useMiniCssExtractPlugin: true` emits the `content.css` perfectly actually. in my `executeScript()`'ed `content.ts` I can now simply do: ```typescript [...]...