Addison Klinke

Results 40 comments of Addison Klinke

With Dolt 0.40.11, I'm able to add a generated column using an `ALTER TABLE` statement. However, when querying the altered table, the newly generated column only contains null values. In...

@noraef I also had an issue with the venv not finding the packages installed by the automated script. It seemed to be because my default system Python is from Miniconda3....

Sure I'll take a look into customizing via your suggested approach - thanks!

Running into this as well (particularly for stock transactions). Is the merge just blocking for tests?

> The problem I have is after this initial match: when I restart the beancount-importer server I'm also a bit puzzled by the expected behavior when adding to an existing...

For reference, this is the function override I'm using to accomplish the goal of my workflow ```python def get_pending_and_invalid_entries( raw_entries: Iterable[RawEntry], journal_entries: Iterable[Directive], account_set: AbstractSet[str], get_key_from_posting: Callable[ [Transaction, Posting, List[Posting],...

Agreed with @xguse `print()` is not an actual debugger. It would be great for Metaflow to have a serial run option > @romain-intel Yes, both PyCharm and VSCode are actually...

@LUO77123 @WongKinYiu What is the purpose of multiplying the sigmoid result by 2? I cannot find a good explanation of this in the code or paper **EDIT:** found a very...

@xadupre thanks for all your [documentation](https://onnx.ai/sklearn-onnx/auto_tutorial/plot_icustom_converter.html#) on registering custom converters! Regarding the available operators to use in the operator converter, I saw this [list](https://onnx.ai/onnx/operators/) in the ONNX docs. However, it...

> @timsehn So, doltpy allows you to do those things without running a server. Is that what you want? > @kretes it looks to me like [we] just require pandas...