Ofer Nave

Results 15 issues of Ofer Nave

The current README.rdoc in the repo does not match the README.rdoc on rdoc.info (http://rdoc.info/gems/bitcoin-client/frames/file/README.rdoc) nor the actual code in gem v0.0.3, which is what I have installed. Bitcoin::Client.new works for...

I am able to use Curb::Easy for my JSON-RPC client because it will accept an arbitrary body (just pass a string instead of a hash), but Curb::Multi will not. It...

It seems as if when I have an error in my x_widget.rb file, the error message claims the error comes from the template where render_widget is being called and shows...

I believe [this code](https://github.com/flavors/django-graphql-jwt/blob/main/graphql_jwt/middleware.py#L16) is assuming the operation type ('query' or 'mutation') can be title-ized to produce the name of the root query and mutation types, but the GraphQL spec...

I'm trying to validate JWTs from Apple using their JWK (https://appleid.apple.com/auth/keys) and it took me hours to figure out what to do with them. Had to piece together information from...

docs
help wanted
good first issue

## Goal I want to use [MinIO](https://hub.docker.com/r/minio/minio/) in our development stack so that our S3-dependent code will work the same in both dev and production. Our stack is a set...

I'm learning django-storages by starting with zero configuration and adding what's needed one bit at a time to see how it alters behavior. When I configure credentials but not a...

Sorry - I should have just included this in my last PR (#151). Anyway, I tested it locally and it worked. Should solve nvo87's problem here: https://github.com/klen/mixer/issues/142#issuecomment-1025645482

Is it possible to simply load the Re-base library via a tag? I don't have a build process set up for my current project, and I haven't learned Webpack yet,...

(I was going to submit a PR, but after lots of searching I still couldn't figure out where the actual content of the docs was hiding.) New to Grunt; noticed...