Teoh Han Hui

Results 354 comments of Teoh Han Hui

I've noticed that the timers seem to be way off (firing too late) on Mac. Looking at the timestamps for `it_errors_sink_and_unsubscribe_from_inner_when_outer_throws` log entries: ### Actual results (macOS) - [0.000ms](https://github.com/teohhanhui/callbag-rs/runs/4778427380?check_suite_focus=true#step:6:994): `source_outer`...

Using the example in the README: ``` php class Article { /** * @var string * @Column(name="title", type="string", nullable=false) */ private $title; /** * @TsVector(name="title_fts", fields={"title"}) */ private $titleFTS; /**...

I propose removing the `text field -> tsvector field` rewriting magic in the query.

> Arrays are equal if they contain the same key-value pairs. > > https://github.com/sebastianbergmann/comparator/blob/c57ba51c28b64ef8a4b14b40bceb2c5ca19e9406/src/ArrayComparator.php#L15 So it seems like `sort` must not be used to canonicalize arrays.

Forgot to mention: auto-detach also (obviously) makes the unloading stop working.

This behaviour should be customizable.

> What is your Linux distro? $ uname -a Linux envy-x360 5.8.16-2-MANJARO #1 SMP PREEMPT Mon Oct 19 11:33:03 UTC 2020 x86_64 GNU/Linux > What is your version of GNOME...

Yeah, that's really unfortunate. Gnome Shell really needs to have some kind of BC promise for extensions.

> where the profile folder is `~/.var/app/org.mozilla.firefox/.mozilla/firefox/` > where the `firefox` binary is `~/.local/share/flatpak/exports/bin/org.mozilla.firefox` or `/var/lib/flatpak/exports/bin/org.mozilla.firefox`

Same. In my case it's the data directory for my PostgreSQL Docker. Unreadable files and directories should be ignored.