Steven.Xi

Results 8 issues of Steven.Xi

### Actual behavior The file exists in the repo folder. And it exists in the git remote repo. But cannot see it from wiki ### Expected behavior Wiki should see...

As an API consumer itself, respect Slack's Rate Limits (https://api.slack.com/docs/rate-limits) may be difficult as SlackAPI. But it would be nice to expose the rate limit error detail in the response....

Re-attach consumer to auto-delete queues fails. The reason is it uses the queue name to consume but the auto-delete queues are not exist anymore. Solution: what I did in my...

The page https://plugins.jetbrains.com/plugin/9190?pr=teamcity is borken, even the site. Thanks

My understanding of having everying abstracted to interface (etc IServiceFactory) is allowing customization. But in the Scope constructor, it casts the ServiceFactor from IServiceFactory to ServiceContainer. Makes the interface IServiceFactory...

Memory leak caused by AsyncLocal from PerLogicalCallContextScopeManager Hi, Many thanks for this project. We've used it for web for years, it works fine. But recently we've adopted the implementation into...

### Bug description: When open a modal, .modal-body class's ```flex: 1 1 auto ``` doesn't work, due to "modal-content" is no longer a direct parent of "modal-body". The component element...