danbopes

Results 22 issues of danbopes

This should be perfectly valid syntax for a CSS selector, and yields the correct result in chrome: ```select[name='extra[isFoil]']``` This should not throw an error: ![](https://i.imgur.com/PB75imQ.png)

I'd like for a way to be able to disable the welcome message for certain replies. For example: > This question is spam. Flag it as spam by **_clicking the...

I've noticed that when fetching GetLowestOfferListingsForASIN with more than 9 ASIN's (API supports up to 20), that the code below breaks the request and amazon gives signing errors: https://github.com/ezkl/go-amazon-mws-api/blob/d35bbe2c053c20b7e90fa9bc0f4caf5f0753cb8c/urlgen.go#L94-L96 After...

Fixes a typo in the main GulpDocker example.

### Product Strawberry Shake ### Is your feature request related to a problem? Currently, I can generate a C# client using gRPC by following this approach: ``` Protos\Services.WeatherForecast.proto ``` This...

❓ question
🌶️ strawberry shake

De-duplication of messages allows clients to have multiple publishers submitting the same message multiple times, and in the case of a publisher failure, the other can still continue adding messages...

enhancement
customer requested

As noted in the title. The TwitchAPI creates a handler `http`, which should be disposed of for short lived TwitchAPI uses.

Are you open to PR's? I'd like to implement multi-targeting, and update from netstandard2.0 to fully support the .net core echo system.

### Description The current `CookiePartitionKeyConverter` doesn't currently support deserialization if the key is already a string. Essentially, trying to serialize these back out to a file, and then read back...