Aron Lilland
Aron Lilland
On a fresh app, it looks like shotgun does not like something (running ruby 3.0 >) getting the following error with thin ```bash $ shotgun --server=thin --port=6000 config.ru == Shotgun/Thin...
I have a spreadsheet with a text value and hyperlink, im trying to get the hyperlink value ```ruby p ws.[1, 1] # => " Text Value" p ws.input_value(1, 1) #...
there is no documentation for how to import via import ReactToastr from 'react-toastr'
```bash $ redis-cli -c -h localhost -p 6378 localhost:6378> ping PONG ``` I have an SSH tunnel running to my AWS VPC, above is redis-cli running from my development machine...
Many application frameworks provide the ability to remove response headers, how is this done in Grape? I see there is stuff like `version 'v1', using: :header, vendor: 'twitter', cascade: false`...
I have a personal and work account, I added both accounts, but when i go to swap from personal to work it returns that I am still on my personal...
just an FYI, there are broken links in old documentation
I love what I see is possible to do, but newer developers are going to have a difficult time reading your documentation and understanding at a glance how to implement...
It looks like this library (and @socket.io/redis-adapter) are both incompatible with using `createCkuster` in the redis library I am getting the following error: ``` bash Error: Cluster is not connected...
**What version of this package are you using?** currently using v12, error message shows the JSX file that the bug is being thrown in v13, have tried versions all the...