Andraž Bajt

Results 10 comments of Andraž Bajt

Please check out https://github.com/jasonpolites/gesture-imageview If theese two widgeds merged, the result would be totally awesome.

i was having the same problems. i was trying to get pixel coordinates on original picture from on-view coordinates, given x,y and scale. didn't work out and i dropped the...

If I understand correctly you are talking about migrating a computation in progress to another machine. At first glance it seems to me like a restricted version of this is...

Haskell. Which is incidentally the language we are using.

Did not know about the paper, so thanks for the link. I'll read it and then see what I can do.

So far we've only implemented [backtracking search](https://github.com/edofic/effect-handlers/blob/8cf0ce2ab0c272daaf384ba5cd19fe8661cd135b/src/Control/Effects/Search.hs#l36-44) but I have hopes of implementing other ideas too.

I have the same issue, also cannot remap. I mitigated by using a version that is few days old (multiline prompt + submit was just introduced. Full config ```lua {...

`:messages` is empty for me (tested on 3ad20aeee036378478bfb75788c6e287964ece8e). fyi I'm using lunarvim - will try to reproduce this on a more minimal config 🤞

I can reproduce on a fresh (docker container) nvim v0.8.1, full config below (just ` .config/nvim/init.lua` + I bootstrapped packer) ```lua return require('packer').startup(function(use) -- Packer can manage itself use 'wbthomason/packer.nvim'...

@RazaGR thanks 🤦 This makes it work as expected in the minimal example now, but somehow my primary setup also started working (I had angle brackets there all along, probably...