DC

Results 233 comments of DC

is there a way to get this to work with a remote cloud GPU, eg setting $DISPLAY? this is needed for vast and runpod common problem much discussion eg https://github.com/bmaltais/kohya_ss/issues/760...

when running headless, can we point at a config file to just train without any of the UI? then we can just edit that config file in future.

@biskit did you solve this? I have exactly this problem. when a graph is updated, I'm not sure how to add events to only the new nodes. is there a...

ok this seems to work: ```ts cy.removeAllListeners() cy.on("mousedown", "node", tapStart) ```

can i change log depth? eg for error stack traces

you could charge per event like mixpanel does. your system by default currently sends all events tho...

I guess the question is around if there's a way to mix the modes a bit better or to limit the effect of the native scrolling to just target a...

thanks for the tip on the layers. OK i cleaned that up ( Transform.inFront stuff) - `appMode: true` the app responds to the scrollwheel but not touch events `appMode: false`...

![image](https://cloud.githubusercontent.com/assets/514002/7678578/1e274726-fd0a-11e4-9b4c-b5dcef711b0d.png)

the CSS (stylus) on that div looks like: ``` .vertDiv background-color #7CFB74 overflow-y scroll overflow scroll !important height 50vh border 1px dashed red -webkit-overflow-scrolling touch z-index 2 !important margin 5px...