Stefan Aurori
Stefan Aurori
It would be nice to have support for searching completed items under the findCompletedItems service (http://developer.ebay.com/DevZone/finding/CallRef/findCompletedItems.html). Example: ``` ruby def find_completed_items(params) raise ArgumentError unless params[:keywords] or params[:categoryId] response = get_json_response(build_request_url('findCompletedItems',...
Upgrades cache libraries to latest versions. Since `gocache` now breaks out each cache lib into different packages, this allows for a lot of unused module dependency cleanup.
Firstly I'd like to say thanks for putting together this "framework" - it's a great alternative to something like Buffalo or Bud. I plan on experimenting with it and adapting...
### Minimal reproducible example https://github.com/saurori/expo-router-bug ### Which package manager are you using? (Yarn is recommended) npm ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...
I noticed that calling `redirect` in routes causes log lines that are not handled by Lograge. For example: Route: ```ruby get '/old-page', to: redirect('/new-page') ``` Log output: ```console Redirected to...
I've discovered (the hard way) that if you use the transaction middleware `app.Use(popmw.Transaction(models.DB))`, but you DO NOT use the transaction in a request handler (i.e. just use `models.DB` directly), the...
Hey - I wanted to first say thanks for maintaining NZBHydra for so long. I've used it for years. However, as a developer, the UI has always been a frustration...
### Summary I'm running into a version mismatch when running gosec in Github Actions. I have a dependency [ariga.io/atlas v0.25.0](https://github.com/ariga/atlas/blob/23e5130d5eddbdb31f90c4a3e50f256b701c59d6/go.mod#L3) which is forcing my `go.mod` file to specify the Go...