Fran Dios

Results 50 issues of Fran Dios

Thank you very much for this boilerplate, @tarlepp , quite useful :) I've seen you have included Highcharts as a dependency lately and I also need some charts for my...

**Current behavior:** Looks like `@emotion/server` always assumes a Node.js environment. However, it is now possible to do SSR in Workers environment (such as Cloudflare Workers). This package breaks on import...

bug
needs triage

@anatoo @asial-matagawa @argelius A couple of things about Angular2 bindings: - We have an `element` getter that returns `this._elementRef.nativeElement`. However, when using `@ViewChild` we must use `nativeElement` syntax directly. I...

someday/maybe

Hello, thanks a lot for all the projects in this repo! Right now it crashes when using `process.env.UNDEFINED_VARIABLE` with something along the lines of "process is not defined". This happens...

From Discord via @subhendukundu: >Lets say I have these routes. >functions/props/docs/[slug].js >and >functions/props/docs.js >and in /docs.js ```js export default { handler({ params = {}, query = {} }) { return...

Right now, a props handler file needs to export a `handler` function. It should be possible to omit this `handler` and only export cache options. In this scenario, the route...

Currently, a script gets its content rendered as attributes. It would be useful to render its "content" prop as children instead in order to support [ld+json](https://developers.google.com/search/docs/guides/intro-structured-data).

@psychobunny This implements reply/quote to blog comments. It also adds a label that scrolls to the replied comment (similar to NodeBB's one). This is meant to be a basic implementation....

When removing a topic used by this plugin, the comments module will still appear as activated but empty in the blog. I think it should display again the "Publish this...

## Summary Hi! This PR implements a Vite plugin for React Server Components. This is the approach we are currently exploring at `@shopify/hydrogen` and is [extracted from here](https://github.com/Shopify/hydrogen/pull/317). Hydrogen is...

CLA Signed