Kyle Travelet

Results 7 comments of Kyle Travelet

Ran into this as well. I would highly recommend just mounting the remote server using sshfs. For MacOS, install using `brew install sshfs` https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh

I came here with the exact same problem. This would ideally be solved by being compatible with [showSearch](https://api.flutter.dev/flutter/material/showSearch.html) [Example of using showSearch](https://medium.com/comerge/location-search-autocomplete-in-flutter-84f155d44721)

confirmed that downgrading to 16.1 is working

I'm trying to create my first MAUI Blazor app and hitting these issues on macOS. Workarounds above didn't help. Tried deleting obj and bin with rebuilds and nothing helped.

I was able to get around this by adding `@namespace Mobile.Shared` to every file in the shared directory. Something buggy is going on.

that was the ticket! Thanks so much. Do you have a "buy me a coffee" link? FYI for anyone coming across this. Correct code is here: ``` #[tokio::main] async fn...

I'm hitting this too. I wanted to include a json file in the Raw folder but it errors. Changing to a txt fixes the issue.