Luke F
Luke F
This requires go version `go1.16beta1 darwin/arm64` or higher I am very new to building go binaries, is there anything I would need to do at the package level to enforce...
I see this is supported in master branch, looking forward to input validation via Linter class for usage outside of CLI. For now I am installing gem via git ref...
excellent tool btw - it would be nice to have it on par with something like rubular.com for matching multiple patterns 
  I can successfully preview the project, but hitting a wall when trying to contact the apollo server - the error that comes back seems to indicate a problem...
There is a note in the readme > useGETForHashedQueries: set to true to use the HTTP GET method when sending the hashed version of queries (but not for mutations). GET...
**Describe the bug** attempting to use https://github.com/boyan-soubachov/tastyworks_api/blob/master/tastyworks/dough/stocks.py#L6, receiving error ``` an error occured -> Cannot connect to host trade.dough.com:443 ssl:default [nodename nor servname provided, or not known] ``` are we...
it is sometimes useful to view the http status of the request when crawling a page - is there a way to do this? it wasn't immediately clear from the...
issuing the following command results in an error ``` $ bundle exec rr --sitemap XML --progress http://www.yahoo.com /Users/lfender_mbp/source/rubyretriever/lib/retriever/cli.rb:10:in `initialize': private method `gen_xml' called for # (NoMethodError) from /Users/lfender_mbp/source/rubyretriever/bin/rr:75:in `new' from...
I want to retrieve information for a single user based on a name (not a substring) or an id - is this possible?