Felix Bünemann
Felix Bünemann
I just got feedback to the kubernetes issue, it looks like by default completed or failed pods are garbage collected if there are more than 12,500 pods. Obviously that is...
Quoting here from the `kube-controller-manager` help on the `--terminated-pod-gc-threshold ` option: > Number of terminated pods that can exist before the terminated pod garbage collector starts deleting terminated pods. If
This repository is for the gem packaging of the jquery file upload gem. However, just instantiating the plugin won't trigger a file upload, that's why your current code is doing...
Shouldn't you be able to use `fileupload('add', options)` or `fileupload('send', options)` twice to do the upload? You could then set the different image sizes in the options hash. You might...
@tors @opti What do you think?
@jhubert I haven't looked at this for a long time. It seems that at the very least the client would have to add a header like 'X-Requested-With: IFrame' so the...
I suggest you implement this as a custom scope in your app. Changing the behavior of the roots scope would certainly break code for existing users.
Yes, it would be great if there was some kind to access the parent node, because otherwise it's impossible to reconstruct a tree structure when popping elements off of the...
Sure, I'm on the road during the week, but I should be able to come up with a test this weekend.
The specs for "parsing a tree without a collection class" and "with element deeper inside the xml structure" in `sax_document_spec.rb` added in 68c445f76b7645f0883b33cddc0874f9444a4f4c specifically assert the current behavior, so I...