Displaying 13 results from an estimated 13 matches for "autoclose".
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi,
This is a simple trick to get autoclose parenthesis on windows.
If you like how StatET autocloses parens, but like to use the lighter
Vanilla R, you can use autohotkey (http://autohotkey.net) to provide
this functionality.
Simply put the below code in a text file, rename extension as .ahk and
doubleclick on it to execute.
------------...
2010 Jul 01
6
Close Modalpopup with RJS
...:atoken => oauth.access_token.token,
:asecret => oauth.access_token.secret,
})
sign_in(user)
# page << "window.close()"
redirect_to session[:return_to] rescue redirect_to :controller =>
"home"
# redirect_to :controller => "sessions/autoclose"
end
As you can see, by the commented out code, I attempted to push
"window.close()" but it gave me an error message. i then tried to
redirect to another window which autoclosed, but when I did that, it
redirected the main window to autoclose as well. I''m a rails noob, so...
2019 Jun 02
3
FYI: LLVM Phabricactor notifications.
...ating factors in deciding what the notifications
> should actually be doing... one major source of complexity stems from the
> fact that we re-import most commits multiple times. This makes it hard to
> reason about how different notifications will fire, and which source will
> actually autoclose differential revisions.
>
>
>
> The current state is that most commits should notify the committer twice:
> once for the Subversion repo (repo callign rL), and once for git master
> (rG). I think this may actually be the best state while we're living in
> both worlds: the S...
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
This allows users to start an independent instance of unicorn on
a the same port as a running unicorn (as long as both instances
use :reuseport).
ref: https://lwn.net/Articles/542629/
---
lib/unicorn/configurator.rb | 19 +++++++++++++++++++
lib/unicorn/socket_helper.rb | 30 ++++++++++++++++++++++--------
test/unit/test_socket_helper.rb | 8 ++++++++
3 files changed, 49 insertions(+), 8
2016 Jan 07
3
Phabricator/Arcanist feedback
...the way you would write it if you
> didn't use phab. There really is no need for arc if you don't like it (I
> personally use it for everything but the commit).
>
Trick is (as mentioned later in the thread) to leave the "Differential
Revision: " tag in there so it'll autoclose the review (if you like - you
can do this manually, of course). Like you, Manuel, I tend to use arc to
upload (which rewrites my commit message to include the diff rev tag and
other bits) then manually git svn commit (after editing the commit message
down - usually dropping a few of the extra Diffe...
2020 Jul 28
3
Please unbreak phabricator
Sorry, I didn't notice this change of default last night.
Thanks for fixing this!
--
Mehdi
On Tue, Jul 28, 2020 at 5:50 AM MyDeveloper Day via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I've made the change
>
> https://reviews.llvm.org/harbormaster/plan/5/
>
> MyDeveloperDay <https://reviews.llvm.org/p/MyDeveloperDay/> changed the Hold
> Drafts
2019 Jun 01
2
FYI: LLVM Phabricactor notifications.
...ere are some complicating factors in deciding what the notifications
should actually be doing... one major source of complexity stems from the
fact that we re-import most commits multiple times. This makes it hard to
reason about how different notifications will fire, and which source will
actually autoclose differential revisions.
The current state is that most commits should notify the committer twice:
once for the Subversion repo (repo callign rL), and once for git master
(rG). I think this may actually be the best state while we're living in
both worlds: the SVN commit is the source of truth,...
2016 Jan 07
2
Phabricator/Arcanist feedback
...way you would write it if you didn't use phab. There really is no need for arc if you don't like it (I personally use it for everything but the commit).
>>
>> Trick is (as mentioned later in the thread) to leave the "Differential Revision: " tag in there so it'll autoclose the review (if you like
>
> This does not work for me, I use "arc diff” to create the patch and git svn dcommit, and none of my revision are closing automatically. Is there something else that need to be setup?
One thing that bit me a few times is the fact that the Differential Revisio...
2019 Jun 03
2
FYI: LLVM Phabricactor notifications.
PaulR
(sorry again if this is known knowledge)
> There's no reason for Herald to be adding project LLVM/subscriber
llvm-commits at the last second here.
Its possible the rL (LLVM) had be added as the repository in the review on
creation rather than rCFE, if thats the case then the herald rule "H270" is
going to fire because it see the repository in the review, so add LLVM
2019 May 31
2
FYI: LLVM Phabricactor notifications.
I actually run a in-house Phabricator instance with 400+ users and multiple
git repo including custom extension developments
I also follow the Phabricator development quite closely because we upgrade
every couple of weeks
I’d be more than happy to help maintain the phab instance for LLVM
MyDeveloperDay
On Fri, 31 May 2019 at 09:19, Manuel Klimek via llvm-dev <
llvm-dev at lists.llvm.org>
2003 Feb 03
4
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-02-03 16:49 -------
We haven't seen this
2015 Dec 28
5
Phabricator/Arcanist feedback
Hi,
I recently tried reviewing/committing some of my code on
Phabricator/Arcanist for the first time and I noticed that the docs
[1] ask for feedback, so here it is!
Phabricator functions reasonably well and it is a lot easier to write
comments and respond to comments on particular parts of code as
opposed to the old way of copy and pasting patches into e-mails sent
to llvm-commits. Two minors
2009 Jun 01
1
installing sn package
... 85. RWeka weka.core.SerializationHelper.write (Christian)
86. RWeka weka.core.SerializationHelper.write (Christian)
87. Re: Loop avoidance and logical subscripts (retama)
88. Re: Neural Network resource (Tony Breyal)
89. invert axis persp plot (Jack Siegrist)
90. a simple trick to get autoclose parenthesis on windows
(Jose Quesada)
91. Re: no internal function "int.unzip" in R 2.9.0 for Windows
(Romain Francois)
92. reduce size of plot inside window and place legend beside
plot (Wade Wall)
93. ggplot2 adding vertical line at a certain date (stephen sefick...