Cédric Eberhardt

Results 39 comments of Cédric Eberhardt

Hello, I come late to the discussion but I find these choices weird. First, you have 5 choices with 4 between 0€ to 5€ a week and then the last,...

Hello, any news about this one? I've seen you've started something on another branch (outdated now) but stopped at some point. I would like to see it fixed as I...

Same for titleCase, then 😊

I confirm as well, Ctrl (Windows) is always active, whatever other key you are given (the other given key works well, though). In addition, when using the mouse (the device),...

@moklick Thanks. Looks ok so far. But the same behavior happens when you use the mouse wheel on the Minimap.

@Graysonnwu > ```js > new mediumZoom('[data-zoomable]', { background: 'var(--vp-c-bg)' }); // Should there be a new? > ``` Thanks, first. The `new` here is indeed wrong, as `mediumZoom` is not...

Yes, just remove the `new` keyword.

Isn't just the issue the fact that Typescript def looks like `export * from './core';` instead of `export * from './core/index.d.ts';` or something similar. TypeScript `moduleResolution` set to `node16` or...

Looks like the v1.0.2 fixed the issue. We'll test a bit more and I close the ticket if everything is fine.