-
**my scenario**: upgrade from robotframework 3.0.4 to 3.1, then pabot 0.46 results in endless loop, which results in
```
Exception in get_suite_names!
[ ERROR ] Maximum limit of started keywords e…
-
after I pull the latest commit 85c70b8,I find many features (find definition, code completion...) do not work well. Then i try to force function ‘FindSystemDefines’ to reutrn {}, it works.
…
-
From my understanding, the following (simplistic example) should be a valid way to set up a JoinRowMapper.
```
fun testJoinRow(): Map {
val map = HashMap()
querier.testJoinR…
-
@andrecarlucci Inside the middleware [here](https://github.com/SharpTools/SharpReverseProxy/blob/master/src/SharpReverseProxy/ProxyMiddleware.cs#L50) there is a catch all on any failure with the proxy…
-
I think this should be awesome if you can support generic types for rows in QueryResult
To change this:
```
export interface QueryResult extends QueryResultBase {
rows: any[];
}
```
…
-
Hi,
as I started in the google groups
https://groups.google.com/d/msg/openrouteservice/o5-ZTUZVP-I/vU8C2rvuBwAJ
I believe there is an issue with the route instruction builder... I have collect…
-
I'm on Fedora 29, clang 7.0.1, latest `dev` of doctest as of yesterday. It seems that there's a race when two threads access `hasLoggedCurrentTestStart`, for example:
- via `doctest::(anonymous nam…
-
The following query:
```
new Query()
.Viewer
.Select(viewer => new ViewerRepositoriesModel
{
Repositories = viewer.Repositories(null, null, null, null, null, order, null, n…
-
1. Can't switch to definition of the function/method - VS Studio continiously draws progress bar.
2. At the same time, Microsoft.Python.LanguageServer.exe process eats CPU:
![image](https://user-ima…
-
There's possibly an issue with this update https://github.com/facebook/flow/commit/1ca197c103dd5d678f002efb0b5925ca5d728ed7#diff-f265d6a6b6b64d4d096fddcf7d620a76, updating the promise type defs. It do…