blaze icon indicating copy to clipboard operation
blaze copied to clipboard

:fire: Meteor Blaze is a powerful library for creating live-updating user interfaces

Results 33 blaze issues
Sort by recently updated
recently updated
newest added

I'm currently trying to get (web)camera access into my Meteor app powered by Blaze. Camera access is requested via `navigator.mediaDevices.getUserMedia`. On Android and the web, everything works as expected. On...

As requested on https://github.com/meteor/blaze/issues/367, I started to migrate code to ES6. All tests are passing, please review and let me know for required changes.

We dont see template exceptions bubble up into our unhandled exception handler (Sentry) because Blaze catches them and reports to console as info, instead of as error. ![image](https://user-images.githubusercontent.com/85821/102271783-bb0e3400-3f17-11eb-84ec-a57fadcedd16.png) ![image](https://user-images.githubusercontent.com/85821/102271801-c06b7e80-3f17-11eb-86a8-230f5bf4c34d.png) Equally...

good-first-issue
ready

This has been mentioned from time to time and I'd like to bring this up to seriously discuss it. Removing jQuery brings some big advantages - people tend to avoid...

in-discussion

This would be a big task but I think there will be lots of benefits in terms of code-readability (especially with template-literals) and a few performance improvements either. This could...

good-first-issue

Work in progress on Blaze 3.0. Since this is a major release we will include any potentially breaking changes or major functionality in here.

I propose for 3.0 that we should add benchmark tests in order to see, if changes reduce (or better: improve) performance.

discussion

original finding by @lynchem So I tried to dig into the issue we were having a little more. I believe the problem stems from a jquery control modifying the DOM....

hacktoberfest

## Reproduction Create a new project ```bash $ meteor create testproject --blaze $ cd testproject && meteor ``` Then manually added `[email protected]` (or once release `[email protected]`) to `.meteor/packages` Then replaced...

hacktoberfest

Based on the issue from @lynchem #291 I updated to the code accordingly. Additionally I used the chance to add a custom exception handler, which I think is crucuial to...