Displaying 20 results from an estimated 377 matches for "heralded".
Did you mean:
headed
2014 Jun 25
3
[LLVMdev] Phabricator and private reviews
On Wed, Jun 25, 2014 at 3:30 PM, John Criswell <criswell at illinois.edu> wrote:
> On 6/25/14, 5:15 PM, Vadim Chugunov wrote:
>
> In a recent review via Phabricator, I was receiving bounce notifications for
> mail being sent to llvm-commits because of "Too many recipients to the
> message", even though I am a subscriber. I wonder how common is that.
>
>
>
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
2006 Jan 31
4
A dumb question on extracting a value from a hash
Hi,
I have the following code fragment;
@comm_type = Communication.find_by_sql(''select id from
communication_types where upper(description) = "EMAIL"'')
Which results in
>> @comm_type
=> [#<Communication:0x39a0f60 @attributes={"id"=>"4"}>]
But when I try to test an ActiveREcord against this it doesn''t work;
2006 Jan 04
11
Query Mixin by Duane Johnson
Hello
At the start of October, Duane Johnson announced the Query mixin plugin on
this list. The code was attached to the announcement email. Unfortunately,
I''ve not been able to locate the attached code. Goggle has not helped me
this time. Could somebody forward it to me?
Thanks in advance
Harvey
This e-mail has been scanned for all viruses by MessageLabs.
2006 Jan 10
5
problems overriding module with plugin
Hi I am trying to create a plug-in to fix the error in the rails core
produced by the multiple delete on a HABTM relationship. I have
confirmed that my plug-in is being included into the base during
runtime however the code does not seem to be overridding the base
class.
module ActiveRecord
module Associations
module ClassMethods
def has_and_belongs_to_many(association_id, options =
2006 Feb 24
6
[JOB] at yakimaherald.com
Friends-
I have taken a new job and will be moving at the end of March. The
newspaper I currently work for is looking for someone to take my
place. I have really enjoyed working here. It is a great environment
with very nice people to work with. And the best part is you get to
develop in Ruby and Rails, for everything!
The paper is willing to accept applications from people who would
2004 Apr 22
1
signon problem
I am using openssh version 3.6p1 under AIX 5.1. I am trying to change the
login herald. I have changed /etc/security/login.cfg, and when logging in
via telnet, I see the new herald. When I log in through ssh, using public
key authentication, I get the default herald. I am not sure if I am
changing the correct file. If I have missed something in the documentation
I apologize, but I don't see
2006 Feb 15
10
STI Question
Hi everyone,
I have 3 types of people (for now):
Staff
Faculty
Students
To break them up into classes, but keep them in the same People table,
I''ve broken them up like so (code and ''ends'' snipped):
class Person < ActiveRecord::Base
class Employee < Person
class Staff < Employee
class Faculty < Employee
class Student < Employee
So, when I insert
2006 Feb 27
3
Send parameter along with method in before_filter
Hello list,
I have an app that has a very simple authorization scheme. A person can have
many roles and roles can have many people.
In my app, I''d like to do
before_filter :login_required (since no role name is provided, it accepts
any users with credentials)
before_filter :login_required ("administrator") (only accepts those with
role administrator)
before_filter
2006 Jan 23
8
OT: Problem rotating logs with lighttpd
Hi everybody,
this is a little OT. We are using Lighttpd as a webserver for Rails.
Our problem is that when we rotate the logs everyday at the end of the
process, lighttpd stops writing the logs. To solve this we have to
restart the server manually each time.
We use a common Debian, lighttpd-1.4.7, Rails 1.0 and fcgi-2.4.0.
I have tracked the lighttpd bugs, and I haven''t found
2014 Jun 26
2
[LLVMdev] Phabricator and private reviews
I have seen the "Too many recipients to the message" several times.
A limit of 10 includes the patch author and the list leaving just 8
subscribers/reviewers is way too low.
Given that these e-mails can be sent only by a Phab. user I'm not sure that
spam is a problem at all:
A potential spammer would first have to subscribe to Phab. then create a
proper diff,... far easier just to
2006 Jan 06
8
How do I write a generator?
I''d like to take some advice and write a generator to change the
scaffold.css. How do I do that? I looked on the wiki and googled it
but have not found anything yet.
Any help would be much appreciated.
bruce
2006 Feb 28
5
List and update installed gems?
Hi, could someone tell me how to list and update the currently
installed gems on my rails installation?
Thanks in advance,
-Conrad
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
2018 Jan 22
2
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
This seems to happen for several projects including libcxx, libcxxabi, and
libunwind.
Shouldn't herald and the commit hooks do the same thing?
Here's a link to the rule herald is using: https://reviews.llvm.org/H270
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2005 Dec 28
8
Rails app lags after inactivity
Hi all. I have two Rails applications. Each is on its own VPS hosted by
Pipespring (excellent service btw).
My app runs lightning quick - AFTER the first load. If I visit my site after
a period of inactivity (i.e. no visitors to my site), it takes up to 10
seconds to load that first time. After that I can hop around with no
problems.
Has anyone run into this before? Ideas?
- Rabbit
2005 Dec 29
5
help with installing login_engine
Hello,
I did a script/plugin discover
then script/plugin engine
then script/plugin login_engine
The discover worked, but I get engine and login_engine not found.
I am using a Mac
Thanks
Frank
2006 Mar 14
5
Maddening library loading problem
Hi everyone.
I recently wrote a nice module that I want to use in my rails app. It
consists of a few files in a directory that I have places in the lib
directory. It looks like this:
/lib/KMLTools/foo.rb, bar.rb, baz.rb
Some of these files load each other and I finally got those to work by
using the File.dirname(__FILE__) trick. When I simply require the file
into my controller, everything is
2006 Jan 31
3
Random 502 Bad Gateway
I have moved my project to a dedicated server and I am getting a very
annoying behaviour.
I am able to view the site just fine when using the ip.
The name is properly resolved on my computer, however I am getting
"Bad Gateway The proxy server received an invalid response from an upstream
server."
This is simply random. The site works for several minutes, then i get this
message for some
2020 Jun 25
3
[cfe-dev] Phabricator Maintenance
On 6/24/20 3:41 PM, Chris Lattner via llvm-dev wrote:
>> When I looked into this possibility (GitHub PR) when we merged MLIR in the monorepo: just Herald rules was already a blocker and I couldn't find a replacement readily available on GitHub. The handling of stack of revisions on GitHub was another problem mentioned.
> Fair enough - I haven’t investigated the technical issues with