Mario Valle

Results 51 issues of Mario Valle

# Bug report Loading SVG.js package (version 3.0.16) using RequireJS fails, apparently because svg.js does not conform to AMD rules. ## Code to reproduce Have Typescript (4.0.x) installed (`npm i...

I'm in the process of modernizing my application moving it from AMD to ES modules. With the classic KO that was not possible and someone suggested to move to TKO,...

Still struggling to load tko in an ES module. I have installed `@tko/build.reference`. Then in my module I import it this way: ``` import * as ko from "./node_modules/@tko/build.reference/dist/build.reference.js"; ```...

In the past I was a big user of Tomighty (the java one). Now it does not start anymore (I'm at java 12 and it asks for java 1.5.0) so...

A very small request. On the API page (http://neocotic.com/html.md/#api) add an example of md called with options. Eg. `md(myHTML, {inline: 1})` (BTW, I presume this is correct. At least it...

documentation

I have defined menu items with a function for `disabled` and another for `icon` changing the menu entry depending on the program status. Now I want to change the menu...

I'm using 3.0.0-beta.2 inside Chrome. To update the enabled/disabled status of an entry of the menu the only solution I have found is to put a ``` disable: (): boolean...

I want to put an Icon before each entry in a context menu using v-contextmenu. For items the solution is simple using the `"@yeliulee/vue-mdi-svg/v3"` and `"@mdi/js"` packages. ``` Show mdata...

I want to change the context menu background to black. But if I define in my application ``` .v-contextmenu { background-color: black; } ``` The color does not change, even...

I have the contextmenu over a list of `` (see below). How could I access the div over which I right clicked to open the contextmenu? Here is an example:...