Ken Huang

Results 52 comments of Ken Huang
trafficstars

> Hi Markus, > > I think maybe there are 3 ways to delete the markers: > > 1. Set the marker to nil on every succ and error callback,...

Hi @hwiorn @threddast, If I am understanding correctly, this branch will also fix your problem, would you confirm that? thanks

Hi @eyeinsky , I think you can't reproduce the problem is because M-x org-anki-sync-all (I guess you use this command?) puts all the actions into a multi action, it's ok...

Sorry, I should post my reproduction recipe first. > What about collecting the notes into a list in the lambda in `org-map-entries` and then call the multi with that list?...

> When syncing multiple entries then running a separate HTTP request for each will add some overhead because a separate curl process is started for each, HTTP headers are sent...

> > I'm a little confused here, what does "having a queue of arrived responses" for, isn't there only one reply if using a multi request? > > Nevermind, I...

Hi @eyeinsky, After some considerations, I think your way is better. Marker is a little bit risky to use here, we have other options. So I change the code a...

Hmm, with a second look, we can directly disable it by: `(setq emacs-everywhere-paste-command nil)`

Maybe I'll investigate this if I have more time at hand.

> Just FYI, it doesn't seem to have been updated to the files under this link: https://github.com/supermedium/aframe-particleplayer-component Yeah, it hasn't shown upstream until this PR is merged. EDIT: Sorry I...