Ivan Sanz Carasa

Results 83 comments of Ivan Sanz Carasa

Working on this

As a clarification, FSR **is** supported in Linux since it uses standard vulkan GLSL. What isn't supported at this moment is **building the demo project in linux**, which uses [Cauldron](https://github.com/GPUOpen-LibrariesAndSDKs/Cauldron/tree/3e4a021fc0d3e0372347126771a5155016810a11)...

Hi, it happens when using styled-components, will create a demo app asap. Thanks El jue., 26 ago. 2021 8:38, Philipp Schardt ***@***.***> escribió: > Hi @isc30 , > > unfortunately...

There is an old software called [**Plumb**](http://palatialsoftware.com/plumb/) that managed to bring this feature to windows with almost-zero configuration/shortcuts (unlike linux tiling managers). The main issues: it is propietary and really...

Hi, I just created a Google Analytics extension for Blazor. I think it could be relevant to this ticket. https://github.com/isc30/blazor-analytics This library can be extended for multiple analytics providers easily...

decorator: ```ts const useHeightDecorator: DecoratorFn = (Story, context) => { const rootRef = useRef(null) const height = context?.parameters?.height as string | undefined // when height is specified, we create a...