shamsartem
shamsartem
Thanks for the reply! No it's not used, but if people decide to migrate to this app from another they should be able to import previous data that they collected...
This also happens with regular input. For me loadDefaultFeedbackMessages does nothing Also reproducible in docs simulation for Required validator https://lion-web.netlify.app/simulator/#?story-file=9774c992&story-key=requiredValidator&theme=light&platform=web&language=en-US&edge-distance=true
**outdated (read comments bellow)** I hope this will not give an error in the future: ```typescript const logLevels = ["info", "warn", "error"] as const; type LogLevel = typeof logLevels[number]; const...
@vezaynk I don't even expect it to perform type narrowing. I just expect it to accept any arguments that I through at it. The "type narrowing" part is done manually...
@vezaynk for me it would be completely fine if `includes` type signature was something like this: `includes(this: T[], entry: unknown): boolean`. This would solve my issue 100%
@vezaynk Good point. That seems to be the actual reason it is done like that. Thanks!
This would be cool. It would be easier and faster to find what you need in case there are two apps, which names start with the same letters
failed on following the "Getting Started" docs because `wasm32-wasi` is not installed automatically.
thanks for your concern, sorry for answering super late. Soon this part will be completely removed in favor of renting VMs using a website UI
Thanks for the report. In my humble opinion there will always be conflicts sooner or later no matter what port you choose. If you have conflicts you can just set...
not needed anymore