Vanessa Freudenberg

Results 37 issues of Vanessa Freudenberg

When decoding a large string there is a `Maximum call stack size exceeded` error at this line return String.fromCharCode.apply(null, utf16data); That's because there is a limit on the number of...

We're using kubemci for web socket connections so the default timeout of 30s is way too low. Our Service has a `beta.cloud.google.com/backend-config` annotation referencing a `BackendConfig` that specifies `timeoutSec: 3000000`....

Using this (partial) configuration: ``` resolver 8.8.8.8 valid=300s ipv6=off; resolver_timeout 10s; upstream gs { server storage.googleapis.com:443; keepalive 128; } server { location / { proxy_set_header Host storage.googleapis.com; proxy_pass https://gs/$bucket_name$uri; proxy_http_version...

(from a discussion with David Smith) Especially on a touch device, but perhaps on a desktop too, an IDE with tiled panes might work better than the current Smalltalky multi-window...

feature

I tried to report an issue using http://lively-web.org/issues/IssueTemplate.html but it tried auto-saving the page and reported this: Problem saving http://lively-web.org/issues/14-10-09_Text_does_not_trigger_events_on_cut%2Fpaste.html: Request status (PUT http://lively-web.org/issues/14-10-09_Text_does_not_trigger_events_on_cut/paste.html): 404

[Visit issue world](http://lively-web.org/issues/14-10-09_Text_does_not_trigger_events_on_cut_paste.html) reported by bert:After pasting something into a one-line Text morph (or cutting out of it), the textString connection is not updated. Undo does not undo. The layout...

it often jumps back to the top

In particular, ctrl-shift-comma and ctrl-shift-period.

defect

... which are used in the official W3C [IndexedDB](http://www.w3.org/TR/IndexedDB/#widl-IDBCursor-continue-void-any-key) spec (supported by Chrome and Firefox): ``` cursor.continue(); store.delete(key); ```

defect

[Visit issue world](http://lively-web.org/issues/13-12-17_Tree_layout_too_slow.html) When expanding an item in a deeply nested tree morph, the layout takes a very long time.