-
```
In my code I need to log inside loops if something bad happens. Since this
logging is executed very often I want to decide at compile time whether I
enable it or not. So that the compiler is able …
-
```
In my code I need to log inside loops if something bad happens. Since this
logging is executed very often I want to decide at compile time whether I
enable it or not. So that the compiler is able …
-
With the standard jdbc module in Play, one can log evolutions being applied by adding this to "logback.xml":
Unfortunately it does not work anymore with play-slick. I could not find anoth…
-
It would be great if there were an ability to use custom test reporters.
In our team we use Teamcity to run tests. It [requires some extra console output](https://confluence.jetbrains.com/display/TC…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
improve unit test coverage
**Describe alternatives you've considered:**
- [x] github.com/pingcap/dm/chec…
-
Sometimes, I finish scan with ctrl + c, however, it won't finish properly. It just writes aborting scan, but it won't generate the files, then I need to do another time, this time shows a lot of error…
-
Debug file: https://pastebin.com/KiFZFHrY
The following code gets incorrectly treated when parsed.
```
do(const name[], const ip[], bool:toggle)
{
return 1;
}
```
becomes
```
do
{
…
-
### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
airflow-2.9.1
### Operating System
NA
### Deployment
Google Cloud Compo…
-
If you've tried this, you'll find that the archive function doesn't work, but everything else is peachy.
Considering that's sorta the whole point, it's a bit critical, hence the "Not ready" for use…
-
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/36
Brief Description
I wrote a driver of my own to use CLP libraries. This was working fine with Windows XP for mo…