Results 7 issues of Andy

**Do you want to request a _feature_ or report a _bug_?** I want to report a _bug_ **What is the current behavior?** When I have documented getters in my class...

A simple non-breakable change, which allows to use collision filters in the vehicle raycaster

**Describe the bug** Though agent-js declares error `UpdateCallRejectedError`, it cannot be caught in the wild, since initial http response from canister (always?) looks like this: ``` { "ok": true, "status":...

In some cases, one wants to profile cycles consumption of the async* function, and it will be convenient to have the out-of-box function for that, just like it is for...

cla:agreed

### Description Loading resouces as bundles is a great feature and helps to structure code a lot. However, when loader fails to load one single resource from the bundle, the...

🙏 Feature Request

When trying to run command from readme ```webidl2ts -e -i https://raw.githubusercontent.com/kripken/ammo.js/master/ammo.idl -o ammo.d.ts``` I encounter this error. Full console output: ``` (node:277438) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please...

I managed to trigger a compiler bug by doing inter-canister call inside of "optionally" defined async function. **Minimal actor code which reproduces the bug** ``` import Principal "mo:base/Principal"; actor class...

Bug