Piotr Mardziel

Results 21 issues of Piotr Mardziel

The obfuscator seems to unescape escaped unicode in strings. For example, consider the following input javascript: ``` console.log("\ud83d\ude03"); console.log("😃"); ``` ## Expected Behavior I expect the unicode escape sequences to...

bug
help wanted
wontfix
PR is welcomed

Hi, I'm trying to get a handle on domonic.html module via `import domonic.html` or `from domonic import html` as opposed to `from domonic.html import *` (to be able to do...

Quantities of interests receive output values on DoI samples but these are not necessarily the instance being explained, except in some cases like point. Because of this, one cannot define...

- Reformatted a lot of comment text. - Added some new comments for todos or unknown points. - Added __str__ to various trulens types. - Cleared notebook outputs. - Added...

Example code was missing an argument and import. Fixed.

- Added `WithOutputType` mixin for `LLMProvider`s to indicate their completion generation can accept `output_type`. - Added Lamini provider with the above mixin. - Used output_type in said provider to force...

dependencies
size:XXL

- [ ] Make alembic's version_table option configurable. See https://github.com/truera/trulens/issues/955 .

size:L