Sam Goldman

Results 57 comments of Sam Goldman

I managed to use browserify to create a single file. I had to manually edit the original coffeescript in a few places and I had to rip out amdrequire stuff,...

I have solved this problem in a different way with my branch, but I think ryanb really need to merge fxposter's integration test branch before adding this kind of feature.

Here's the comparison between our branches: https://github.com/ryanb/nested_form/compare/master...samwgoldman:master I merged in fxposter's branch, so the diff is a little messy. I think more useful is an example. I am using it...

@SebastianEdwards Somewhat off-topic, but can you explain why If-None-Match is useless for conflict avoidance? It seems to me that if two clients are trying to update a resource, checking ETags...

Pretty sure this is a cascading failure in the adapter specs. Seems the most common culprit is the Reel adapter spec. If it fails, the next adapter test fails too....

Here's a JRuby test run where the Reel adapter fails. Later, the Rack adapter fails. https://travis-ci.org/seancribbs/webmachine-ruby/jobs/12748305

Yeah, I previously had the adapter tests do just that (89ce86e568eb368b5c05f84f2dd1f97d45b7a26d). I removed that because I thought I had gotten the servers to play nice and shut down. Seems like...

@lgierth Confirm that the shutdown implementation on the Rack adapter only works with Rack+WEBrick. This is definitely a problem. From the land of wishes, I really wish Ruby web servers...

A possible use case which I encountered recently is [FILE_NOTIFY_INFORMATION](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-file_notify_information). ReadDirectoryChangesW writes a sequence of these into a buffer, so inserting a null byte would potentially overwrite.