Miles Murgaw

Results 72 comments of Miles Murgaw

@Andrew15-5 I think that would be best in a separate PR once this and the other big PR are merged. If you could post your request in the CLI megathread...

Add to the list: - [ ] Desktop logs aren't outputted in the terminal until the app exits. - [x] If the vscode integrated terminal fills up enough to show...

@Andrew15-5 I'm not sure if we will still have filtering as the TUI has been redone to be a viewport with println-like logs.

I don't believe we currently forward Android logs. They would be outputted in `adb logcat`

I do not believe the logger currently supports mobile. We'd need to find or create a tracing subscriber that hooks into Android's Log class and another for iOS. I'm not...

I tested for the Dioxus 0.6.3 CLI and we have a better error message for this now. In the future, we may want a mechanism for serving a default binary.

That is a bit confusing. This occurs because the titles are auto-generated based on the file name in which the example resides. e.g. this code block was pulled from [here](https://github.com/DioxusLabs/docsite/blob/556ae8f7a42b9e9ed263ea77c3208a11f83f7b02/src/doc_examples/hackernews_post.rs#L10),...

Firstly, issues like this are super helpful, thank you! Including your story and progression through Dioxus provides a different viewpoint that we don't normally have. The Dioxus website states that...

The other day I had `dx` hang on "installing tooling" for a while but it eventually worked itself out. Not sure if related. I have always `cd packages/docsite` and then...

Without `--release` has always worked for me, but the docsite debug builds are super large and slow, so I usually develop with release. If you run with ``dx serve --release...