Jordi Llonch

Results 22 issues of Jordi Llonch

I am trying corepost. Looks great! With the following code running, a call to http://0.0.0.0:8000/test results to status=404, body=URL '/test' not found. It should be: status = 200, body =...

When calling something like `/delete/project?version=1&version=2`, version parameter is 1 and 2 is omitted. ``` python @route("/", Http.DELETE) def delete(self, request, pk, version=None, **kwargs): #version is 1 and should be a...

`curl localhost:9092` produces: ``` panic: read tcp [::1]:9092->[::1]:52133: i/o timeout goroutine 45 [running]: github.com/travisjeffery/jocko/server.(*Server).handleRequest(0xc420017680, 0x18d45e0, 0xc42008a040) /Users/llonchj/go/src/github.com/travisjeffery/jocko/server/server.go:132 +0xee6 created by github.com/travisjeffery/jocko/server.(*Server).Start.func1 /Users/llonchj/go/src/github.com/travisjeffery/jocko/server/server.go:75 +0x119 exit status 2```

biggerfishtofry

I have a big project with a structure similar to: ` .../project /xxxx file.go /yyyy file.go /cmd main.go other.go ` I have the following setup: ```yaml settings: legacy: force: false...

Improve code coverage ``` Name Stmts Miss Cover Missing --------------------------------------------------------------- hyde 0 0 100% hyde.engine 82 32 61% 49, 93-102, 119-130, 144-150, 157-160 hyde.exceptions 4 0 100% hyde.ext 0 0...

Development/Contribution Documentation
QOL

Options to set bucket website settings, redirection rules (APEX?) and optional cloudfront invalidation.

Steps to reproduce: inside a handler, call request.getDb('i-am-a-invalid-name') and returns, in my case the last of 2 database connections. Will be preferable throwing a KeyError exception or return a undefined...

Hello, What is the status of this project? There has not been activity for a while and I was wondering why or if someone else is making improvements. Thanks