search for: brianp

Displaying 10 results from an estimated 10 matches for "brianp".

Did you mean: brian
2013 Oct 06
8
[Bug 70212] New: glxinfo triggers assert in cso_release_all after 3f0627c2ad6
...ache/cso_context.c:315:cso_release_all: Assertion `max <= 16' failed. Trace/breakpoint trap (core dumped) I've bisected the regression to this commit: 3f0627c2ad605b006737312c478907859411ffa8 is the first bad commit commit 3f0627c2ad605b006737312c478907859411ffa8 Author: Brian Paul <brianp at vmware.com> Date: Thu Sep 12 18:09:33 2013 -0600 nouveau: implement pipe_context::bind_sampler_states() :040000 040000 b09183c220eb383907e212299a3ed5d66bd26c18 cbfe533aeb6e5ff8648ac8efdf60a28b86ffe5e0 M src -- You are receiving this mail because: You are the assignee for the bug....
2009 Sep 01
13
Function Testing Reloading Fixtures before assertion
Hey Everyone, I have a function test the is failing (despite the fact the function actually works in the application). I was looking for some debug advice on how to find my problem. Here is the test: def test_should_delete_word assert_equal ''published'', words(:one).status debugger delete :destroy, :id => words(:one).to_param assert_equal
2010 Jan 30
2
passing multiple objects with remote_function
Hey, I can successfully pass a single object from any form field to my controller via: Select Year: <%= collection_select("vehicle", "year", @availableYears, "year", "year", {:prompt => "Select a year"}, {:onchange => "#{remote_function(:url => {:action =>
2016 Apr 21
0
[PATCH 24/24] drm/vmwgfx: add extern C guard for the UAPI header
Cc: Sinclair Yeh <syeh at vmware.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Brian Paul <brianp at vmware.com> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- include/uapi/drm/vmwgfx_drm.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/uapi/drm/vmwgfx_drm.h b/include/uapi/drm/vmwgfx_drm.h index 5b68b4d..d325a41 100644 --- a/include/uapi/drm/vmwgfx...
2010 Jun 19
0
Cumber: Sending unwanted form parameters
...en submit. I''m getting back Validation errors from the Image model. "Data file name must be set." But I''m not submitting an image so the Image model should never be called. Why is cucumber sending data that''s getting to the nested attributes in vehicle? Cheers, brianp -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2012 Mar 04
8
[Bug 46956] New: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)"
https://bugs.freedesktop.org/show_bug.cgi?id=46956 Bug #: 46956 Summary: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)" Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status:
2010 Jan 28
2
dynamic drop downs for product search
Hey Everyone, I''m about to embark on having a search function for the products on my app via dynamic dropdowns. A dropdown for make would only leave AVAILABLE models of that make. selecting year would only leave available makes from that year etc etc. Any suggestions or good read ups ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2016 Apr 21
25
[PATCH 00/24] drm: add extern C guard for the UAPI headers
...rg/wiki/faq/mixing-c-and-cpp [3] http://www.oracle.com/technetwork/articles/servers-storage-dev/mixingcandcpluspluscode-305840.html Cc: Alex Deucher <alexander.deucher at amd.com> Cc: Andrzej Hajda <a.hajda at samsung.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Brian Paul <brianp at vmware.com> Cc: Christian Gmeiner <christian.gmeiner at gmail.com> Cc: Christian König <christian.koenig at amd.com> Cc: Daniel Vetter <daniel.vetter at intel.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Eric Anholt <eric at anholt.net> Cc: Erik Faye-Lund &lt...
2013 Oct 28
0
Does rake db:schema:load need the whole environment?
I ran into a "chicken before the egg" problem where a gem was expecting the tables to be present when loaded which was fine until you try and build the db from scratch using db:setup. When it hits db:schema:load the environment loads and the gem errors out as the tables aren''t present. I made a custom task that connected to ActiveRecord and then loads the schema file. Using
2010 Mar 13
0
Authlogic -> Production Server
Sorry if this is a repost. I never received a successful post msg. So this is my first deployment. I''ve used Capistrano and Git. CPanel to install all the gems (with some added server support for additional gems). CPanel is used to start/stop the app. In development mode the app starts and runs into a db problem (expected I never copied the sqlite3 db). But it starts. In production mode