Gifford Nowland

Results 25 comments of Gifford Nowland

bump, this would be GREAT! Obviously will have to account for media URL (logo, etc)

related to https://github.com/react-keycloak/react-keycloak/issues/100 -- this is still a problem, @panz3r can we get an update please?

@djanowski No framework-agnostic solution; I've transitioned to using whatever toast components the framework I'm using supplies.

ElementRef should be of type 'MutableRefObject' per https://github.com/DefinitelyTyped/DefinitelyTyped/issues/35572#issuecomment-498242139

I've temporarily hacked a patch where I wrap the button and menu element in a `div`, set to `position: relative` and fixed `height`, set `Menu` `appendTo="self"` and then override the...

No prob! It should be an easy fix, likely JS is measuring offset position of "self" element from document top instead of window. If I have time I'll make a...

Problem Fixed! (click to expand) > Try this > > ```ts > declare module '@mui/material/styles' { > interface Components { > [key: string]: any > } > } > >...

@vasturiano unfortunately > Just setting the [visible](https://threejs.org/docs/?q=object#api/en/core/Object3D.visible) attribute of this object to false will cause it to hide. So you could potentially render all the ~labels~ arcs onto the scene...

Hey @wuweiweiwu or @adyz any chance you could bump the react-virtualized dependency version? getting the following on install of https://www.npmjs.com/package/react-sortable-tree-patch-react-17: ``` npm WARN Could not resolve dependency: npm WARN peer...

Unintentionally closed 🙃