Function

Results 58 comments of Function
trafficstars

@NoamNol can you share more about your setup? i've tried installing this plugin but it looks like the Next.js types still overwrite the plugin's types (i get taken to global.d.ts)....

> As a temporary solution, one can edit the web search that causes the problem and empty the "Suggestion URL" field. This will prevent suggestions from being loaded. This is...

Thanks for the workaround! Looking forward to the fix ❤️

> should be solved in latest webpack version. feel free to create repro. \- https://github.com/webpack/webpack/discussions/14645#discussioncomment-2203636 I hope a Next.js update will raise the Webpack version to fix this :pray:

I'm getting the same `ModuleNotFoundError` after i tried to run `dev` with this docker-compose: ``` version: "2.4" services: archivebox: image: archivebox/archivebox:dev command: server --quick-init 0.0.0.0:8000 volumes: - ./volumes/data:/data - ./volumes/archivebox:/app/archivebox...

@caj-larsson I didn't. Can you point me to some resources on how that works? I've never built a docker image before...

After i changed the strings manually for now, i found another issue: ![image](https://user-images.githubusercontent.com/34871211/160119368-d16769da-5362-4419-bb92-8f7ac947fa83.png) It turns out that multiple interfaces by the same name (Question) are generated in `types.d.ts`, which results...

@garmeeh it seems like the sandbox was cleared or something... not sure. it wasn't an actual next.js app, it just had the next-seo package to show the problem with the...

How the above example looks like in an IDE (notice the type inference from the event type string): ![image](https://user-images.githubusercontent.com/34871211/155411540-168bce35-65c7-40f6-b9f0-8195a25d15a7.png)

@kennethnym Does this library have any default text in any other components? What i mean is: Should it have a default text in english or only have this HTML attribute...