Displaying 20 results from an estimated 1000 matches similar to: "[Bug 3198] New: Custom critical options are not lexically ordered"
2006 Apr 04
7
odd error
Hello everybody.
I have just started trying rails, got instant rails and radrails... Made a new project, and when I tried to create a model I get the following error:
Project> ruby script/generate model user -h
-e:3:in `load'': no such file to load -- script/generate (LoadError)
from -e:3
I?m sure this is a newbie question, I?ve searched the documentation and
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi,
does anybody know if TMail supports nested multipart messages? I read
a changelog that indicates so
(http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but
I haven''t been able to get it working so far.
Maybe I am doing something wrong here?
I attached the sample mail. Here is the code to parse it:
require File.dirname(__FILE__) +
2012 Apr 28
2
"Modified Diebold-Mariano Test" with forecast package
Hi
I tried to calculate modified Diebold-Mariano Test in R . I have already
find a "forecast" package to calculate the
Diebold-Mariano Test.
Please let me know how to obtain " Modified Diebold-Mariano Test" ?
Regards,
Serdar
--
View this message in context: http://r.789695.n4.nabble.com/Modified-Diebold-Mariano-Test-with-forecast-package-tp4594648p4594648.html
Sent from
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
Hi there,
I have seen in the file column plugin (
http://www.kanthak.net/opensource/file_column/) from Sebastian Kanthak or
David''s acts_as_taggable plugin that to register my functionality I need to
do something like this:
ApplicationHelper.send(:include, InPlaceEditAssociations)
I am wondering why not:
(a)
module ApplicationHelper
include InPlaceEditAssociatons
end
or:
(b)
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires.
I am getting the following error when I do the net ads join command:
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
I am running Debian, kernel 2.4.18 (geez, I should upgrade).
I searched everywhere for this error but I can?t find any solution.
Wbinfo -u works fine.
kinit
2006 Nov 24
2
Diebold Mariano Test
Dear List
Has anyone used R to distnguish between alternative forecasting models? In particular
is the Diebold Mariano test available for use within R.
Any assistance would be greatly appreciated.
Graham Leask
Lecturer in Strategy
Economics & Strategy Group
Aston University
Aston Triangle
Birmingham
B4 7ET
Tel: 0121 204 3150
E Mail: g.leask at aston.ac.uk
2006 May 13
10
new user
Hi!!!!
I''ve tried ROR! it''s fantastic!!! wonderful!!!
I WANT LEARN ALL ABOUT IT!!!
Do you have some links ( if exists in italian language ), or suggest me
some book i can buy??
thx very much
--
/\/\ariano Di Felice
Java PHP Python programmer
with MySQL, PostgreSql, SQLite and Oracle support
Linux Platform Developer
mariano.difelice@gmail.com
Tel. 0735 703735
Cell +39 339
2014 May 19
3
Opus DTX issue report
Hello:
We noticed that opus reconstructed noise is pulsing with a 400ms pattern when dtx is enabled in silk mode. This is independent of the background noise level and is found with speech + non-speech period test files as well as variable level noise-only test files. This issue can be reproduced with opus v1.1 using this command:
./opus_demo voip 16000 1 25000 -dtx input.bin
2006 Feb 11
16
Why does''nt rails pick up more metadata from a mysql schema?
Hi,
when I define a db column to be non-nullable or of length 20 or as
numeric, I would expect rails to validate that, but that doesn''t seem
to be the case.
Any idea why that is? The metadata is accessible, at least in the mysql case.
I am using rails 1.0 with mysql 5.
Cheers,
Mariano
2008 Aug 15
5
Add more disk
Hello
¿How could I add more disk space and another partition to my Windows 2k3
domu? I dont want to resize the C: partition a need a newone.
kind regards
-----Mensaje original-----
De: John Leach [mailto:john@johnleach.co.uk]
Enviado el: Viernes, 15 de Agosto de 2008 12:25
Para: Xen-users@lists.xensource.com
Asunto: Re: [Xen-users] Live migration - Networking take 2 minutes or so
to return
2012 Feb 02
2
contar caracteres de los elementos de un factor
Hola, necesito contar la cantidad de caracteres de cada elemento de un
vector o factor
Por ejemplo si el factor es:
a<-c("jose", "javier", "mariano")
aplicando alguna funcion, el resultado q quiero es
4, para jose
6 para javier
7, para mariano
q es la cantidad de caracteres q tiene cada uno de los elementos del factor
a
probe usando length(a) y me da la
2020 Jul 31
2
Mejor paquete machine learning
Puedes poner el post de kaggle?
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Emilio L. Cano <emilopezcano en gmail.com>
Sent: Friday, July 31, 2020 6:05:57 PM
To: Jesús Para Fernández <j.para.fernandez en hotmail.com>
Cc: r-help-es en r-project.org <r-help-es en r-project.org>
Subject: Re: [R-es] Mejor paquete machine learning
Yo
2006 Mar 25
2
Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
Hi,
I want to write a plugin that uses JavaScript and I am wondering how to put
the static content, i.e. the JavaScript, in place?
I read the documentation I found (
http://wiki.rubyonrails.org/rails/pages/Plugins and links) and looked at the
listed plugins.
One thing I found was that subversion seems to be a prerequisite for
providing or even installing plugins. Is that right?
The other thing
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
Hi all,
I would like to know if there is any application replacement for the
AgentCallBackLogin() from asterisk 1.4 on asterisk 1.6. I know, from what
I've read that the call back login agent can be done using a smart dialplan
as showed on the docs. But I cannot thinks a flexible dialplan for a dinamic
reassignation of agents to different queues every day.
Thanks in advance.
Mariano
2009 Oct 13
2
"add machine script" when using samba + ldap
Hi,
I'm reading
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html ,
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-bdc.html
and
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html
and I'm still not quite sure...
If I set up a network with one samba 3 PDC and a few samba 3 BDCs, all
pointing to the same OpenLDAP server and
2020 Jun 05
3
líneas sobre un mapa
Gracias Emilio y Jorge. Tengo que explicarlo mejor. Mostrando a una
audiencia cómo hacer un tipo de análisis, se hace un loop (abajo) que
analiza un mapa por regiones longitudinales. Tal y como está el script,
print(i) te indica la longitud por la que va (de 10º en 10º) pero me
gustaría que en vez de eso te fuese representando una línea vertical sobre
el mapa, que he representado previamente con
2020 Jul 31
2
Mejor paquete machine learning
El problema es que te obligaran a usar tibbles y yo soy mas de data.table....
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Emilio L. Cano <emilopezcano en gmail.com>
Sent: Friday, July 31, 2020 5:58:00 PM
To: Jesús Para Fernández <j.para.fernandez en hotmail.com>
Cc: r-help-es en r-project.org <r-help-es en r-project.org>
Subject:
2009 Nov 10
2
selective disable_plaintext_auth
Hi,
I've been using dovecot for some time now, always with the setting:
disable_plaintext_auth = yes
so that no user can accidentally expose their username/password in the open.
However, I'm now trying to configure a webmail client in a nearby server
which doesn't support TLS or SSL IMAP connections :-(
Is there any way to allow plaintext_auth only for a small set of IP
2009 Oct 15
4
using ldap only idmap
Hi,
I'm trying to make a "pure ldap" setup, whereas users, groups, id
mappings and everything that is supported with LDAP be in the LDAP tree
and managed directly by samba.
That is, I'm using:
ldapsam:trusted = yes
ldapsam:editposix = yes
And NOT using smbldap-*.
My smb.conf is here: http://wiki.clueless.com.ar/SambaLdap/smb.conf-PDC
I created the LDAP tree root
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
Hi,
I am from a Java background and pretty new to Ruby and Rails.
What I am wondering is how I would shared state accross requests and users
without involving IO, i.e. use memory.
My current understanding is that for each request a new process ist spawn
and therefore it gets its own memory. So no sharing can take place between
requests?
Do I understand this right? For those who know