Julien MUETTON
Julien MUETTON
I investigated a bit on this, and it seems that calling `list.focus()` after the `append` fixes the issue. I have no idea how to force this behavior in `react-blessed` though.
As far as I can tell, there's a few things that can help: - `yarn bin` lists all the `bin` commands from packages. It is slow, but according to @arcanis...
to correct this issue, I just changed following ( around line 35): ``` branchpath=$(echo $branch|cut -f1 -d/) echo $tags|grep $branchpath >/dev/null 2>&1 && tags=$branchpath ``` with ``` branchpath=$(echo $branch|cut -f1...
Hi, feel free to send a PR to fix it, if it fits the requirements it will definitely be merged :) julien On Wed, Oct 19, 2011 at 1:22 PM,...
Hi, Can you please provide your event details ? Are all the browsers using the same timezone ? Julien. Le 17 mai 2012 09:18, "jason-faulkner" < [email protected]> a écrit :...
Hi Kamil, I'll have a look with @K-Phoen about your PR, we'll keep in touch. thanks for contributing ! Julien.
Hi, I thought this one was fixed, thanks for the report I'll investigate.
you might invstigate on what changed in jquery ui for draggable and droppable in 1.8 releases. maybe the last version (1.8.10) corrects something. otherwise, have a look to **_addDraggableToCalEvent** function...
Hi, did you check for timezone offset ? Julien
here is a thread with some ideas: http://groups.google.com/group/jquery-week-calendar/browse_thread/thread/c3c1233ebc5fb5a9