n-splv
n-splv
@Smuglix any updates?
Same thing with: ```python @frozen class Foo: text: str = field(validator=validators.instance_of(str)) _bar: Bar = field(init=False) @_bar.default def _(self): return Bar(self.text) Foo(1) # Exception: Something terrible happens ```
+1 this would be super-useful. Could you maybe look into some solutions like https://github.com/gnachman/MultiCursor?tab=readme-ov-file
@krassowski thanks for your suggestion. This extension partially works, but there are still some issues that make CodeMirror 5 much more pleasant to work with: Could you please suggest how...
Overall I would say the extension is not very reliable. Notice, how in different cells the same piece of code `df_snap[['company_id', 'catalog_id']]`: 1. The outer brackets are gray 2. All...
@JasonWeill thanks for the reply. Can you please suggest where I could read some sort of manual regarding the customization of CM? I would probably be eager to dig into...
A simple workaround for anyone wondering: ``` args.eval_strategy = args.evaluation_strategy ```
+1 Many folks prefer not to work with the 'go' API because it's less intuitive. A fix for make_subplots would be appreciated 🙏
Same. Setting `base_score` does avoid the error, but for me it's not feasible since it degrades the model performance.