Jeffrey Charles

Results 23 issues of Jeffrey Charles

I'm trying to use this as part of a webpack-based web UI. I installed it with `npm install --save-dev fetch-intercept`. My code looks like: ``` js import fetchIntercept from 'fetch-intercept';...

I have a suggestion for a rule that would be very useful for me. I'd like to know if a contributor is using `throw` inside a $q `catch` implementation and...

Rule

### Test Case [test.wasm.zip](https://github.com/bytecodealliance/wasmtime/files/8189246/test.wasm.zip) ```c #include int main() { int i; for(i = 0; i < 5; i++) { printf("%d\n", i); } return 0; } ``` compiled with: `wasi-sdk-14.0/bin/clang -g...

bug
wasmtime:debugging

**Affected crates:** quickjs-wasm-sys, quickjs-wasm-rs, javy, javy-apis The four crates above need access to [a WASI SDK](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20) to compile some vendored C source code to the wasm32-wasi target. Unfortunately I can't...

linux
package-request

Would you be willing to publish a new version of the crate that includes https://github.com/pepyakin/binaryen-rs/pull/62? That PR resolves an issue with a spurious warning we were seeing printed and having...

I would like to be notified of any issues uncovered by fuzzing in Winch

When I try to add Hugo to my build, I get the following during the `:app:compileDebugJavaWithJavac` task: ``` build config error: skipping missing, empty or corrupt aspectpath entry: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug incorrect...

I have an activity that looks like: ``` package com.cantireinnovations.; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import hugo.weaving.DebugLog; public class MainActivity extends AppCompatActivity { @Override @DebugLog protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);...

I'm trying to use Webpack to include this module (e.g., `var oasis = require('oasis.js');`) but when I point it at either `dist/oasis.js` or `dist/oasis.amd.js` I get errors like: ``` ERROR...

Operating system: MacOS 14.4.1 (Sanoma) Processor architecture: Apple M3 Rust version: 1.77.1 Javy version: f270956bc9f7164efd4ea873d9f727356a4c1499 ## Problem Errors in async functions do not result in error messages or traps. ##...

bug