Charles-Édouard Coste
Charles-Édouard Coste
Same ! Same !
> If you are still facing the issue Just use this repository https://github.com/fxzhukov/backbone-es6-hmr > IT SIMPLY WORKS I confirm… It works
I started the job... https://github.com/charlycoste/Baikal/commits/silex Feel free to comment my commits. ;)
Thank's @mmoll. I don't know why I skipped the link ^^
Same for me on my Pixel 6 Pro (build: TP1A.220624.021.2022090400) Wallpaper seems OK on preview, but stretched when applied. The strange thing about it is that everything was OK before...
Hi! Could you merge or reject please?
@bunnybooboo OpenID can do the same as IndieAuth, but can also handle the provider aspect. http://openid.net/specs/openid-authentication-2_0.html#anchor50
Actually, with your solution,`return $("#" + l_object)` will query the DOM each time you use `$.jqplot.getTarget` I was more thinking about caching variables like [BackboneJS](http://backbonejs.org/) does: ``` javascript // Creates...
So you would use `this.target` **and** `this.$target` to let developers use the DOM or jQuery. By the way, the problem of the unique `id` is the subject that gave me...
Is it possible to use "partials" as described in the man (http://mustache.github.com/mustache.5.html) ?