Maxime Lévesque
Maxime Lévesque
@ajo2995 is "localData" supported in the current release ? I tried it and it doesn't seem to work, it's definitely a worthwhile feature...
@dasmoth the use case I have is that I need to show a small number of trancsripts, proteins, peptides (never more than a dozen at a time), but the data...
### + 1000 !
It works wonderfully, thanks !
+1000 @markjfisher I was about to create an issue for this precise feature (the ability to have multiple pulse sinks and sources), @falkTX please accept this pull request !
@markjfisher brilliant ! I volunteer for beta testing ! ;-)
I'm using this hack as a (total) workaround, for lack of time to implement a proper fix, fortunately the ng-paste gets called after the paste so I can clear the...
I am getting the same issue, when I launch the server in production mode. I am using razzle (which uses webpack to build) The problem is that it is the...
If I'm mot mistaken, this will crash all apps that uses server side rendering: https://github.com/Wikiki/bulma-carousel/blob/master/src/js/utils/device.js
This is my work around until the issue gets fixed, the line : ``` import bulmaCarousel from 'bulma-carousel' ``` is replaced by : ``` const bulmaCarousel = (() => {...