@IKEA I have placed 5 orders in the last year, and every time the order ships I immediately get an order cancellation notification. Your support team says there's nothing they can do.
It is literally impossible for me to order a product from your website. Please fix this.
@Safeway Can I meet with the product owner for your website? I'm so tired of being unreasonably angry any time I try to order on your website and would like to help you make it suck just a little bit less.
@Safeway Suggestion #1: you could use past substitution data from me, or even from everyone to pick better default substitutions and alternates. If I've picked the same item to be the substitute for another item multiple times, you should set it by default.
@GooglePixel_US I just bought a pixel tablet with the dock, and for some reason putting the tablet on the dock forces the screen to rotate even when auto rotate is off. How can I make the tablet actually respect the auto rotate setting while on the dock?
It's almost Showcase time! Can't wait to connect with all of you at #CiscoLive next week. Check out what we have planned and view the Cisco Showcase demo guide NOW. See you in Vegas!🚀
https://t.co/UAsKkhRtSz
@renobelk@packetpushers@packetcoders@rickjdon I really like graphql. It can be really powerful, but also very complicated to implement well. We also found a significant barrier in user adoption. I would love to see more acceptance of the API technology.
@renobelk It's really helpful when you have different queries to the schema that end up with similar data sets, you can cast the results into the same structure for all of the queries, and simplify your code that processes the results, because it only has to understand one structure.