search for: migo

Displaying 13 results from an estimated 13 matches for "migo".

Did you mean: amigo
2007 Jul 04
2
timeout error
...ocal/lib/site_ruby/1.8/rubygems/custom_require.rb: 27:in `require'' from script/runner:3 I have tried to do something like: timeout(20000) do #code here end but the script stoped after the same time. Can anybody help me on this or point me into the right direction? Thaks a lot, migo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2007 Jul 22
4
single table inheritance problem
...ot Category This error does not appear if do not call the list_pages method before. If I change the line PageWiki.find(:all) to Wiki.find(:all, :conditions =>"type=''PageWiki''") it all works. Does anybody have any ideas what happens here? Thanks a lot for any help. migo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2007 Sep 17
0
keep sessions while switching domains
...at a later stage. The new session cookie will have this newly generated id. How can I tell Rails to use my session id ? Has anybody an idea on how to do this? I must get the old session transferred to the new domain in order to access the session data. Many thanks in advance for any help on this. migo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...support for SiFive SoC platform hardware. + This enables support for SiFive SoC platform hardware. endmenu diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index cee24c308337..60a113114a76 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -231,7 +231,7 @@ config SH_MIGOR select REGULATOR_FIXED_VOLTAGE if REGULATOR help Select Migo-R if configuring for the SH7722 Migo-R platform - by Renesas System Solutions Asia Pte. Ltd. + by Renesas System Solutions Asia Pte. Ltd. config SH_AP325RXA bool "AP-325RXA" diff --git a/arch/sh/mm/Kconf...
2013 Oct 18
0
pamer.fnc y la nueva versión de R
...desarrollar y compartir, como es el caso de R, seguramente conoce de problemas que tuvo que decidir mientras escibía el código, y estará agradecido porque hay gente que utiliza su aporte, su trabajo no fué a la nada, todo lo contrario. En mi caso un solo autor tuvo una respuesta negativa para con migo. Javier Marcuzzi 2013/10/18 Javier Villacampa González <javier.villacampa.gonzalez@gmail.com> > Hola buenas. > al final corri el siguiente código en mi máquina de casa. El problema es > que ha habido algún cambio en la librería lme4, que hace incompatible los > nuevos objetos...
2013 Oct 18
3
pamer.fnc y la nueva versión de R
Hola buenas. al final corri el siguiente código en mi máquina de casa. El problema es que ha habido algún cambio en la librería lme4, que hace incompatible los nuevos objetos lmer con la funcioón pamer.fnc. En este tipo de situaciones imagino que lo propio sería ponerme en contacto con el autor o intentar corregir yo mismo el código o incluso ambas. ¿Es decortes escribir al autor reportandole el
2013 Oct 18
2
pamer.fnc y la nueva versión de R
..., como es el > caso de R, seguramente conoce de problemas que tuvo que decidir mientras > escibía el código, y estará agradecido porque hay gente que utiliza su > aporte, su trabajo no fué a la nada, todo lo contrario. > > En mi caso un solo autor tuvo una respuesta negativa para con migo. > > Javier Marcuzzi > > > 2013/10/18 Javier Villacampa González < > javier.villacampa.gonzalez@gmail.com> > > > Hola buenas. > > al final corri el siguiente código en mi máquina de casa. El problema es > > que ha habido algún cambio en la librería lme4,...
2006 Apr 20
8
SCM for a Rails project - Darcs or Subversion?
Hi everyone. I''m choosing an SCM for my current Rails project. Up until now, for my other (non-Rails) codings, I used Darcs and liked it very much. I''d prefer to use Darcs for my Rails development as well. Looking into the matter, I''m somewhat deterred by the appearant dominance of Subversion as the SCM tool of choice for Rails hackers. Is there a technical reason for
2013 Oct 18
0
pamer.fnc y la nueva versión de R
...; caso de R, seguramente conoce de problemas que tuvo que decidir mientras >> escibía el código, y estará agradecido porque hay gente que utiliza su >> aporte, su trabajo no fué a la nada, todo lo contrario. >> >> En mi caso un solo autor tuvo una respuesta negativa para con migo. >> >> Javier Marcuzzi >> >> >> 2013/10/18 Javier Villacampa González < >> javier.villacampa.gonzalez@gmail.com> >> >> > Hola buenas. >> > al final corri el siguiente código en mi máquina de casa. El problema es >> > que ha...
2013 Dec 02
1
pamer.fnc y la nueva versión de R
...uramente conoce de problemas que tuvo que decidir mientras >>> escibía el código, y estará agradecido porque hay gente que utiliza su >>> aporte, su trabajo no fué a la nada, todo lo contrario. >>> >>> En mi caso un solo autor tuvo una respuesta negativa para con migo. >>> >>> Javier Marcuzzi >>> >>> >>> 2013/10/18 Javier Villacampa González < >>> javier.villacampa.gonzalez@gmail.com> >>> >>> > Hola buenas. >>> > al final corri el siguiente código en mi máquina de casa....
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--
2005 Oct 07
1
overlap zaphfc - dialtone
Hello all, I have a problem with overlap dialing and don't know how to get rid of it. My setup is: 1 HFC card with bristuff -> ZAP/g1 (2B + 1D channels), SIP phones (I just removed TDM400P with 4 FXS) I created test extension 222 which goes directly to g1. In Zapata.conf overlapdial is set to yes. First I created this extension: exten => 222,1,Dial(zap/g1,100,tc)