hezean
hezean
Hi! May I work on it?
Hi @juancastellano115, good idea! If you wish, just open a PR in [questdb.io](https://github.com/questdb/questdb.io) repo, modifications should be applied to this file: https://github.com/questdb/questdb.io/blob/4be28673dbea46c95445cdfe4304257e36362fcc/docs/develop/query-data.md?plain=1#L450-L472
Hi @Twilight-Shuxin, I was also trying to fix this bug, IMHO the point is index, not symbol. Please correct me if I'm wrong, but your changes seem not to fix...
A guess: the problem was caused by `monaco-editor` API's `getWordAtPosition`, which cuts the word `'2012-04-12T12:00:0A'` on the first dash. > Another example: > https://github.com/questdb/questdb/blob/37432fc6090de1d882ca278d365924f1a488e530/ui/src/scenes/Editor/Monaco/utils.ts#L217-L224 Could anyone kindly point out the...
Hi, I'd like to try this, can you assign it to me? Up to now, I find these implemented classes may be helpful: ``` io.questdb.cutlass.text.types.TypeManager io.questdb.griffin.engine.functions.bind.BindVariableServiceImpl ``` I think we...
This issue couldn't be fixed soon I'm afraid. Currently I'm preparing for my final exams -- I'll try be back on this in my summer vacation (in about 20d), if...
Hi @scordio, under my understanding Frank might want `AbstractObjectAssert#isNotNullAndSatisfies` as a shortcut for both check not null and check the requirement, something like: ```java @SafeVarargs public final SELF isNotNullAndSatisfies(Consumer
Hi @scordio, sorry for bothering. This PR implements the methods you mentioned, could you please review the code?
可以 search in repo -> code 搜食材名
## GLCC Midterm Progress Report **Topic: Implementing a server-side SDK of Python** Related PRs: - https://github.com/FeatureProbe/server-sdk-python/pull/2 - https://github.com/FeatureProbe/server-sdk-python/pull/1 - https://github.com/FeatureProbe/server-sdk-python/pull/3 There are also some PRs that are not under the...