Yüce Tekol
Yüce Tekol
Python 2 has reached end of life on January 1st, 2020 as documented [here](https://www.python.org/doc/sunset-python-2/). So, PySwip 0.2.10 will be the last version which officially supports Python 2. Do you still...
## Overview - Adds support for adding timestamps to exported CSVs. The timestamps are found by transforming appropriate view names. Appropriate view name == views that correspond to the time...
### Description `Index already exists` error response has `success` and `error/mesage` fields. ``` $ curl localhost:10101/index/i1 -d '' {"success":false,"error":{"message":"index already exists"}} ``` The query error response has only an `error`...
### Description This is probably low priority, but `/schema` endpoint returns the following when there is no index: ``` $ curl localhost:10101/schema {"indexes":null} ``` But returns the following if there...
### Description I tried to create a test setup on Google Cloud, but wasn't successful. The external IP interface is not on the VMs, so something like `pilosa -b p01.domain.com`...
### Description Currently PQL strings don't allow arbitrary data/text. For example backslash (`\`) and carriage return (`\n`) are not allowed., e.g., the following test fails (based on the test at...
`TestClusterID` fails with: ``` 2022-07-14T13:25:46.3492857Z --- FAIL: TestClusterID (87.35s) 2022-07-14T13:25:46.3493481Z --- FAIL: TestClusterID/Smart_Client (87.35s) 2022-07-14T13:25:46.3495386Z Jul 14, 2022 1:25:46 PM com.hazelcast.core.LifecycleService 2022-07-14T13:25:46.3496047Z INFO: [localhost]:15703 [clusterId-test-cluster1] [5.1] [localhost]:15703 is SHUTDOWN 2022-07-14T13:25:46.3519679Z...
This PR updates the code samples for the website.
See: https://github.com/hazelcast/hazelcast-go-client/runs/6824094260?check_suite_focus=true