-
```
This is my first time posting an issue online for open source projects - hope
I'm doing it right!
What steps will reproduce the problem?
This code:
results = api.GetSearch(search_string, None, …
-
```
This is my first time posting an issue online for open source projects - hope
I'm doing it right!
What steps will reproduce the problem?
This code:
results = api.GetSearch(search_string, None, …
-
I recently encountered an issue with the Pusher PHP Server library in my Laravel application.
The error I faced is:
```php
TypeError: json_decode(): Argument #1 ($json) must be of type strin…
-
I am getting repeated error messages like:
```
16:20:34 Processing bundle 156453120048 (start: 2019-07-31 00:00:00 +0000 UTC, end: 2019-08-01 00:00:00 +0000 UTC)
16:20:34 Getting Export Data for bu…
-
Hi there! Thanks to the incredible work on EEG datasets!
I encountered a problem when I was trying to figure out what
https://github.com/norahollenstein/zuco-benchmark/blob/5ad276d2d075a30e8a474…
-
Allow to set `json_decode` usage to enable assoc creation of arrays.
Perhaps
``` php
$instagram->decodeAssoc = true;
```
Defaults to `false`.
-
I would love to complete my nextcloud login I mentioned in #189, but it turns out that I was missing one part: I am not receiving the `X-Forwarded-User` header. I believe, traefik-forward-auth current…
-
### Description
I'd like to propose adding support for custom `format` types. These could come from the configuration. Maybe something like the following example:
```yaml
generator:
formats:…
-
```
Bug found with 2.3.0. When a user enters a floating point value in the
customization section of the web interface without a preceeding whole number,
json decoding fails in cdr_ecv_cron.py.
The…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROC…