cloud-native
Here are 1,045 public repositories matching this topic...
lightning v5.3.0
After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import
parquet file:
 right from the list of Nodes
Why is this needed:
In case if you trying to manage a lot of nodes (30-50) sometimes it's complicated to understand what is that server for. This two columns will help me managed and understand without clicking details. Maybe much better
-
Updated
Feb 14, 2022 - Go
-
Updated
Feb 14, 2022 - Go
At Jina, we build crazy fun things using Jina and one such example is the meme search.
Meme search allows you to upload a meme of your choice and renders many similar memes to your meme !.
If you are interested in getting your hands on coding with Jina and creating something, this is the issue for you.
Idea:
Create a Pet image classification!.
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Feb 9, 2022
-
Updated
Feb 14, 2022 - Go
-
Updated
Feb 8, 2022 - Shell
-
Updated
Feb 14, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
We've see many people complain about Milvus 2.0 spent too many disk spaces.
One thing we can do is do compress the binlogs and check if we can get some compression ratio, If so compression should also help the load speed due to saved IOs
D
Description
If we use io.quarkus.runtime.annotations.RegisterForReflection#classNames to register classes for reflection it does not register classes up in the hierarchy.
On the other hand, if we use -H:ReflectionConfigurationFiles, it does register the full class hierarchy.
Implementation ideas
I think we should look for the full hierarchy here: https://github.com/quarkusio/qu
Issue description
The test case in t/core/utils.t currently has some code errors, such as
The variable host is a nil when the code is executed here (which may never happened)
Solut
-
Updated
Feb 14, 2022
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Currently, whenever there's a patch release, like 0.36.1, that becomes the only displayed docs version in the version picker:
That's fine. However, we also stop generating website content for the previous versions, so 0.36.0 disappears: https://www.openpolicyagent.org/docs/v0.36.
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.


Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: