similar to: Hiding the passes

Displaying 20 results from an estimated 1100 matches similar to: "Hiding the passes"

2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem: With the format as html, the output of cucumber stops coloring successful steps green after step #100. This last line in the HTML is: <script type="text/javascript">stepPassed(100)</script> Steps 101 -n are colored grey. The <body> tag is not closed but all steps are displayed. When running with ''format
2008 Jan 04
1
patch for html display
All, I''ve found that the html view for the rspec formatter falls to pieces with Rails 2.02 and rspec 1.10. Has anyone else run into this trouble? Here''s a monkey patch that fixes the problem. A more elegant fix would be in order, but this gets the job done: Index: /Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb
2007 Jan 12
2
spec_ui problems
While looking into spec_ui, I decided to run the examples. The watir example works a little, but always chokes on the ''better than fudge'' spec (failure output below). Also, is there any command to pause the "browser"? If my connection slows, the test gets out of whack. The selenium example fails right away (output below). I do have the 0.9.0 selenium-rc
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm
2005 Aug 16
3
Stacked Area chart
I wish to do a stacked area chart to show how relative proportions of species within a stand have changed over time. I know this is simple, but can someone point me to the right function (if it exists). I have not had any luck finding it in the R-help, but maybe I am searching using the wrong keywords. Thanks, Mike Mike Saunders Research Assistant Forest Ecosystem Research Program Department
2004 Oct 18
2
Cannot apply delete-sent-files.diff on solaris platform
I have been trying various ways and looking though the lists, but I can't seem to find a solution. I am running a Ultra2 with Solaris 9 and rsync 2.5.2, with the old -move-files patch. I want to upgrade to 2.6.3 with the delete-sent-files patch. Which I understand is the new and improved version serving the same purpose. Unfortunately my patch under Solaris did'nt work, so I d/l
2007 Mar 02
3
Alec Saunders post about Mashable Telco's
Interesting read in Alec Saunders blog today. http://saunderslog.com/2007/03/01/mashable-telcos/ Thought it may interest some people on this list. As food for thought, why it is that ITSP's haven't come up with more 'interesting' voice applications? When asterisk first became available I thought it was the beginning of seeing really neat applications, think Verzion's
2005 Aug 23
3
Plotting using image files
This is a strange request, but I want to build a scatterplot using different image files (jpegs, gif, etc.) as the plot symbols. I have thought about setting this up using a very large layout matrix, but I thought someone might have a better approach. Furthermore, is there any way to have R paste an image file into a specific coordinate within a scatterplot? Thanks in advance, Mike Mike
2006 Aug 06
6
Having Problem w/ Agile Web Development book
I get this error ... NoMethodError in StoreController#index undefined method `salable_items'' for Product:Class and here is my store_controller.rb ... class StoreController < ApplicationController def index @products = Product.salable_items end def self.salable_items find(:all, :conditions => "date_available <= now()", :order => "date_available
2005 Apr 05
2
Dead wood code
Is there a package, or does anyone have code they are willing to share, that would allow me to simulate sampling of dead wood pieces across an area? I am specifically looking for code to simulate the dead wood distribution as small line segments across an extent, and then I will "sample" the dead wood using different sampling techniques including line transects, fixed area plots, etc.
2010 Oct 03
3
SIP flood attacK
Hello all. I was recently the victim of a SIP flood attack. I'm wondering what is the best method to prevent such things in the future. Many thanks Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101003/2e254523/attachment.htm
2013 Jan 31
3
[LLVMdev] Label and jump support for ms-inline-assembly
Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly? Is there a rough feel for where it is on the roadmap? Thanks, -Allen -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Feb 26
4
What clients do you use?
I been revising my list of options for people to connect to my icecast servers. And would like to know what clients you use to connect. I know of the list on the site and I would like to know what you guys use. Please Post Name, Version, OS and Why you choose or recommend this client. I use SAM by Spacial Audio, its a old version, for windows, Why because I got a good deal on the cost of it, it
2005 Jan 23
2
Moving to Dovecot
Hi there, I'm currently running IMAP with Courier and POP3 with Solid-POP3d. I'd like to migrate IMAP and POP3 to both use Dovecot. All this works fine in testing, except for the fact that I have two types of users for legacy reasons. One type of user has a Maildir-style inbox at ~/Maildir/ The other type has a mbox-style inbox at ~/Mailbox Is it possible to make Dovecot look for
2004 Dec 16
1
nls question
Just a quick question. Is there a way to easily specify factor levels in a function definition within nls? For example, I am trying to fit a 3 parameter, nonlinear Weibull function to tree height and I would like to have results by species (or down the road a bit, by plot). I am hoping there is someway to do it easily, similar to the "gas example" in the ANCOVA chapter in Modern
2007 Jun 16
2
Status of the "bs" Package
The October 2006 R News had an article in which the authors discussed a new package that implemented the Birnbaum-Saunders distribution. However, the package (aptly named "bs") does not appear to be available for installation. Does anyone know the status of this package? Thanks. Tom La Bone [[alternative HTML version deleted]]
2006 Aug 03
1
gsummary
Could someone give me a hand with the format of the gsummary function? Basically, I have a large set of xyz coordinates generated by LiDAR data (>37 million points) and I am trying to derive various summary statistics on the z-coordinates by a grid cell. I wrote a function to do this by creating factors from the x- and y- coordinates and then using gsummary. However, I want the function to
2007 Jun 14
4
Can''t run RSpec files in TextMate
Hi Not sure if this is the place to ask this or not. I''ve upgraded to RSpec 1.0.5, installed the latest TextMate bundle, but whenever I do "Run Behaviour Descriptions in selected files/directories" I get this: /Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/ Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:18:in `run_files'': private method
2005 Feb 01
4
Split-split plot ANOVA
Does someone out there have an example of R-code for a split-split plot ANOVA using aov or another function? The design is not balanced. I never set up one in R before and it would be nice to see an example before I tackle a very complex design I have to model. Thanks, Mike Mike Saunders Research Assistant Forest Ecosystem Research Program Department of Forest Ecosystem Sciences University of
2009 Sep 16
2
Sources can't connect to my server
Hey, The IPs from SL are from the DJ boards and the like that retrieve the stream information. They don't listen to the stream just pull the stram info. We support shoutcast connections, the firewall passes the port number + the next highest one. Therefor we open port 9000 for listeners, and 9001 for stream sources. This seams to work well for the shoutcast mount. This is all