Yandi

Results 10 issues of Yandi

Is case insensitive match rule supported? I can't find it in the documentation. Currently I have to create custom validation rule for that.

It seems the Status window can only show the file change differences to the `origin/master` branch. Is there a way to switch to other repo + branch for the Status...

``` Version: `0.11.1` OS & Version: Antergos Linux (arch linux) Node version: `geth 1.8.13` ``` When starting Ethereum Wallet or Mist, the "You computer's clock is not synced" message dialog...

Hi, I'm getting error `java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0]` when making request to ElasticSearch v5. Will there be a release for ElasticSearch v5.x...

Suppose I have an action called `manage` in `FoosController` and the `manage` route is defined like this: ``` resources :foos, only: %i[update] do member do post :manage end end ```...

I'm using Redis v2.8. In build.sbt, the redis client version used is 3.0. Is this client compatible with Redis v2.x ?

With pyowm, how to call this [current weather API](https://openweathermap.org/current#geo) with units parameter (like "metric" or "imperial")? I checked `weather_at_place` and `weather_at_coords` functions, but it seems there is no way to...

**Describe the bug** When the server or database is connected in Object Explorer window, the pop-up notification ("Server connected" or "Localhost/ - Database connected") at the bottom-right corner won't get...

Bug
EDB Sprint 168

I'm not sure if this is a bug or not, I found out the `stub_const` doesn't work with constant inside `class > NameError: > wrong constant name HelloWorld.singleton_class > >...

Just want to report that there is a small typo on the `InvalidWindowHandle` error message: https://github.com/pywinauto/pywinauto/blob/bf7f789d01b7c66ccd0c213db0a029da7e588c9e/pywinauto/controls/atspiwrapper.py#L60 https://github.com/pywinauto/pywinauto/blob/bf7f789d01b7c66ccd0c213db0a029da7e588c9e/pywinauto/controls/hwndwrapper.py#L103 It should be `valid` instead of `vaild`.