Shivam Rathore

Results 13 issues of Shivam Rathore

Need some more examples with other `http.Methods` like `POST, PUT, DELETE`. If possible a _GIF_ of `fetch()` method first with CORS and then using the proxy server `https://non-cors.herokuapp.com/`

documentation
help wanted
good first issue
up-for-grabs

A landing page is required, as of now the server only works as an API. The root path, `/` requests should route to the landing page and rest all request...

enhancement
help wanted
good first issue
up-for-grabs

Need to fix all the test cases because of the update in the freegeoip.app and handle all the other changes as well. _Originally posted by @Shivam010 in https://github.com/Shivam010/go-freeGeoIP/issues/13#issuecomment-1137762682_

Signed-off-by: Shivam Rathore

new-contributor

This will add an argument to allow users to use endpoints running on secure https protocol.

Cannot access all the field options tagged in the field in proto, when the options are defined in `oneOf` type See: https://github.com/Shivam010/protoc-gen-sample When using this: ```proto message Check { string...

Hello @jvolkman Is there any way I can set some proto directory path to be included by default in all the projects, as some system default setting? I have some...

Hi, I was trying to understand how Kallax handles `Limit` and `Offset` in `1:N` relationships but ended up very confused. The documentation states that: > To avoid the N+1 problem...

Whenever a client closes the web-socket connection of the subscription, closing the closed channel is handled. Also, the client sessions are now maintained using the client id as well as...

>A persisted query is an ID or hash that can be sent to the server instead of the entire GraphQL query string. Need to add support for creating and handling...

enhancement
help wanted