search for: yeas

Displaying 20 results from an estimated 798 matches for "yeas".

Did you mean: year
2010 Jul 05
0
Serialized JSON object importation
Hi, I would like to import a serialized object (from a JSON export) inside my database. It work fine if for instance I do: >> l = Yea.create(:title => "foo bar") => #<Yea id: 3, title: "foo bar", created_at: "2010-07-05 21:44:54", updated_at: "2010-07-05 21:44:54"> >> j = l.to_json =>
2017 Oct 20
2
Post-login scripting
On 10/20/2017 04:50 PM, j.emerlik wrote: > I understand that Dovecot SASL does not support the Post-Login scripts. Yea, perhaps not. The concept it follows for POP3/IMAP is a wrapper for the executable launched to perform the actual service, and there is no such service when dovecot is only a SASL auth server for an external program. On the other hand a postfix policy server can let you
2007 Apr 10
2
Dovecot deliver agent - dovecot.conf permissions
I started playing with deliver, and saw a permission error in the logs for dovecot.conf. Under my distro install, /etc/dovecot.conf was installed owner/group root, with only user rw rights. I added "other" read privileges and deliver is happy - is this necessary? -- Daniel
2018 Jan 24
2
Hitting kMaxNumChunks
On Wed, Jan 24, 2018 at 11:30 AM, Kostya Serebryany <kcc at google.com> wrote: > +Aleksey, who has been dealing with the allocator recently. > > If you have a "((idx)) < ((kMaxNumChunks))" (0x40000, 0x40000) > check failure, it means that you've allocated (and did not deallocate) 2^18 > large heap regions, each *at least* (2^17+1) bytes. > This means, that
2012 Feb 13
0
[LLVMdev] Error building Clang?
Did you 'svn up' on both your llvm and clang checkouts? Yea, what Ben said.. Ben, Does 'make up' update the test-suite/compiler-rt as well? Chad On Feb 13, 2012, at 12:33 PM, Ryan Taylor wrote: > llvm[4]: Compiling CGExprConstant.cpp for Release+Asserts build > CGExprConstant.cpp:814:53: error: too many arguments to function call, expected 2, have 3 > return
2004 Aug 06
2
best URL to link to a stream
Todays problem: I am not sure what the html is to get the player to fire up. The goal is: click a link, sit back and relax while the player comes up, buffers for about 30 seconds, and starts playing. I am doing some testing, and having mixed results. Unforunatly, what works on one system doesn't allways work on others. I am looking for the works on all systems solution. (yea right!) Is such
2018 Jan 25
1
Hitting kMaxNumChunks
On Wed, Jan 24, 2018 at 12:10 PM, Frederik Deweerdt < frederik.deweerdt at gmail.com> wrote: > On Wed, Jan 24, 2018 at 11:30 AM, Kostya Serebryany <kcc at google.com> > wrote: > > +Aleksey, who has been dealing with the allocator recently. > > > > If you have a "((idx)) < ((kMaxNumChunks))" (0x40000, 0x40000) > > check failure, it means that
2015 Jan 18
4
Documentation link on new Firefox CentOS 7 splash screen
On 01/15/15 22:55, Darr247 wrote: > On 16 January 2015 @00:34 zulu, Digimer wrote: >> So either the link should be changed or the linked page should be >> updated. >> > > Well, until someone rewrites the redhat docs so they don't violate > copyright laws, and links to them on that centos.org/docs page, I'll > continue perusing and referring to the RHEL 6
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
On 2016-04-06 20:27, Timo Sirainen wrote: > On 06 Apr 2016, at 16:54, Tom Sommer <mail at tomsommer.dk> wrote: >> >> Sometimes my redis connection times out, both for pop3, imap and lmtp. >> I have no idea why, when I do a "doveadm quota recalc -u" it works >> just fine? >> I'm thinking the connection is lost somehow and not retried? >>
2012 Feb 13
4
[LLVMdev] Error building Clang?
llvm[4]: Compiling CGExprConstant.cpp for Release+Asserts build CGExprConstant.cpp:814:53: error: too many arguments to function call, expected 2, have 3 return llvm::ConstantArray::get(VMContext, Str, false); I get this error when building LLVM, after svn up for trunk, any idea why? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 02
4
[PULL] virtio/vhost: cross endian support
On Wed, Jul 01, 2015 at 12:02:50PM -0700, Linus Torvalds wrote: > On Wed, Jul 1, 2015 at 2:31 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > virtio/vhost: cross endian support > > Ugh. Does this really have to be dynamic? > > Can't virtio do the sane thing, and just use a _fixed_ endianness? > > Doing a unconditional byte swap is faster and simpler
2015 Jul 02
4
[PULL] virtio/vhost: cross endian support
On Wed, Jul 01, 2015 at 12:02:50PM -0700, Linus Torvalds wrote: > On Wed, Jul 1, 2015 at 2:31 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > virtio/vhost: cross endian support > > Ugh. Does this really have to be dynamic? > > Can't virtio do the sane thing, and just use a _fixed_ endianness? > > Doing a unconditional byte swap is faster and simpler
2008 Oct 03
5
Proposed New Mailing List
Karanbir Singh wrote: > And yea, working on setting up a sort of list to handle > much of this semi OT traffic. More news on that around > Wed next week, dint ask about it now. Off course people are going to ask. In my opinion as long as a topic is marked OT, it is preferable to one not marked but one in which the OP has not even done basic research on his problem. One distro had a
2017 Oct 20
2
Post-login scripting
No, it's entirely my own. If all you want to do is write client IP addresses to a database then your script will probably fit in 20 lines of code or so. On 10/20/2017 05:04 PM, j.emerlik wrote: > Which one policy server are you using ? > Someone from that list : http://www.postfix.org/addon.html > > 2017-10-20 16:53 GMT+02:00 Gedalya <gedalya at gedalya.net>: > >>
2018 Jul 23
2
Relinking (syscall-free) ELF executable into Mach-O and PE executables
Couldn’t you write the relocations to the ELF executable? I don’t know if current linkers have support for this, but it seems possible in theory to make a relinkable executable. If you want to do this with an already linked executable though, then yea this won’t be possible. On Fri, Jul 20, 2018 at 10:30 AM Reid Kleckner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Typically
2008 Aug 13
3
Search for (any of) multiple terms slow
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, this may be an obvious logical problem I'm not aware of, which cannot be solved any more efficiently... but maybe it's just a bug or there is potential for optimisation in Dovecot (or Thunderbird?). When searching for multiple terms at once ("any of") with Thunderbird/Dovecot (using FTS Squat indexes), it takes much longer (not
2012 Oct 19
2
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
On Fri, Oct 19, 2012 at 1:05 AM, Michael Spencer <bigcheesegs at gmail.com>wrote: > On Wed, Oct 17, 2012 at 10:18 AM, Manuel Klimek <klimek at google.com> wrote: > > Dear LLVM / Clang community, > > > > we'd like to open the use of Phabricator as an optional tool for doing > code > > reviews to a wider audience. Please feel free to start your code
2008 Feb 02
3
Question abt redirect_to..
I found a reference to using attachment_fu and followed the lead of it but having an issue with the redirect_to that renders the fb:render tag - In my form I''m setting the canvas to false, file is being uploaded / save fine but when I attempt to redirect: redirect_to :action => :new, :canvas => true Unfortunatly it looks like my callback URL is getting printed twice, e.g.
2011 Sep 03
2
Change properties of line summary in interaction.plot
Is it possible to change the color/thickness of the summary line in an interaction.plot without changing the other individual data lines? I would like to make the line from the summary function (mean) the color red and thicker than the surrounding black lines. How can I do that? Here is a link to interaction.plot: http://stat.ethz.ch/R-manual/R-patched/library/stats/html/interaction.plot.html
2005 Mar 17
4
Specifying Which Environment I Am In
After I have uploaded my app where do I specify that my app should now use production environment settings and not development? Can that be done dynamically so that I don''t have to reset a value once I upload website? Thanks for your help!