Michael Draper

Results 21 issues of Michael Draper

For some reason the request's response object is nil, even when using defer. How do I log the status code the endpoint resulted with? ``` func LogHandler(h httprouter.Handle) httprouter.Handle {...

I was surprised to see that the boilerplate only contained unit tests for the actions, with no test coverage at the component level. Then I started writing the component tests.....

**Oni Version:** **Neovim Version (Linux only):** **Operating System:** MacOS **Issue:** Browser state is lost when I leave the (VIM) window. **Expected behavior:** In modern client-side development we use hotload which...

I just wanted to say I spent several hours trying to get a different library to work with nextjs, fruitlessly. This plugin was simple to install and it just worked,...

Regarding https://github.com/fantix/gino/issues/511 Exactly what syntax is used to get the "connection" that will allow the documented code to function? Changing the doc to the correct syntax without retrofitting the docs...

task

Warning:(42, 39) java: removeAuthorizationRequest(javax.servlet.http.HttpServletRequest) in org.springframework.security.oauth2.client.web.AuthorizationRequestRepository has been deprecated I'm copying that code into a new override that accepts a response object as well (not using it.. yet). But I'm...

Saving "Eager" associations is really one of the core benefits of using an abstraction layer like this. The documentation for querying structs with associations is OK, but honestly very very...

documentation
f: associations

It would be handy to have a version of to_struct() such that it would return the original names of the fields instead of the given name of the field. The...

I noticed that you revoked the support for fasthttp. I'm curious what the reasoning behind that was and if there are any plans to include it in a future release?...

Trying to figure out the easiest way to store the access token and refresh token in an https only cookie. Have any guidance?