Jakob Lorz

Results 5 issues of Jakob Lorz

**Warning: Opinionated Pull Request** It is unclear if the favicon was dropped on purpose, but favicons improve recognition across devices. Missing out the favicon does not prevent the browser to...

As pointed out in issue #4, implementation along https://github.com/tloen/alpaca-lora/pull/48 Not sure about the `gen.py`, calling `model.py` via `app.py` certainly works.

just wanting to help improve the quality of the documentation :)

Proposed signature: ```go type TodoCountAggregation_Result struct { ID int `json:"_id", bson:"_id"` UserID string `json:"user_id", bson:"user_id"` } func main() { // ... some logic initializing a database with a todo collection...

Adds options to the database. As the current way to setup databases is to create the instance manually, `opts` need to be a value to prevent `nil` errors. I made...