Charles Lowell
Charles Lowell
The default HTML locator is `innerText` which is not very useful because it means that you get thousands of results for the base `HTML` interactor that are variations of `"...
What ---- N-API is a forward ABI compatible API that is supported by Node, Deno, and Bun. By using N-API instead of NAN, `@confluent/kafka-javascript` will be able to run on...
Given current project: ```elisp (project-current) ;;; => (vc Git "~/project/") ``` VSCode users on our project have their launch configurations in `~/project/.vscode/launch.json`, and so I was hoping to be able...
## Motivation [`setInterval()`][1] is a core JavaScript API that allows you to setup global state. As such, there really isn't any reason that you shouldn't consume it using structured concurrency....
The following code: ```ts await main(function*() { yield* spawn(function*() { console.log("one"); }); yield* spawn(function*() { console.log("two"); }); yield* sleep(0); }); ``` prints: ``` two one ``` But it should be:...
To reproduce, run the code snippet in this discussion https://github.com/thefrontside/effection/discussions/975#discussioncomment-12338862 **Expected:** script delays for 2000ms while the sleeping tasks completes. **Actual:** Raises `Error("halted")`
- [x] https://github.com/thefrontside/effection-contribs/pull/28 - [x] https://github.com/thefrontside/effection/pull/931 - [ ] add docs and whatnot to make JSR ratings high. - [ ] add blog post about effection contrib - [ ]...
We have more than just our discord and a GitHub repo. - We have several big projects that are built with Effection - There is starfx - we have the...