zbryikt

Results 21 comments of zbryikt

Hi Bernd! thank you for the suggestion. Have check the issue you opened in CDNJS and really appreciate for your help. Before any progress there perhaps for a quick solution...

hi guys, sorry for taking so long to reply here. Initialization by JS will add a 'ldBar' class to target element, while no JS init runs after document is ready,...

not for now but I'm also thinking about a upgrade version for more complicated progress animation. It's actually a good idea to work with animated images since we only have...

is there an example that cause this bug? looks like this will only happen when o contains circular structure.

looks like the progress bar is actually rendered but with wrong dimension( width and height ). there is a function "fit" which should be able to use to resize the...

reference: b190750bb726cdafdc603fa87e53ffb36a27ff74 and dd66ae2373f6df570678adae8f9fbf456d2ed447 I added some options to solve this and related issues: ## data-bbox I used getBBox to calculate the progress bar's dimension, which is not available when...

do you have a sample repo to play with which I could reproduce this issue? I'm not quite familiar with Angular2, and I just tried the quickstart project, ldBar looks...

I've published an angular-loading-bar package on npm, with sample code / usage document available here: http://github.com/loadingio/angular-loading-bar can you guys try if it works?

seems simply to browserify a browserified module can cause this problem. a.js: module.exports = {b: require("./b.bundle")}; b.js: module.exports = {value: 1} build script: browserify --standalone b b.js > b.bundle.js browserify...

We constantly have users complaining about login issue; some recently reported that they are logged out instantly after a successfully login. Some of them have expired session but I can't...