Jack Herrington
Jack Herrington
Created a project. Not sure if I did it right though. Hahahah.
That's really weird. As of 22 you don't need the library syntax with a remote that is defined using a URL, in fact it can sometimes cause the import to...
Gotcha, ok. If you want to take out the library, which you should do, then your `home-page` config should look like this: ``` new ModuleFederationPlugin({ name: "home", filename: "remoteEntry.js", remotes:...
`selected` would be like `[1,2,3]` and that would invert the background on the second, third and fourth tabulature items.
Great points. Hopefully covered to some degree with https://github.com/jherr/jmusic/pull/13
You should rename `genereateReactComponents` to `generateReactComponents`, the word generate is misspelled.
One last thing on naming. If I'm bringing in `createSolidComponents` from a package named `@uploadthing/solid` then the `Solid` is implied. Perhaps `createComponents` in both cases? ```ts import { generateComponents }...
TBH, I don't even remember what this project is or what I was using it for, so, no.
Let's see if we can pull in @ScriptedAlchemy to give us some additional insights into rspack behaviors.