thekingofcity

Results 46 issues of thekingofcity

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...

addition
non-free
feedback needed

# Use system's cert instead of disable InsecureRequestWarning https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl https://stackoverflow.com/questions/42982143/python-requests-how-to-use-system-ca-certificates-debian-ubuntu https://stackoverflow.com/a/33717517/1695680 In this PR, we use system's cert rather than third-party certs. However, this will downgrade the compatibility since...

enhancement

网页版都隐藏掉了?

help wanted
question

`data` is not a valid `Translation` in the following code because `kr` should be `ko`, but `is(data) === true`. Let me know if it is not supported yet. ```typescript import...

**Change log description** This FLIP upgrade the new unified Sink from V1 to V2. **Purpose of the change** Fix #653 **What the code does** Upgrade sink code to be compatible...

Signed-off-by: thekingofcity **Change log description** It could be better if we have a central place to store all the client configurations, but now we are separating them in each of...

**Problem description** This FLIP upgrade the new unified Sink from V1 to V2 introduced in #460. **Problem location** Previous sink. **Suggestions for an improvement**

**Problem description** After #571 is fixed, users can use the `FlinkPravegaWriter` in the datastream. However, as the new unified sink API is implemented via #460, the corresponding Python wrapper needs...

**Problem description** The windows build of the rust client failed to read or write Pravega 0.10.2+. This can be verified by downloading the latest `pravegactl` from the release page and...

**Problem description** Current StreamManager will only return tags from the stream. It should be able to return the retention and scaling as well. **Problem location** Nodejs client. **Suggestions for an...