Luc Franken

Results 9 comments of Luc Franken

@Chun-Yang did you ever find a solution for this issue? We encounter the same with id's generated by: new Meteor.Collection.ObjectID()._str for example an ID: 8298e2f637a1a4b9e114abe8 24 characters it is. If...

The current version on Atmosphere returns ground:[email protected] so this issue seems solved. Tested on Meteor 1.6

Thanks for the quick reply! I strongly like the concept but it seems it needs to be more stable. I get lots of non loading pages, timeouts etc. which make...

Thanks @jakobrosenberg I did some further research on this issue and came to the following conclusions: The fade = true / false setting and the UncontrolledAlert do not make any...

We moved to generating the a PDF (for which we needed the image) and used PDFMake which can internally generate a QR code.

This would also be very handy for Gantt charts alike arrows which can be of great use. Is there any pull request we can help with?

In case one is searching, the example above is in general correct but your state var might changes earlier in the process causing undefined variable issues. const archerRef = useRef(null);...

We found: https://icons.getbootstrap.com/icons/bar-chart-steps/ which seems to work out and is clear for our users. Might be good to tag this icon with: "gantt"

Isn't this something where scopes would be the suggested solution by the package?