Pavel T
Pavel T
I do not insist in any sense, just when I've tried to use your version, it spooked me a little with all the needed Google permissions. In this version, it...
Hi, as already stated in a comment to a TS to C* comparison article, you really don't need timestamp in C* row to be `bigint` https://github.com/timescale/tsbs/blob/73ae4be837a5ae5644c1c615dc77ae0496b33392/cmd/tsbs_load_cassandra/creator.go#L57 Each cassandra row will...
## Bug report Live example URL: http://plottablejs.org/examples/emphasizing/ Steps to repro: 1. open the link 1. try to hover or click on the chart 1. nothing happens and a lot of...
Say I want to sort columns by two categories. Usual way to do that in a grid is to sort by one, then sort by the second one. If the...
## Issue: #38683 ## Problem Unhandled panic in keycloak client url calculation. ## Solution Return explicit error, as function contract allows. ## Testing Hm, what should i do? 🤔 ##...
prints offending indexer value with type and position, instead of printing all of the index
is it me or is this code https://github.com/HumanSignal/label-studio/blob/develop/label_studio/core/settings/base.py#L111-112 clashes with this code just couple lines above https://github.com/HumanSignal/label-studio/blob/develop/label_studio/core/settings/base.py#L88-93 ? My reading is that if `DOMAIN_FROM_REQUEST=True` by the time line 111 get's...
Was ``` $ go test -bench . -benchtime 4s BenchmarkTieKeys-4 1000000 8525 ns/op BenchmarkPrefixSearch-4 10000 627035 ns/op BenchmarkFuzzySearch-4 1000 8602394 ns/op BenchmarkBuildTree-4 30 175859534 ns/op PASS ok trie 31.224s ```...
Conda gives me this ``` The conflict is caused by: The user requested openslide-python==1.1.2 tiatoolbox 1.3.1 depends on openslide-python>=1.2.0 ```
so it calls `filter_fn` according to definition: ``` def _replace_with_custom_fn_if_matches_filter( ... ) -> None: """ Recursively replaces each child module in `model` with the result of `replacement_fn(child)` if `filter_fn(child)` returns...