Kai O'Reilly

Results 459 comments of Kai O'Reilly

I implemented this on web in 6535cc3 using `userAgent` with a new `system.App.SystemInfo` method that can also be implemented on other platforms.

As stated on the [Cogent Core website](https://cogentcore.org/core/getting-started/install), to develop Cogent Core apps, you must install the Cogent Core tool and then run `core setup` to install necessary platform specific dependencies.

My comment above resolves this issue, so I will close this. Please let me know if you have any other problems.

I finally figured out a way to reliably reproduce this again (there may also still be issues other than the one this reproduces): 1. Run `git commit "` 2. Run...

This also reproduces this issue: 1. Run `core run` in demo 2. Press `Control+C` 3. Run `ls` (it will not run) 4. Press `Enter` again (now it will run)

Yep, we definitely need to resolve the video dependency issues, especially on platforms like Windows and mobile where it is more difficult. We can add it to `core setup`, but...

Yep, I will try to have it delete it. I thought I might have tried to delete it before and there was some issue with ejecting it properly, but this...

This is no longer relevant since we switched over to WebGPU (#507).

Yep, I will work on implementing this soon. Thanks for reporting this!