Alson Kemp

Results 7 issues of Alson Kemp

**Versions** - sequelize: 4.44.4 - sequelize-typescript: 1.1.0 - typescript: 3.9.2 **I'm submitting a ...** [X] bug report [ ] feature request **Actual behavior:** $ ./node_modules/.bin/ts-node test.ts ReferenceError: Cannot access 'Team'...

https://github.com/zalando/connexion/blob/96bdcb010a4e5180c2bce18295e7b576c9c1ef0f/connexion/resolver.py#L60 Currently operation_id == None flows into function_resolver and triggers unexpected errors. Better to do?: ``` if operation_id is None: raise ResolverError("operation_id is None", sys.exc_info()) ```

good first issue

I appreciate the project and am trying to use it for something slightly outside its main use case: wrap an entire Express request-response in a transaction (as in Django) and...

I cannot get past {topic=puzzle1}. I keep getting redirected to {topic=crashsite}. When I switched "includes" to "inherits" on {topic=puzzle1} and {topic=puzzle2} everything worked as expected and I completed the script....

nameko looks like a very nice project and it could be very helpful in our application. That said, we use SQS. Is it feasible to support SQS in nameko or...

feature request

Fix found here: http://www.mail-archive.com/[email protected]/msg07174.html Error message: JavaException: java.net.SocketException: Network is unreachable org.mozilla.javascript.WrappedException: Wrapped java.net.SocketException: Network is unreachable (/home/alson/projects/narwhal/engines/rhino/lib/http-engine.js#5) at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1776) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:183) at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247) at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1688) at script(/home/alson/projects/narwhal/engines/rhino/lib/http-engine.js:5)

The current HAML support is minimal. Enhance to meet the specs on http://haml.hamptoncatlin.com/.