Bernard Greyling
Bernard Greyling
Same here ! Visual Editor Please!
I have managed to hack my way into getting visual editor working. Will update once all functionality is sorted out.
The solution was achieved by implementing the following changes: 1) LocalSettings.php Add the following code to the end of LocaSettings.php ``` $wgVisualEditorSupportedSkins = [ "vector", "apex", "monobook", "minerva", "blueprint", "bootstrapmediawiki"...
> Thanks for the feedback. We plan to work on this early next year. I find this quite suprising. Snowflake is the only library in our entire eco-system that has...
I have managed to replicate this bug as follows: ``` import polars as pl path_with_special_chars = 'SOME_PATH/[SOME_PARTITION_NAME]/file.parquet' clean_path = 'SOME_PATH/SOME_PARTITION_NAME/file.parquet' pl.read_parquet(path_with_special_chars) # Recursion Error pl.read_parquet(clean_path) # Processes normally ``` It...
Thanks for the feedback! Can you elaborate on symbolic-snapping?
I guess the key idea here is to use symbolic regression to extract a parametric function that describes the data. From there you should be able to generalise
Amazing! perhaps going the sympy route might make sense? See for instance the PySR implementation https://github.com/MilesCranmer/PySR/blob/116eee19568e9cc0801e8d5996771ab75bb95998/pysr/export_sympy.py#L8
I second this. We are in the process of evaluating dagster for the core orchestration backend of out internal systems. Two dimensions on the partition seems arbitrary and a fundamental...
It seems that polars is interpreting square brackets `[ ]` as valid shell-glob syntax. I would recommend that this pattern is not used for `DynamicOutput` persistent object paths as it...