search for: yea

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

Did you mean: lea
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 => "{\"yea\":{\"created_at\":\"2010-07-05T21:44:54Z\",...
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 record a lot of detail...
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
..., that you have live large heap chunks of 2^35 bytes (or more) in > total, which is 32Gb. > Does this sound correct? Yes, it does. Our software typically allocates several hundred Gb, and the size of the objects depend on the traffic. They would realistically reach 2^17+1 bytes. > If yes, yea, I guess we need to bump kMaxNumChunks > > I'll increase the limit to 2^19 for our build, and I'll report the results here. Thanks, Frederik
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, expecte...
2004 Aug 06
2
best URL to link to a stream
...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 a thing posible? Carl Karsten <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubsc...
2018 Jan 25
1
Hitting kMaxNumChunks
...of 2^35 bytes (or more) > in > > total, which is 32Gb. > > Does this sound correct? > Yes, it does. Our software typically allocates several hundred Gb, and > the size of the objects depend on the traffic. They would > realistically reach 2^17+1 bytes. > > > If yes, yea, I guess we need to bump kMaxNumChunks > > > > > I'll increase the limit to 2^19 for our build, and I'll report the results > here. > Yes, please do. Thanks! > > Thanks, > Frederik > -------------- next part -------------- An HTML attachment was scrubbed....
2015 Jan 18
4
Documentation link on new Firefox CentOS 7 splash screen
...from linking directly to the RHEL documentation. Then provide the appropriate link to the appropriate RHEL documentation with the explanation that, "this is a link to the documentation for RHEL upon which CentOS is based." There you have a disclaimer as well as an attribution. What say yea to this proposal? An undocumented computer program differs only slightly from a video game. Both are filled with mysteries, puzzles, and unanswered questions. -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
...orrectly, but the error is reported back to the Director, >> causing the delivery to be retried by the MTA - so the mail actually >> lands *twice* in the user's inbox. > > 1) Shrink the timeout in Redis with timeout_msecs parameter. > http://wiki2.dovecot.org/Dictionary Yea, but why is it taking 30 seconds anyway? I'll try and lower it, but I suspect I'll just get 10.000 secs errors instead? > 2) Actually it looks like the timeout handling code doesn't work at > all. It simply keeps on logging timeouts until it succeeds or the > connection gets...
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
...; > Doing a unconditional byte swap is faster and simpler than the crazy > conditionals. That's true regardless of endianness, but gets to be > even more so if the fixed endianness is little-endian, since BE is > not-so-slowly fading from the world. > > Linus Yea, well - support for legacy BE guests on the new LE hosts is exactly the motivation for this. I dislike it too, but there are two redeeming properties that made me merge this: 1. It's a trivial amount of code: since we wrap host/guest accesses anyway, almost all of it is well hidden from...
2015 Jul 02
4
[PULL] virtio/vhost: cross endian support
...; > Doing a unconditional byte swap is faster and simpler than the crazy > conditionals. That's true regardless of endianness, but gets to be > even more so if the fixed endianness is little-endian, since BE is > not-so-slowly fading from the world. > > Linus Yea, well - support for legacy BE guests on the new LE hosts is exactly the motivation for this. I dislike it too, but there are two redeeming properties that made me merge this: 1. It's a trivial amount of code: since we wrap host/guest accesses anyway, almost all of it is well hidden from...
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...
2017 Oct 20
2
Post-login scripting
...ng ? > Someone from that list : http://www.postfix.org/addon.html > > 2017-10-20 16:53 GMT+02:00 Gedalya <gedalya at gedalya.net>: > >> 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...
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 people do this kind of thing by writing a loader for the > executable format you want to run, and they create libc stubs that either > delegate or re...
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
...t sent out. If you specify a > specific reviewer, it starts the email with Hi, <name>. Which is > weird. In general review requests are to everyone, with specific > people that you know care about the code in question CCed. > I added this, as it felt a little more personal to me (yea, I know, I'm strange). I can cut it out again if people don't like it... Anybody else having an opinion? Cheers, /Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121019/6ff5d211/attachment.ht...
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!