Chris Yi

Results 7 comments of Chris Yi

small image is ok, large image will have this problem on iOS 8.

@lukaknezic Hi Luka, thank you for your fix.❤️ I have tried the latest code, and the size of the widget is now correct. However, I have encountered another issue when...

It is worth mentioning that I also have a similar font size bug when using another markdown editor (SwiftDown). I don’t know if it is because of the system version....

OS X mono 5.0.1.1 wine 2.10 I get error when wine is 32: > System.AggregateException: One or more errors occurred. ---> System.Exception: err:process:create_process 64-bit application L"Z:\\Users\\baize\\Work\\agent\\client\\node_modules\\electron-winstaller\\vendor\\7z.exe" not supported in 32-bit...

Add alias for it in `vite.config.ts` ``` export default defineConfig({ resolve: { alias: { 'cornerstone-nifti-image-loader': '@cornerstonejs/nifti-image-loader/dist/cornerstoneNIFTIImageLoader.min.js', }, }, }) ``` Use it with alias ``` import * as cornerstoneNIFTIImageLoader from...

MacOS [zed: 0.158.2] ``` Language server error: eslint oneshot canceled -- stderr-- node:internal/modules/cjs/loader:1147 throw err; ^ Error: Cannot find module '/Users/foo/Library/Application Support/Zed/languages/eslint/vscode-eslint-2.4.4/vscode-eslint/server/out/eslintServer.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27) at Function.executeUserEntryPoint...