Charlie McGeorge

Results 8 comments of Charlie McGeorge

I've just created https://github.com/oeuillot/node-matroska/pull/9 to update `schema.js` to Matroska v4, which might help with this.

I've just created https://github.com/oeuillot/node-matroska/pull/9 to update `schema.js` to Matroska v4, which might help with this.

@nklhtv The corresponding hex code `0x2ad7b1` wasn't removed, just moved (from line 1821 to line 2142). It looks like Matroska V4 [renamed](https://www.matroska.org/technical/notes.html#timestamps) "timecodes" to "timestamps" across the board. When I...

I'm trying to figure out what `_proto.addAttribute` is for in `lib/dom/info.js`... seems like we're looking at the same thing right now

I think the right way to upgrade this library to Matroska V4 would be to also go through `/lib/dom` and add all the new attributes to the Document prototype. For...

@oeuillot what do you think?

> Does anyone know any work around for the issue? @samoruk My silly workaround is to just strip out non-ASCII characters before storing them: ``` def remove_unsafe_unicode_chars(obj): """Recursively remove Unicode...

@jacoblee93 This is broken for me as well; the following code snippets produce different outputs: Python code: ```python from langsmith import Client client = Client() runnable = client.pull_prompt(MY_PROMPT, include_model =...