Piotr Mardziel

Results 27 comments of Piotr Mardziel

A module "tags" or "tag" anything else informative that would let us write "tag.br()" instead of "br()" using the star import would solve my problem.

Recently added was https://github.com/truera/trulens/blob/master/notebooks/nlp_demo_pytorch.ipynb .

There is also the cut accessor which can be used for this.

Switching trackpad scroll direction in System Preferences does it but then it messes with scrolling everywhere else.

Does these lines have anything to do with it: https://github.com/pravdomil/Native-Trackpad/blob/1babd5b0ecfae3ff3a184b83caa943e24ff3935b/xcode/NativeTrackpad.mm#L62 https://github.com/pravdomil/Native-Trackpad/blob/1babd5b0ecfae3ff3a184b83caa943e24ff3935b/xcode/NativeTrackpad.mm#L68

I'm having the same problem. Here is what the javascript console outputs when this happens. I've also seen similar errors with other extensions. ``` Uncaught (in promise) Error: Module ipyvolume,...

On a related note, does anyone know why the 1.1.0 release which even has "scala-2.12" in its name depends on spark for scala-2.11 on maven as in here: https://mvnrepository.com/artifact/com.amazon.deequ/deequ/1.1.0_spark-3.0-scala-2.12 .

Hi; I'm prototyping various ways in which we can let this be configurable. Let us know if you have any suggestions.

Hi @adrycerdeiro , can you check out this PR: https://github.com/truera/trulens/pull/971 . It adds a table prefix option and changes the default to "trulens_" which should make it not interfere with...

Hi @oliverproudfoot , can you try this alternative to set context: ```python from trulens_eval import Select context = Select.RecordCalls.ainvoke.rets.source_nodes[:].node.text ``` The issue maybe our assumption that the main app method...