ribx

Results 14 comments of ribx

We are also on gitlab/gitlab-runner + k8s. I can reproduce this ~sometimes~ always (if cache is present) with this simple Dockerfile: ``` FROM nginx:1.17 RUN echo "server {listen 80; root...

https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart

This is not enough in every case. If something like set(s => s + 1) is called multiple times, before a rerender, it would produce a wrong result, as the...

@davidfig I would also love to see this in! I will build a workaround now (reinitialize the plugin on resize with overwriting worldScreen* in viewport) @kurtwaldowski-echelon thank you for digging...

@AjayKoenigArcurve @kurtwaldowski-echelon : There is a nice workaround (worldScreenX = screenX * scale): ```javascript // workaround until https://github.com/davidfig/pixi-viewport/pull/373 is merged const oldScale = {x: viewport.scale.x, y: viewport.scale.y} viewport.scale = {x:...

divWheel is a div that is around the canvas, which also holds another div for my overlays. That way the events can travel through the dom tree to the divWheel...

what do you mean by "attached"? the canvas is renderer inside the divWheel div with height/width 100%, here is the code: ``` this.view = document.createElement('div') this.view.style.height = '100%' this.view.style.width =...

Its quite easy to reproduce in the demo: activate mouseEdge plugin, set radius to 0 and distance to e.g. 20. Now it works on the left and top edge as...

I habe this problem, too. With GMail. My biggest problem is, that I cannot loos all the entries I habe already made in these calendars and I cannot downgrade with...

I debugged the problem and it looks like version 1.8.1 recives a 404 http error for the same url that works with 1.8. I was able to downgrade with the...