-
I've noticed that the code in the version of the package installed via pip differs from the code in the GitHub repository. Specifically, the errors I encountered with the pip-installed package are not…
-
### Steps to reproduce
set `log_queries_not_using_indexes = 1` to mysql config.
### Expected behaviour
Probably a very few logfile entrys from upgrades etc.
### Actual behaviour
```
# Time: …
-
Given the following swagger definition:
```
"produces": [
"application/vnd.microsoft.appconfig.kv+json",
"application/problem+json"
],
```
The converter ou…
-
This causes an error in the `app.config.ts` when the selected color is missing.
https://github.com/nuxt/ui/blob/v3/src/templates.ts#L62
-
Erro publish (push)
-
appConfig: {
noPromiseAPI: ['createSelectorQuery'],
baseUrl: prod ? 'http://sa.xxx.vip/' : 'http://sat.xxx.vip/'
}
console.log(wepy.$appConfig.baseUrl);
show error:
Cannot re…
-
I'm getting the strange receiver does not exist error message when trying to initiate the messenger:consume command. Does anybody know what's wrong?
For some more context, I'm using this on a stan…
-
Hi,
Ive downloaded master version however when compiling (after earlier compilation of all required dependencies), I have the following errors (many) (I also downloaded suscan as master):
```
/us…
-
During installation (Setup in the browser) an `oc_appconfig is not defined` error is thrown.
It doesn't do any harm, but it's "not nice" ;-)
Probably regression due to https://github.com/owncloud/…
-
```
final now = DateTime.now();
final startTs = now.subtract(Duration(days: startDay)).millisecondsSinceEpoch;
final endTs = now.subtract(Duration(days: endDay)).millisecondsSinceEpoch;
const int …