search for: anib

Displaying 11 results from an estimated 11 matches for "anib".

Did you mean: andb
2007 May 21
2
logger anybody?
...x253cdec> Not sure if this is the spected behaviour (haven''t checked under the hood) It was just annoying not having a logger instance available as in Rails out of the tests. -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com http://www.to2blogs.com http://anibal.rojas.com.ve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070521/8d88fe12/attachment.html
2011 Jun 08
0
Invitación a conectarnos en LinkedIn
LinkedIn ------------ Me gustaría añadirte a mi red profesional en LinkedIn. -Daniel Anibal Daniel Anibal Guerrero Bibliotecario en Museo Nacional del Inmigrante- Argentina Confirma que conoces a Daniel Anibal Guerrero https://www.linkedin.com/e/-7o0xwv-goouq8ed-3r/isd/3154013839/BukbDg4B/ -- (c) 2011, LinkedIn Corporation -- You received this message because you are subscribe...
2007 Jun 19
1
Bug#402249: Stable API now?
Hello, I'm also interested on libvirt and was going to produce the patch for libxen when I noticed this bug. Bastian, I'd like to know if you could do it now since 3.1 has release the 1.0 version of API and then it looks now these changes has calm down a bit. Can you merge Anibal's patch? -- O T A V I O S A L V A D O R --------------------------------------------- E-mail: otavio at debian.org UIN: 5906116 GNU/Linux User: 239058 GPG ID: 49A5F855 Home Page: http://otavio.ossystems.com.br --------------------------------------------- "Micros...
2006 Dec 09
4
Bug#402249: xen-3.0: please build libxen3.0 and libxen3.0-dev
Package: xen-3.0 Severity: important Version: 3.0.3-0-2 Tags: sid Hello, I need libxen3.0 and libxen3.0-dev to package libvirt (please see: #384300). Thank you, An?bal Monsalve Salazar -- http://v7w.com/anibal -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20061209/04028dba/attachment.pgp
2007 May 27
1
annotate_models plugin to annotate RSpec specs and fixture
I have found useful to have the table information associated to models disp?ayed in the models and fixtures files of my rails applications. If you want to add this information to the spec_fixtures and specs add the following patch to your plugin. Index: vendor/plugins/annotate_models/lib/annotate_models.rb =================================================================== ---
2014 Jun 24
0
[PATCH 1/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
..._bug.cgi?id=76732#c34 My initial report and discussion on freenode, #nouveau: http://people.freedesktop.org/~cbrill/dri-log/?channel=nouveau&date=2013-11-23 followed by initial patch proposal: http://permalink.gmane.org/gmane.comp.video.dri.devel/95943 From today on #nouveau: Tested-by: Anibal Francisco Martinez Cortina <linuxkid.zeuz at gmail.com> As reported on #nouveau, every now and then someone trips over this issue and falls back to enabling efifb so X server accepts to start without explicit configuration. It would also be worth to add for first patch: Cc: stable at vg...
2004 Aug 06
2
Are someone using icecast on AIX
Hello for all, I'm looking for someone that are using icecast on AIX (my oslevel 4.3.3.0, and gcc 2.95.3.0), or someone could help me. I'm trying to compile icecast and get some error, see below... Thank's Anibal ------------------- # ./configure loading cache ./config.cache Building icecast-1.3.12... checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking...
2009 Dec 21
4
Fw: W2KSP4 Problem
I was having a problem with my Samba PDC with LDAP backend. Some of my workstations (W2kSP4) couln't log into the domain. I removed the machines from the domain, changed the name, created a new machine-account, but I still can't add the machine to the domain. smbclient -L localhost Enter root's password: Anonymous login successful Domain=[DCHOMO] OS=[Unix]
2008 May 21
32
Rack, Camping 2.0++
=== 1. Camping on Rack === I''ve just finished rewriting Camping to use Rack in the "core". I got rid of (a little less) than 1kB in camping.rb and removed lots of un-necessary files (lib/server/*.rb, fastcgi.rb & mongrel.rb). bin/camping does now only provide WEBrick, Mongrel and console-support and should only be used in development. It uses Rack::ShowExceptions to catch
2007 May 29
0
Specify methods (GET, POST) allowed for an action in Rails
Hello, I have been trying without sucess to specify that a specific action should only be reached when the appropiated method is used. I think I am missing something obvious... :-) (and yes, the context of this problem is the restful routes) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2007 May 22
0
Generate fields onthe fly for task manager
Hello, I''m trying to create a task manager , for accounting firm, they have a series of regular tasks they need to be able to control , research old records,etc... The problem is that all of these tasks have a common set of fields ,the problem is that some of them have some specific fiels (most of them just text fields). Has anyone developed a similar system and/or can give some hints on