similar to: Is Ferret''s SVN repository down?

Displaying 20 results from an estimated 400 matches similar to: "Is Ferret''s SVN repository down?"

2008 Mar 01
3
Possible bug when creating a Ferret::Search::Sort object?
I may have run across a bug in Ferret: if throws a segmentation fault when I try to create a Sort object using the default fields (SCORE and DOC_ID), but setting reverse to true. Here''s the minimal example: #!/usr/bin/env ruby require ''rubygems'' require ''ferret'' Ferret::Search::Sort.new Ferret::Search::Sort.new( [
2009 Apr 09
4
Weird analyzer issue with the word ''fly''
Hi all I''m using a_a_f in rails with a StemmingAnalyzer, in the index and in my search. I got the idea from this topic: http://www.ruby-forum.com/topic/80178 I''m having a problem with some search terms - i narrowed one of them down to the inclusion of the word ''fly''. Can anyone give me any clues at to what might be happening, or even how i can investigate?
2008 May 19
3
Error decoding input string.
Hi, I am trying to index a number of Spanish language text files, but a large fraction of the files are generating errors like the following... Error: exception 2 not handled: Error decoding input string. Check that you have the locale set correctly however it looks to me like my locale matches the file type. Running the file command on the files returns $ file
2008 Apr 04
1
Bug Report: Segmentation Fault when indexing with a specific set of FieldInfos.
I''m submitting this through the mailing list because Trac won''t let me use its bug report form... Is there some more appropriate way of submitting bugs if Trac doesn''t work? This is the Trac error message: 500 Internal Server Error (Submission rejected as potential spam (IP 127.0.0.1 blacklisted by bsb.empty.us, sc.surbl.org, Maximum number of posts per hour for this
2008 May 19
1
feature question
Hi, Can ferret search for a combination of words and return the distance between them in a text? If it exists is there a way you can improve on this by looking if they are separated by a certain character(like . for different sentences)? Thanks, Radu
2009 Feb 10
3
uninitialized constant ActsAsFerret (NameError)
Hi all, I have another problem that I fight with for some time and I could not understand where is the problem. Probably the problem is that I am quite "green" in RR :) I am trying to make the Demo Application that comes with Ferret to work but I guess something with my environment is not OK. I will do apreciate any help. [root at moonlight FerretDemo]# ./script/server => Booting
2008 Oct 20
5
RSpec-Rails bug with to_xml?
Hello, everyone. I''ve been lurking here for a while, but this is my first post. I think I''ve run into a RSpec bug in a Rails project I''m working on. I was working on a few REST controllers, and started getting failures on a specific spec that verified whether a certain action returned XML output. I spent quite a lot of time checking my code to see if it was something I
2008 Jan 12
1
Native release for windows 0.11.6?
Hello, Is there going to be a native windows release for 0.11.6? Alternatively, if a new version is going to be released soon, will there be a release for windows of that? Thanks! Benjamin
2007 Nov 02
3
tumblr-0.0.1
NAME tumblr SYNOPSIS tumblr (setup|write|read|authenticate|check-vimeo|check-audio) [options]+ DESCRIPTION tumblr.rb is a command line utility and library which interfaces to the excellent tumblr blogging platform @ http://www.tumblr.com tumblr.rb implements the complete restful api in both library and command line utility, doccumented in full @ http://www.tumblr.com/api
2006 Apr 26
2
Missing Files on share
Hello all, I have an old server here, which is my PDC and has worked fine so far. It runs Conectiva Linux 8.0 and Samba 3.0.4 Here's the deal. In a share (I didn't check all, this is the one that the users complained so far), there are files missing. The problem: In Windows XP Pro workstations, when browsing the share, which should have more than 1,000 files, only about 200 show up.
2016 May 03
6
Unicast or Multicast?
Hi, there! I have a doubt about if this server supports unicast, multicast or both. I was looking for information in the web but I couldn't found anything. Anyone can help me? Thanks -- Fran Delgado (ThinWay) Tumblr: http://thinway.tumblr.com Twitter: http://twitter.com/thinway -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 17
1
Fwd: Re: Delphi Application
---------- Mensagem reenviada ---------- Subject: Re: [Wine] Delphi Application Date: Dom 01 Jan 2006 14:32 From: Bruno <cbruno@ferreiracosta.com.br> To: wine-users@winehq.org Cc: truls@asheim.ne Olah Angelo Braga, tambem estou no Brasil, e meu ingles eh pessimo, Acho que sei qual o problema com seus icones! Jah tive um problema parecido, e resolvi instalando fontes TrueType Originais,
2012 Nov 12
2
ice cast with ladiocast
Hello - I'm a blind individual using ladiocast to broadcast. Here's the problem. it only supports .ogg streaming and AAC streaming. My question is, is there a free service where I can broadcast in .AAC streaming? One thing to note when giving a service, i'm blind using a screen reader and can't get past the capsha spam blocker things. Thanks for any idea you guys might
2008 Jan 17
5
unusual challenges speccing external software
This is something I''ve come up against twice. First, I have an interactive editor which calls vi, emacs, or TextMate (etc.) via Unix, and then loads the file handed to the editor back into IRB after it''s edited and saved. I guess that makes it a special case of a more general question, which is how do you spec external processes, with a slightly more complicated version of the
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time: http://www.vimeo.com/742590 This disturbs me immensely. If anyone can explain it, that would be cool. I think it''s an illusion brought about by how RSpec wraps the code it executes, and by the sheer weirdness of continuations. -- Giles Bowkett Blog: http://gilesbowkett.blogspot.com Portfolio:
2016 May 04
3
Unicast or Multicast?
On 04/05/2016 03:48 πμ, buddylove wrote: > you have 'a' doubt? > precise your question or do you want to make a quiz here? > > this is f.... icecast and it's a damn good piece of software. > runs like a honey down the nipple, up to 8 streams simultaneously > including shoutcast. > read the docs! > > > > On 04.05.2016 00:15, Fran Delgado wrote: >>
2007 Dec 29
5
./script/story command
Below I''ve pasted a ./script/story command I''ve been using for about a week. It has three modes of operation: 1. ./script/story with no arguments will run all *.story files in the story path 2. ./script/story with a path or glob will run the specified stories 3. If input is passed in via STDIN, it runs that text as a story. This opens up story running via a simple interface
2007 Aug 02
2
STI functionality, but then with multiple tables
Hello, I''m creating my own Tumblr [tumblr.com] like rails app. It''s like a blog, but in this case a blog post could be of a certain type, i.e. a regular post, a video, a link, a photo, a song(info). Well now, it''s clear that they share a lot of similar functionality: title, created_at/updated_at, commentable, probably has an author_id, etc.. But besides that they are
2008 Jan 04
7
best way to modify spec (the command-line tool)?
Hi all, where I work we''ve cooked up a kind of ghetto profiler for our specs. It basically just does this: time = Time.now # run the spec puts "woah! dude. long spec." if time > 1.second I''m simplifying here. I think the threshold is actually 0.1 seconds, and we use more precise language, and highlight the spec in red via terminal colors, etc. But the way it works
2007 Jul 25
5
set_default_values rocket science - continuing after_initialize/after_find misfeature
Just starting a new thread so that it''s easy to follow. I just submitted a patch at trac to add a new class method called "set_default_values" ( not a great name I think ), which lets you do all kinds of crazy stuff with setting default values. This ticket is at http://dev.rubyonrails.org/ticket/9093 and example pastie is at http://pastie.caboo.se/81925 It also lets you make