Alan Dávalos

Results 6 issues of Alan Dávalos

Hi, I'm new to grpc-web and I was checking your [Web basics tutorial](https://grpc.io/docs/tutorials/basic/web.html#generate-protobuf-messages-and-service-client-stub) when I noticed that the client code generator only supports Closure and common.js Now that ES Modules...

typescript
priority

Hi, I was trying to use three-elements inside a LitElement-based web component with Shadow DOM enabled and ended up finding that the current way of referencing other three objects by...

bug

## Expected behavior lion-switch renders properly and without errors when used in Vue/React ## Actual Behavior When trying to use switch inside a Vue/React context the following error is thrown:...

## Expected behavior Loading form-core dependent components through unpkg like below registers the component properly ```js import "https://unpkg.com/@lion/[email protected]/lion-input.js?module"; ``` ## Actual Behavior Apparently, unpkg doesn't support static class fields (`static...

When trying to use `@webcomponents/scoped-custom-element-registry` [through unpkg using the `?module` flag](https://unpkg.com/@webcomponents/[email protected]?module), unpkg throws an error since the package doesn't include a module entry point While [removing the `?module` flag in...

wontfix

Hi there, I was testing out lit-virtualizer and found a bit of a weird behavior in Safari (both MacOS and iOS) When listening to the `rangechange` event, and trying to...

Type: Bug
Focus Area: Core Libraries