Displaying 14 results from an estimated 14 matches for "sourcepol".
Did you mean:
sourcepole
2012 Dec 07
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
Tomas Pospisek <tpo_deb at sourcepole.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tpo_deb at sourcepole.ch
--- Comment #2 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
+1...
2005 Dec 05
0
Rails Job in Switzerland
...We are a Linux / Open Source company based in Bad Ragaz, Switzerland,
developing commercial Rails applications since version 0.8.
We''re currently looking for a skilled programmer with Rails experience to join
our team.
If you''re interested, please contact Pirmin Kalberer (pka at sourcepole.ch)
for more information.
--
Pirmin Kalberer
Sourcepole - Linux & Open Source Solutions
http://www.sourcepole.ch/
2004 Oct 19
0
Date format
...t from to European style
(dd.mm.yyyy)?
I have to switch the format in statements like
<%= @document.changedate %>
<%= text_field "document", "changedate" %>
<%= date_select "document", "changedate" %>
??
Thanks, Pirmin
--
Pirmin Kalberer
Sourcepole - Linux & Open Source Solutions
http://www.sourcepole.com
2006 Dec 14
3
Stubbing constructiors
This works:
class X
def X.initialize( stuff )
end
end
X.initialize("bla")
However stubbing it doesn,t:
require ''test/unit''
require ''stubba''
class X
def X.initialize( stuff )
end
end
class XTest < Test::Unit::TestCase
def test_
X.stubs(:initialize).with("bla")
2006 Dec 14
2
public SVN dead?
James Mead wrote:
> Trunk has moved on considerably since the last release. I really must
> get round to releasing again soon.
Righty, right. I''ve tried:
svn checkout svn://rubyforge.org/var/svn/mocha
as documented here [1], but svn will just hang forever.
Accessing any of the following:
[svn|http[s]]://rubyforge.org/var/svn/mocha[/[trunk[/]]]
either through the svn
2015 Jun 10
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
--- Comment #21 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
@Jakub Jelen specifically, but to the other people here in general as
well.
I have not studied the proposed patches, but one problem that I am
seeing in general with the approach is, that once we start
including/merging multiple configurations, we will start seeing
conflicts of config...
2016 Apr 15
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
--- Comment #25 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
Thanks to everybody how contributed patches and helped moving this
featureinto ssh. And in particular to Damien to applying patch and
tests and including the feature!
Thanks
*t
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watchin...
2008 Feb 29
0
Bug#466683: libxenstore3.0 could use a better description too
...ed it.
This applies to libxenstore3.0 as well, which includes a description
similarily low on information:
> Xenstore communications library for Xen
> This package contains the public libxenstore.
*t
--
--------------------------------------------------------
Tomas Pospisek
http://sourcepole.com - Linux & Open Source Solutions
--------------------------------------------------------
2006 Dec 13
1
Mocha: and there''s an "init.rb" in the SVN too
Sorry for the spam avalanche - there''s an init.rb file in the trunc SVN branch
too, which I''m not so sure about whether to include it or not in the Debian
package...
*t
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2006 Dec 13
1
published Mocha tarball is missing the expamples/ dir
Hello James,
am trying to package Mocha for Debian and have noticed, that both the tarball
and the zip are missing the examples/ directory.
*t
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2007 Jan 11
4
counter-intuitive behaveour when passing a proc to Mocha::Expectation#returns
Let''s say that I have a procedure that:
* gets the number of bytes to write into some file
* and returns the number of successfully written bytes
def save( text, len )
This procedure is being used all over the place especially inside the method
"process" which I want to test. Thus in order not to polute my filesystem I stub
the "save" procedure. But of course in
2013 May 20
6
MapServer setup with rails in ubuntu 12.04
Hi i have one rails application in which i need to setup the mapserver i
have added the gem https://github.com/sourcepole/ruby_mapscript
but while running the command
require "rubygems"
require "ruby_mapscript"
include Mapscript
it use to tell me
LoadError (cannot load such file -- mapscript):
can anybudy help me on this
Thanks in Advance
Arvind
--
You received this message because yo...
2006 Dec 14
1
Patch: make rdoc of lib/mocha/object.rb instead of lib/stubba/object.rb
Index: Rakefile
===================================================================
--- Rakefile (revision 73)
+++ Rakefile (working copy)
@@ -23,7 +23,7 @@
task.rdoc_dir = ''doc''
task.template = "html_with_google_analytics"
task.options << "--line-numbers" << "--inline-source"
-
2015 May 25
2
fsck failing to notice that the block device was pulled out from under it?
Hello,
tl;dr: it seems like fsck fails to notice when the block device
disappears from under it.
I have the following setup:
* external USB disk
* a partition with LUKS in it
* ext4 filesystem inside the LUKS block device
While doing backups to it I noticed that after some time backups would
fail with an error (failed to write, ).
In the following log I'm attaching the disk, enabling LUKS