Joshua Tahanlangit

Results 9 comments of Joshua Tahanlangit

The app's root directory for including HTML, CSS, and JS files is in the "main.js" location. EDIT: I have observed that the files need to be where you included the...

@olifolkerd done. You may review the changes and then take over from there. --- publint references this error as a breaking change when pkg.module is removed. I think this is...

@olifolkerd yes I assume it's required. This repo (https://github.com/thisjt/tabulator-import-issue/tree/rename-import) imports (https://github.com/thisjt/tabulator-sveltekit2fix/tree/tabulator-import-rename). This throws an error. This is what its `package.json` looks like. ``` ... "main": "dist/js/tabulator.js", "module": "dist/js/tabulator_esm.mjs", "sideEffects": [...

> I think the correct behavior here would be to _align_ the `{` and `}` with each other via spaces after the indentation tabs. And for the "middle" lines I...

Depending on the method of zoom that you want, you can implement your own "zoom" functionality by attaching an event listener to the body and adjusting your initial font size...

> fyi, this removed the export for the package.json file which made my build fail. > > I used the path to package.json to figure out where the CSS is...

> fyi, this removed the export for the package.json file which made my build fail. > > I used the path to package.json to figure out where the CSS is...

I think you should reconsider implementing this. I'm not sure what the implications of fully disabling the context menu could have, as in the frontend, there are some implementations where...

Pushed a PR to fix this issue. In the meantime, if you need it fixed asap, you can also use the modified schema in my contribution repo. ```json { "$schema":...