-
### What happens?
I'm getting one of the following issues after I run the SQL below:
```
Invalid Input Error: Malformed JSON at byte 105 of input: unexpected end of data. Input: [{"property":"…
-
## Problem
In cases , where we are using string array , we are unable to use contains.
Lets say for example :
`countries = ["India" , "China", "Nepal", "Australia", "Russia"]`
in this case , let…
-
### Description
almost the same as #507
culprit code:
File "...dataclasses_json/core.py", line 150, in _decode_dataclass
kvs = {decode_names.get(k, k): v for k, v in kvs.items()}
Attr…
-
I am requesting to add support for [IPinfo's IP to Country database](https://ipinfo.io/products/free-ip-database) to the project. The database has the following features:
- It includes country and …
-
### Elasticsearch Version
serverless
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Ubuntu 20.04.6 LTS (Focal Fossa)
### Problem Description
We received a suppr…
-
Hello guys,
I would love to having TLD (Top Level Domain) information when getting a Country with `pycountry`. For example:
```python
>>> import pycountry
>>> brazil = pycountry.countries.get…
-
Hiya,
Looks like this stopped working recently.
Running ```python tests/cli_mercedes.py``` I'm seeing the folllowing. Maybe DoneDeal change their site?
```
No matches found, returning 0
re…
-
[[RFC7644] (Section 3.5.2.3)](https://www.rfc-editor.org/rfc/rfc7644#section-3.5.2.3) lists the following example of a valid `urn:ietf:params:scim:api:messages:2.0:PatchOp` object,
```
The foll…
-
Our API currently responds with "Hello World". We need it to respond with a list of countries in JSON format. We use JSON as a way to return structured data that can be consumed (or used) by clients.
…
-
example output: `' {\n"street": "Maple Avenue",\n"city": "Boston",\n"state": "Massachusetts",\n"country": "USA",\n"postal_code": "02139"\n} \n\n \r\n\n \r'`
To replicate, set `decode_special_tok…