Jesús David Bossa
Jesús David Bossa
I'm trying this code ```yml - name: Download backup archives uses: wei/[email protected] with: args: ${{ secrets.ARCHIVE_BACKUP }} -O ``` Download an empty file ` -rw-r--r-- 1 root root 0 Jul...
# Description - `prismaErrorToHttpError` function refactorized - Added a custom error response for each prisma error in the current prisma documentation ([link](https://www.prisma.io/docs/reference/api-reference/error-reference#error-codes)) - Update utils tests Fixes # ([issue](https://github.com/wasp-lang/wasp/issues/384)) ##...
# Description - Add ignore patterns to avoid non development errors and warnings - Update package.json generator tests Fixes # ([348](https://github.com/wasp-lang/wasp/issues/348)) ## Type of change - [x] Code cleanup -...
### Describe the Bug In the example page [stackManipulationToolsTouch](packages/tools/examples/stackManipulationToolsTouch/index.ts), changing the default tool, `WindowLevelTool` for an annotation tool like `LengthTool` doesn't work as mentioned in the docs. For example, in...
### Describe the Bug In current versions of cornerstone I've found that in some cases some phones are presenting a behavior that the viewport, instead of showing the image instance,...
Hi, my motivation is just that I don't like to see this kind of warnings 😅
I followed all the steps, and the video view or controlers are not showing, only can see the audio log captured with 'onVolumeInput' event listener ```typescript const config: VideoRecorderPreviewFrame =...