Joma

Results 3 issues of Joma

I have an JS module. **Test.js** When use release versión bundled.js or es5.js I get this error on browser. ``` import Bowser from "./bowser/bundled.js";//Release version //Error const parser = Bowser.getParser(window.navigator.userAgent);...

How can set AUTO_INCREMENT initial value for primary key using [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)?. like this [https://stackoverflow.com/questions/1485668/how-to-set-initial-value-and-auto-increment-in-mysql](https://stackoverflow.com/questions/1485668/how-to-set-initial-value-and-auto-increment-in-mysql) ```SQL CREATE TABLE my_table ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(100) NOT NULL, PRIMARY...

type-enhancement

Hello. I convert LoadScript function from Js to C++, set events onload and onerror all ok , but I get following error when onload event is launched. Summary: Script is...