Rizky
Rizky
Does esbuild handle css injection to DOM ? Current behavior of another builder is to generate js to inject imported css to DOM, so for example: ``` import "./index.css" ```...
> Does esbuild handle css injection to DOM ? > Current behavior of another builder is to generate js to inject imported css to DOM, so for example: > >...
> > The missing part is to create `loadStyle` function that must be accessible in any of the js file. > > Plugins can introduce new virtual modules to do...
Btw, OOT jg, Ane lagi berusaha konversi doctrine/dbal ke deno, sekarang masih di private sih repo nya... https://www.doctrine-project.org/projects/dbal.html sebenernya feature nya mirip dengan cotton, cmn yang powerful di dbal itu...
Error nya ini kayanya dari deno-postgres nya deh, udah aku post issue jg disana: https://github.com/deno-postgres/deno-postgres/issues/178
This happen after i try to connect to it using datagrip. Yes, I am pulling latest noria and noria-mysql.
Sounds great! Creating new scripting language would make newcomer not too overwhelmed with rust. But also another level of complexity. Do you think adopting established language runtime, such as lua...
And the advantage of writing plugins in rust is that it makes them as secure and fast as ox, but increases the difficulty of adopting new plugin creator.
I think module system ala vscode is better because it would not force something to be categorized into backend or frontend. What if some functionality shared between frontend and backend...
We sorely need this, as switching between sqlite and postgresql are common in our project lifecycle.