Displaying 12 results from an estimated 12 matches for "l84".
Did you mean:
184
2010 Jun 30
1
parameterization of glm nested design
Dear R community,
I am new to R, a reforming SAS user :) I am running R 2.10.1 on a Windows XP machine. I would like to write linear functions of my coefficient parameter estimates from a glm, but am having a difficult time understanding the parameterization R uses. In the toy example below I am running a glm on binomial data, with clones and lines within clones as fixed effects, each with 6
2007 Aug 30
1
problems with ''no Accept header'' request
...ccept header.
responder.rb line 37
def initialize(accept_header, params={})
MERB_LOGGER.info accept_header
@accepts = Responder.parse(accept_header)
@params = params
@stack = {}
end
@accepts seems to be later on used in negotiate_content() l84,
negotiate_by_format() l92, negotiate_by_accept_header l103
What''s the proper way of dealing with this problem?
Thanks,
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070830/b77f873a/attachmen...
2017 Aug 21
2
Brick count limit in a volume
Hi,
Gluster version is 3.10.5. I am trying to create a 5500 brick volume,
but getting an error stating that 4444 bricks is the limit. Is this a
known limit? Can I change this with an option?
Thanks,
Serkan
2017 Aug 22
0
Brick count limit in a volume
Hi, I think this is the line limiting brick count:
https://github.com/gluster/glusterfs/blob/c136024613c697fec87aaff3a070862b92c57977/cli/src/cli-cmd-parser.c#L84
Can gluster-devs increase this limit? Should I open a github issue?
On Mon, Aug 21, 2017 at 7:01 PM, Serkan ?oban <cobanserkan at gmail.com> wrote:
> Hi,
> Gluster version is 3.10.5. I am trying to create a 5500 brick volume,
> but getting an error stating that 4444 bricks is the l...
2017 Aug 23
1
Brick count limit in a volume
This is the command line output:
Total brick list is larger than a request. Can take (brick_count 4444)
Usage: volume create <NEW-VOLNAME> [stripe <COUNT>] [replica <COUNT>] ....
I am testing if a big single volume will work for us. Now I am
continuing testing with three volumes each 13PB...
2017 Aug 23
2
Brick count limit in a volume
...ine and the log entry from cli.log?
On Wed, Aug 23, 2017 at 12:10 AM, Serkan ?oban <cobanserkan at gmail.com>
wrote:
> Hi, I think this is the line limiting brick count:
> https://github.com/gluster/glusterfs/blob/c136024613c697fec87aaff3a07086
> 2b92c57977/cli/src/cli-cmd-parser.c#L84
>
> Can gluster-devs increase this limit? Should I open a github issue?
>
> On Mon, Aug 21, 2017 at 7:01 PM, Serkan ?oban <cobanserkan at gmail.com>
> wrote:
> > Hi,
> > Gluster version is 3.10.5. I am trying to create a 5500 brick volume,
> > but getting an e...
2017 Aug 23
0
Brick count limit in a volume
....log?
>
> On Wed, Aug 23, 2017 at 12:10 AM, Serkan ?oban <cobanserkan at gmail.com>
> wrote:
>
>> Hi, I think this is the line limiting brick count:
>> https://github.com/gluster/glusterfs/blob/c136024613c697fec8
>> 7aaff3a070862b92c57977/cli/src/cli-cmd-parser.c#L84
>>
>> Can gluster-devs increase this limit? Should I open a github issue?
>>
>> On Mon, Aug 21, 2017 at 7:01 PM, Serkan ?oban <cobanserkan at gmail.com>
>> wrote:
>> > Hi,
>> > Gluster version is 3.10.5. I am trying to create a 5500 brick volume...
2020 Apr 04
0
Possible Bug In Validation of UTF-8 Sequences
...om/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L61
[2]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/character.c#L148
[3]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L106
[4]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L84
[5]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/valid_utf8.h#L69
[6]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/connections.c#L3935
[7]: https://github.com/wch/r-source/blob/tags/R-3-6-3/src/main/character.c#L184
[8]: https://github.com/wch/r-source/blob/tags/R-3-6-...
2006 Apr 18
6
Help with Forms
...od|
records = Asset.find_all_by_tracking_id(prod)
end
However, this gives the error:
----------------------------------------------------------------------------
RuntimeError: ERROR C22P02 Minvalid input syntax for integer: "---
- tracking_id
- "2202045"" Fnumutils.c L84 Rpg_atoi: SELECT * FROM asset WHERE
(asset."tracking_id" = ''---
- tracking_id
- "2202045"'' )
-----------------------------------------------------------------------------
How would I loop through and find each asset record? Any help is
greatly appreciated....
2018 Aug 29
2
JIT client - late cross references
Hello Alex,
This is an interesting approach! Thank you for that!
I understand the basic idea but sadly... My skills in handling the IR are not very high, so I can't imagine where and when to replace the calls to b() with the trampoline. The only thing I can handle would be creating that trampoline variable.
Also will this approach be a problem for really time critical tasks? Since I replace
2006 Jan 17
15
legacy database and finder_sql nightmare!
This is my first rails app with a legacy database and I''m having a
terrible time getting the models set up correctly. I have an order
table that has a primary field named order_number. I have a name table
with a primary of item_number. These two tables are liked by the
item_number and the order_number, but not as you might think. If the
order_number is 2500, then each entry in
2020 Oct 29
8
[RFC] FileCheck: (dis)allowing unused prefixes
Hello all,
TL;DR; if you used FileCheck --check-prefixes and you missed (misspelled,
for instance) one of the prefixes in your test, FileCheck silently ignores
that and the test passes.
1579 tests have this property.
*The details*
*=========*
Please refer to https://reviews.llvm.org/D90281 and the discussion there
for more details (make sure you open "older changes" for full context)