Teoh Han Hui

Results 83 issues of Teoh Han Hui

From https://github.com/teohhanhui/callbag-rs/pull/1#issue-1091682936: - [x] Some tests failing on Linux: - https://github.com/teohhanhui/callbag-rs/runs/4661124395?check_suite_focus=true#step:4:304 The failures seem to be intermittent, so this looks like a race condition. Hopefully it's just a problem with...

help wanted

https://www.postgresql.org/docs/9.5/static/textsearch-features.html#TEXTSEARCH-UPDATE-TRIGGERS

enhancement

The first tsvector field that contains the field is used: https://github.com/jaimz22/DoctrineFullTextPostrgres/blob/86bca023c972d0f08988c3c912bb6d4c77c400bf/src/ORM/Query/AST/Functions/TSFunction.php#L59-L62 To fix this, we have to allow the user to directly specify the tsvector field to use, instead of...

In some cases it might not be desirable for Echo to shut itself down when there are no images to be loaded in the current DOM. I have made this...

Check if image is already loaded before we try to load. This is especially relevant in the case of `unload: true` as the value of `data-echo-placeholder` gets overwritten otherwise.

Perhaps we can add an option to check whether an element is visible: The simplest: ``` var isVisible = element.offsetWidth > 0 || element.offsetHeight > 0; ``` Or if we...

When `Cast Media` is turned on, the `Desktop` menu item is missing. `Cast Settings > Modules > Install npm modules` is already done.

16px is extra tiny on displays like that of the Yoga 2 Pro (3200x1800, 278dpi when set to 250% scaling)

Is it not desirable to propagate error emitted from the sink back to the source? https://github.com/staltz/callbag-flatten/blob/9d08c8807802243517697dd7401a9d5d2ba69c24/index.js#L7-L10