Jorge del Casar

Results 17 issues of Jorge del Casar

This is a... ---- - [ ] :beetle: Bug Report - [x] :rocket: Feature Request - [ ] :scroll: Documentation Request **Note:** for support questions, please use [stackoverflow](https://stackoverflow.com/questions/tagged/redux-beacon) with the...

[CLDR-15508](https://unicode-org.atlassian.net/browse/CLDR-15508) - [x] This PR completes the ticket. It replace `.` group separator by thin space (unicode U+2009)

## Expected behavior Polyfills code loaded by @web/polyfills-loader is not transpiled to ES5 code and is throwing an error in IE11. This script is being delivered to IE11 without transformation...

It would be great to modularize the CSS to be shadow DOM compatible. Nested selectors like `.todo-list li .toggle` or `.todo-list li .edit` doesn't work inside Shadow DOM. I suggest...

## What I did 1. Implement [Shadow Parts](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) Discussion: https://github.com/ing-bank/lion/discussions/1137

## What I did 1. Check external links using `check-links` Close #59

This solve the error that happens when application runs in root path (`location.pathname === '/'`) and navigate using anchor link. There was 2 diferent ways to generate the URL, one...

# What it does - Define [Package entry points](https://nodejs.org/api/packages.html#packages_package_entry_points) ## Why It will help bundlers to tree shaking the bundle and services like skypack.dev (@FredKSchott) can inspect all entry points...

cla: yes

### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description lit-html package.json has `@types/trusted-types` in dependencies instead of devDependencies ### Reproduction https://github.com/lit/lit/blob/main/packages/lit-html/package.json#L350 ### Workaround...