hatashiro
hatashiro
Any update on this? I have a same issue when using with `stack`.
Suffering from the same issue here. Any update on the upstream?
I'm thinking of working on this. Will upload a PR in a while!
In `ghci`, `let` is used to define a repl variable. It works like below: ``` > a = 10 -- fails > let a = 10 -- no print, set...
I can reproduce the problem in my Chrome too. I am not sure of the reason, I just guess it's a browser rendering issue concerning rendering memory. Also it seems...
It could be, but I think it's more of browser issue rather than user-level one. It works fine in Safari or Firefox. I just assume it's related with GPU memory,...
I think your point is valid, perfect-scrollbar captures touchmove event. But what do you mean with drag and drop, some kind of drag-and-drop plugins or native drag-and-drop events?
ref: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API Thanks. I'll look into this, it may take some time though.
I've labelled this with `status:help wanted` for a while. I personally do not have Surface or any Windows touch device, so it's really hard to investigate this. I would do...
I'm interested in this feature too. Is this feature confirmed to be implemented? I'm willing to work on this. Edit: I'm currently now working on this, please feel free to...