Carl de Billy
Carl de Billy
@jeromelaban I thought it was supported on iOS and Android...
Right now we're not supporting well the `.integer` clause. Just removing it provides the wanted result on all platforms for now.
@Youssef1313 The workaround is already to remove the `.integer`... so from my point of view I think if we implement it we should fully support it. Now I'm not the...
@royto 404
Current the best way to achieve that is to use partial classes and/or create code which are only used by the generator, not the compiled app. For now, it can...
That VSIX was causing a lot of problems. A lot. When a file was saved, it was forcing VisualStudio to reload it by removing and re-adding the file on the...
We should publish an asset like this one...
Should be fixed with https://github.com/unoplatform/uno/issues/3701
New `Uno.Wasm.Bootstrap` package v`1.4.0-dev.45` now allows you to put a `favicon.ico` at the root of your application. So that's an easy way to fix this problem. **I'll leave it opened**...
Related to https://github.com/unoplatform/uno/issues/4839