Crispy13
Crispy13
Hi. I'm trying to apply pyo3 0.21.2 to 0.20 codes. With 0.20 codes my python app works, but with the new code does not. The current situation: - python version...
``` cargo build --release --config=profile.release.debug=true ``` It would be good to use cargo-flamegraph like the above.
With `toggle_key` option, floating window can be toggled. Could you get toggle option to be applied on hint also? For example, hint and floating window are both toggled with `Ctrl-K`.
Hi. Currently `Query` struct have no methods to get `RecordBuf`. To make a method for that, I tried to write some codes. This small PR has `QueriedReader`, which has methods...
No "+", "*" option in register with neovide.
**Describe the issue**: **Minimal Complete Verifiable Example**: ``` toy_df = pd.DataFrame( np.random.randn(10,3), columns = list("ABC"), index = list(range(10)), ) toy_ddf1 = dd.from_pandas(toy_df, npartitions=2) s1 = toy_ddf1['A'].apply(lambda x: abs(x) < 0.5...
## Description A clear and concise description of what the feature is. If a ensemble model consists of automm, cat, gbm, and the train dataset have text columns, make automm...
## Description TabularPredictor. num_threads in fit() but not in predict() Sometimes, the predictor uses all threads. It would be good that I can limit thread usage.
## Description I use tabular predictor for text+tabular dataset. the problem is multi-class, and I want to use average_precision for this problem, but it is not available. https://auto.gluon.ai/stable/tutorials/multimodal/advanced_topics/problem_types_and_metrics.html It would...