Tiago Boeing

Results 7 comments of Tiago Boeing

> Hello everyone, > > I've found a simple workaround. Please try this. > > Thank you. > > ```ts > import { Context, HttpRequest } from '@azure/functions'; > import...

@bbedsaul the demo works only some components, specifically up until **dialog**. - Works fine: https://material-webcomponents.com/demos?type=Dialog - Not works: https://material-webcomponents.com/demos?type=Drawer

You can use only CSS for this: ``` .ngx-contextmenu { animation: fadein 100ms forwards cubic-bezier(0.24, 0.93, 0.78, 0.79); } @keyframes fadein { 0% { transform-origin: top left; opacity: 0; width:...

Same issue here. Does anyone found a workaround?

I have the same issue; the only way to work around this it's using the `@firebase/util` package and importing `FirebaseError` from it as I saw in other discussions, but this...

I’m using Ubuntu 24.04.1, and the same issue occurs with the .AppImage. Switching to the version from Snap store (`snap install altair`) solved the problem.