mobilarte

Results 11 comments of mobilarte
trafficstars

Hi Damir, We will have a look at such an option, although it will probably not solve the problem of large cutting plans being split over multiple pages.

This is a very good idea! We will evaluate the consequences of implementing such a feature.

You mean adding it to the printed version of the report? The price per unit is available as a tooltip, but obviously not available on a printed version.

Hi Victor, Thank you! Yes, there is a lot of room for improvement. I have been thinking about ways to reorder the parts inside of a single sheet, maybe even...

I ran into the same problem. The problem seems to be in the upstream `@material/segmented-button`. If you add a newer version of it to your project with `npm i -D...

I believe it has to do with the `package.json` in `@material/segmented-button`, but that is just a random guess!

Yes, fixed the problem. Thank you!

I can also confirm this: working in JupyterLab, but not working in Notebook. Tried version 7.0.6 -> 7.1.0b0, fresh install of everything (including deleting `.jupyter`). I miss "A"!

After updating to notebook 7.0.8, shortcuts are displayed in the menu and are working again. The downgrade of jupyterlab seems to fix it. Thanks!

Probably changing this in your svelte.config.js file will help. ``` ... preprocess: vitePreprocess( {script: false} ), compilerOptions: { runes: true // Which could also be false if you want to...