Jesper van den Ende

Results 63 issues of Jesper van den Ende

Maybe I'm misunderstanding how test steps are supposed to be used, but the way I'm using them is to describe steps that are taken during e2e tests with puppeteer. So...

This adds a `throwOnFailure` option to test steps that can be used like so: ```js Deno.test({ name: "root", async fn(ctx) { await ctx.step({ name: "step 1", throwOnFailure: true, fn() {...

```js import {emit} from "https://deno.land/x/[email protected]/mod.ts"; await emit("https://deno.land/[email protected]/path/mod.ts") ``` gives ``` Uncaught Error: Module not found "file:///Users/Jesper/https:/deno.land/[email protected]/path/mod.ts". at __wbg_new_651776e932b7e9c7 (https://deno.land/x/[email protected]/lib/emit.generated.js:329:19) at (https://deno.land/x/[email protected]/lib/emit_bg.wasm:1:7194705) at (https://deno.land/x/[email protected]/lib/emit_bg.wasm:1:2500606) at (https://deno.land/x/[email protected]/lib/emit_bg.wasm:1:6371297) at (https://deno.land/x/[email protected]/lib/emit_bg.wasm:1:7147137) at __wbg_adapter_16 (https://deno.land/x/[email protected]/lib/emit.generated.js:205:6)...

**Is your feature request related to a problem? Please describe.** I'm trying to find out if a file is inside a specific directory. My plan was to do it like...

**Describe the bug** When comparing two large objects that are almost the same, except for the two using two different instances of a constructor, the function throws without giving any...

bug
needs triage

I'm calling `new Ammo...` quite often. What classes should be destroyed and when? If I pass a new vector to `btRigidBody.setAngularFactor()` for instance, should I `Ammo.destroy(vec)` right after that? Or...

when I try to build with ``` cmake -B builds -DEMSCRIPTEN_ROOT=$emscriptenPath cmake --build builds ``` I get the following output: ``` Scanning dependencies of target LinearMath [ 0%] Building CXX...

I'd like to make use of this plugin but I'm using a `SharedWorker` Not sure if SharedWorkers will need special treatment or if they can be taken care of with...

**Feature request** **Is your feature request related to a problem? Please describe.** I'm trying to port closure compiler to wasm so that it can run from within a browser. **Describe...

feature

On iOS an "*App* pasted from *App*" notification appears every time the app gains visibility. Either right after opening the app or when using the app switcher to switch back...