-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor Sample App #779
Blazor Sample App #779
Conversation
@kilngod Thanks for this great sample 🥇. Would it be possible to disable secure connections via |
@m4rs-mt I'll take a look at removing the https:// from the sample app Friday. |
@m4rs-mt Marcel, turns out I had time this morning to sort out removing https:// actually simple to remove. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I had some problems running this example on a computer without OpenCL or Cuda compatible devices, as the backend throws some OutOfRange
exceptions when clicking some buttons. Should we add a note that at least an OpenCL or Cuda compatible accelerator should be available?
Another more high-level question: can we remove the pages Basic Canvas Test
and JavaScript notes
from the sample?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job 👍 Thank you for addressing my comments.
Blazor sample application