Istvan Fulop

Results 12 comments of Istvan Fulop

On my side something is off, when running the upper executor on a project it will detect assets like .svg's as errors ' ` Cannot find module './icons/trash.svg' or its...

> That's a "normal" typescript thing - ts itself doesn't know what to do with svg files, it's your bundler that's handling those. You'll need to throw a `declare module...

> Maybe the specific tsconfig you're running tsc against isn't configured to pick it up, but vs code is resolving to a different tsconfig or something? This is my tsconfig.lib.json...

Thank you for answering. After investigating a little bit I discovered that the updated image is not versioned appropriately. The same version will be released multiple times with different base...

Hello, when can we expect to have a new nginx image with the fix for 2022-27404? Thanks

> Hi @istvandesign there is no strict date - for Debian it's likely never, and for Alpine-based images, whenever alpine 3.15.5 is released. Thanks, the hotfix you mentioned, **RUN apk...

@lanwen Hello, my idea is to have a toggle switch or button near the Starts/Capabilities in the header which when set to ON would make the UI open the last...

Hello, I have the same issue, or similar issue ``` act(() => { result.current.mutateAsync({name: x}) }) await waitForNextUpdate(); expect(result.current.isLoading).toBeTruthy(); await waitForNextUpdate(); expect(result.current.isSuccess).toBeTruthy(); ``` is very flaky, I can make it...