Djaka Pradana Jaya Priambudi
Djaka Pradana Jaya Priambudi
@WoH > See [JSDoc annotations](https://tsoa-community.github.io/docs/annotations.html) That's exactly my proposal. Currently we only able to set int, float etc through JSDoc or comment. I would like to expand that to type...
> I see. Personally prefer to keep the amount of different approaches between Classes, Interfaces and Aliases lower (which affects the amount of maintenance, so I'm biased), but if there's...
@beyondeye I think it will crash the app. Try to open your screen, minimize (press home screen) then open your app. You should see crashes caused by ``java.lang.RuntimeException: Parcelable encountered...
Hello, is there any workaround for this issue while we wait for recursive support?
Hello @lfportal, is there any workaround for recursive needs while we wait for recursive support?
I also encountered this, for now I add Serializable into the mix to workaround this issue @Parcelize data class NavParam( var firstName: String = "", ): Parcelable, Serializable
I found a work-around, I havent checked the internal code of the co every but I suspect there's a code that do something like `Dispatchers.Default + Something` so it breaks...
> `containerClassName` does not exist. What should be used? try `className`
I also got this error when building for client side tauri in NextJs ``` ReferenceError: self is not defined at C:\Projects\raita-desktop\raita-web\front-end\node_modules\dexie-export-import\dist\dexie-export-import.js:2022:54 at C:\Projects\raita-desktop\raita-web\front-end\node_modules\dexie-export-import\dist\dexie-export-import.js:20:68 at Object. (C:\Projects\raita-desktop\raita-web\front-end\node_modules\dexie-export-import\dist\dexie-export-import.js:23:3) at Module._compile (node:internal/modules/cjs/loader:1101:14) at...
Hi @OHHAKO did you found a fix?