Zach Jullion
Zach Jullion
Hello, We're using `rollbar.js` in a number of AWS lambdas. We will sometimes get the following error: ``` MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [ClientRequest]....
**Describe the bug** When adding a sequence to your `keyMap` (such as `'up up down down left right left right a b'`), combinations (such as `'ctrl+alt+t'`) no longer work correctly...
**Is your feature request related to a problem? Please describe.** Currently, the [@http directive](https://docs.amplify.aws/cli/graphql-transformer/directives#http) allows path parameters, query strings, and the request body to be passed in as arguments -...
``` Exception in thread "main" java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)' at com.oracle.truffle.api.library.LibraryFactory.ensureLibraryInitialized(LibraryFactory.java:385) at com.oracle.truffle.api.library.LibraryFactory.getUncached(LibraryFactory.java:365) at com.oracle.truffle.api.library.LibraryFactory.(LibraryFactory.java:211) at com.oracle.truffle.api.interop.InteropLibraryGen.(InteropLibraryGen.java:178) at com.oracle.truffle.api.interop.InteropLibraryGen.(InteropLibraryGen.java:169) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:529) at java.base/java.lang.Class.forName(Class.java:508) at com.oracle.truffle.api.library.LibraryFactory.loadGeneratedClass(LibraryFactory.java:799) at com.oracle.truffle.api.library.LibraryFactory.resolveImpl(LibraryFactory.java:748) at...
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] I have read the documentation and cannot find an...