Teoh Han Hui

Results 83 issues of Teoh Han Hui

Shamelessly copied/adapted from cyclejs/cycle-http-driver Fixes #12

https://github.com/cyclejs/isolate

There's no possibilty to add static stickers to an animated sticker set otherwise.

This (properly) allows effects to live in a separate module from the handlers, while using the `effects!` macro. TODO: - [x] How do we handle tuple struct field visibility to...

Currently: ```rust fn main() { let console_handler = handler!(Console { print(s, _) => println!("{s}"), }); let with_console = handle_group(do_command(), console_handler); let cli_options_handler = handler!(CliOptions { read() => options().run(), }); let...

Currently, when we need a `DocHandle` in a third-party library / app's integration tests, we'd need to spin up an entire thread with `Repo::run`, while also requiring us to provide...

I'd like to be able to reconcile / hydrate a related object as a foreign key in the document. Currently, I'm running into a roadblock in the API: In `Reconcile::reconcile`...

# Feature request https://phpstan.org/r/ea622d5b-dd5f-47ba-a0e2-39a214c2d877 I understand that this would require #2928 first.

feature-request

Running with: ``` export BOX64_LD_LIBRARY_PATH=./:lib/:lib64/:x86_64/:bin64/:libs64/:/x86_64/usr/lib64/ export BOX64_PATH=./:bin/:/x86_64/usr/bin/ export BOX64_BASH=/x86_64/usr/bin/bash ``` ``` $ box64 bash Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT...

> Note: You may also want to use the command-line option `--releasever=` when creating the installroot, otherwise the *$releasever* value is taken from the rpmdb within the installroot (and thus...

Triaged