Robert Buchholz

Results 19 issues of Robert Buchholz

cancelRequests is a very useful feature setting and should be enabled by default. We had not noticed autoComplete does not automatically cancel requests (or discard them for other reasons, e.g....

The documentation and examples make no mention of what happens when the server returns a label/value that is not safe to include in HTML without escaping. Examples only contain ASCII...

The fix for issue #56 broke interval delayed search. When a search is delayed because of an interval, first the current text is stored as `settings._lastText`, then a timeout is...

bug

The Selenium webdriver supports setting implicit wait timeouts when selecting elements, as described here https://code.google.com/p/selenium/wiki/RubyBindings#Timeouts To test this, try setting `````` world.browser.implicitly_wait(2)``` Unfortunately, several of lettuce_webdriver's steps do not use...

sup unconditionally removes signatures when editing email. I sometimes find this annoying when sending a reply, for example when adding a new party (CC) to the thread who is unaware...

bug
enhancement

Most mailers I've worked with previously have this: Forward email as attachment. The whole thing. Including headers. And mime content. Necessary when dealing with abuse, debugging mail server issues, etc.

enhancement

After attaching a file to a message, I like to make sure it's the correct file/version and I'm not sending something unintentionally. For this it'd be really helpful if I...

enhancement

The boto3 "Table" Resource API does not provide easy access to paged results when using Scan or Query actions. That's unlike other high level boto3 Resource APIs like S3 which...

feature-request
dynamodb
resources
needs-review
pagination
p2

When extending a widget (e.g., to use a template with a different rendering engine), we're usually stumbling upon the fact that the renderer used to render a template is an...