Peter Schrammel

Results 10 issues of Peter Schrammel

Hi, I'm currently trying to include ActionController::Live and write to the response stream ruby 3.1.1, rails 7.0.2.2 ``` ThreadError (Attempt to unlock a mutex which is not locked): /usr/local/lib/ruby/3.1.0/monitor.rb:202:in `synchronize'...

## Expected behavior errorless start ## Actual behavior when starting (with --debug-init) ``` Debugger entered--Lisp error: (void-variable it) (file-directory-p it) (and (file-directory-p it) (file-name-as-directory (expand-file-name "resources" (file-name-directory (or load-file-name (buffer-file-name))))))...

stale

hi, could you do an "official" docker release with the #16 patch? thx

To make customization like this work: https://gist.github.com/vuongpd95/376dfed2b3211b7e16902612fe717914

Hi, curl and also browsers are sending POST request with Expect: 100-continue header if the body is big enough. This is a nice feature but is hard to implement correctly...

### Contact Details [email protected] ### What happened? Symptom: ping stops to a netclient pod then eiether continues after 10-15 seconds or you have to turn the proxy on/off on the...

bug

you might have configurations for different groups of services but not for all within an application: ``` application 'foo' do scope do variables do var image: 'foo/bar' end service 'one'...

To e.g. downstream a file in falcon it would be cool if the adapter would support on_data callbacks. See https://lostisland.github.io/faraday/usage/streaming

Hi, you may have noticed I'm assembling a whole async rails stack for a high performance open source fun project. Do you have a working rails adapter for this? Do...

I implemented a naive pushback example (https://github.com/socketry/falcon/tree/main/examples/pushback) but it has some quirks: 1. I had to implement an external loop to check for free slots (this causes a certain delay...