booboothefool

Results 11 issues of booboothefool

I have a Vault running on Kubernetes that I port forward to https://localhost:8200. I have the TLS cert and the token on hand. I am able to connect to this...

I tried: redux-devtools-extension - Click "Remote" button (or press Cmd+Ctrl+Arrow up) to open remote monitoring. ^ Got the actions to show up but for some reason it completely freezes after...

I see the fields: ``` response latest_receipt_info pending_renewal_info purchaseData ``` I noticed they all have a way of doing it. For `latest_receipt_info` seems like have to sort by date then...

Hey there, was just wondering if you knew if works alright with roughly 1000 concurrent connections (not much)? Just have PostgreSQL right now and trying to avoid adding Redis to...

`compressString('aabcccccaaa') => '2a1b5c3a'` should be `a2b1c5a3` Just have to change: `cStr += (i - start + 1) + char;` to `cStr += char + (i - start + 1);`

Hi so I am trying to have my storage reset every 24 hours. Say a user has 10 stamina. Throughout the day, they may use some and run of stamina...

For `latest_receipt_info` should I just always take `latest_receipt_info[0]`? What exactly, is `receipt`? It has `original_purchase_date`, etc. in 2013, which confuses me. Additionally, what is `receipt.request_date`? It's the date of what...

Reproducible most of the time if you just keep spam removing the item at index 0: ![testy](https://cloud.githubusercontent.com/assets/13257645/20554596/027410c8-b12b-11e6-80e6-cc772e0eecce.gif) ![screen shot 2016-11-23 at 3 13 56 am](https://cloud.githubusercontent.com/assets/13257645/20554599/066098be-b12b-11e6-993c-2fcdd17ce612.png)

``` |--> queue_for_resource1 - consumer1 exchange |--> queue_for_resource2 - consumer2 |--> queue_for_resource3 - consumer3 |--> ... ``` `queue_for_resource#` needs to be dynamically generated where `resource#` is some unique id. Because...

My app's animations were pretty clunky and I shrugged it off at first because I doubted a single little parameter would make much of a difference, but then my users...