Daniel
Daniel
@anikethsaha how can I execute cssnano without messing with parcel's dependencies? `npx cssnano` doesn't work
@anikethsaha I think I managed to update the one parcel uses: ``` ├── [email protected] ├─┬ [email protected]+017e8d79 │ └─┬ @parcel/[email protected]+017e8d79 │ ├─┬ @parcel/[email protected]+017e8d79 │ │ └── [email protected] ``` the output is...
Also suffering from this issue, we'd need to have process.env.SOMETHING be preserved in the output. Is there any workaround available currently?
I found a very simple workaround which is to tell parcel that we're actually building for nodeJS (even though I'm building browser code for the browser). This makes it preserve...
Sorry for hijacking this thread but if you are trying to get Typesense built from source on an M1 mac (for example because you patched something) this Dockerfile works, together...
I'd also love this. I was struggling to get the Docker version running on my M1 laptop and always have to let my colleague run it on his intel mac...
> I think the request is for throwing at runtime when calling a getter with more than 0 arguments, so nothing really strictly about typescript types 🤔 Exactly this See...
> I cared a lot about the characters so people working TS had to work around that. You mean the bundle size or the subjective character of signals? > Like...
F****. I should have read the issues before. The exact same thing happened to me. I should've tried an earlier version. Has this been fixed yet? ``` Daniels-iMac:futurerestore_macos_v173 daniel$ ./futurerestore...
My workaround was to use html2svg to export to a PDF and import that into Inkscape. Sometimes you have to switch between import strategy to get it to render correctly...