Javier Castro

Results 22 issues of Javier Castro

Fixes: https://github.com/vercel/next.js/issues/27557 ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature...

type: next

I need to maintain the YouTube embeds on my HTML when converting to MD. ```js const TurndownService = require('turndown'); var turndownService = new TurndownService(); turndownService.keep(['iframe']); const html = ` My...

## Repo for repro https://github.com/jacargentina/my-remix ``` npm install remix dev open http://localhost:3000 Write some text... clic Convert ``` ## Error ``` ERROR: [plugin: @mdx-js/esbuild] TypeError: this.replace is not a function...

This PR fixes the problem when using the Dropdown **with mouse** at least. Maybe some other work should make it **work with the keyboard**, for example pressing the spacebar when...

The minification from jsmin, breaks popper.js: this code: ```javascript return +styles['border' + sideA + 'Width'].split('px')[0] + +styles['border' + sideB + 'Width'].split('px')[0]; ``` and the result becomes: ```javascript return +styles['border'+sideA+'Width'].split('px')[0]++styles['border'+sideB+'Width'].split('px')[0]; ```...

As title stands, this adds the posibility for the dev to modify the sent headers on `serveModify`

I'm using this package to customize the theme, with this: ``` "reactToolbox": { "customProperties": { "color-primary-dark": "#607D8B" }, "output": "client/" }, ``` I want to make use of that new...

Hi @manicakes , the current react-native 0.71.1 produces Invariant Violation, about AsyncStorage not anymore on react-native https://reactnative.dev/docs/asyncstorage Have you any plans on merging #17 ? Thanks!

I attach a screenshot with the problem. ![Captura de pantalla de 2013-02-19 12:23:12](https://f.cloud.github.com/assets/517228/171847/f3a1b9a4-7aa8-11e2-89b2-d12724ade3e6.png)

comp:pendingchanges
type:bug