Luke F

Results 11 issues of 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 ![screen shot 2015-02-03 at 2 34 02 am](https://cloud.githubusercontent.com/assets/959505/6016250/3afc24f2-ab4d-11e4-904e-16c749724f3b.png)

![image](https://user-images.githubusercontent.com/959505/68962121-df8e5e80-07a1-11ea-8c1c-44b23eb22143.png) ![image](https://user-images.githubusercontent.com/959505/68962124-e0bf8b80-07a1-11ea-96bf-357e81652592.png) 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...

enhancement

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?