wobsoriano
How to load islands in Fresh 2.0 plugins?
If you pass a
URL
, it'll get the href
here - https://github.com/denoland/fresh/blob/e0f65319cd48753f5b9b4784f996a0eaf7e6ebff/src/app.ts#L87
Would love to contribute if we want to use pathname
in that specific line instead15 replies
Migrating `Deno.run` to `Deno.command` with `readlines`
Hey @ededdneddy9188, do you have an example of your conversion of this? I tried this but it exits immediately https://discord.com/channels/684898665143206084/1131635673217118248/1149868174678958110
21 replies
Best way to upload files from a form with solid-start?
Check this solution with fetch and TransformStream - https://stackoverflow.com/a/69400632
8 replies
Issue with using ApexCharts (solid-apexcharts) in Start
Apexcharts has some weird exports, and works only when you make it a
unstable_clientOnly
component. Same issue here - https://github.com/wobsoriano/solid-apexcharts/issues/18 replies