Philip D'Souza

Results 4 comments of Philip D'Souza

Agreed. Seems https://github.com/kiteco/vscode-plugin/blob/master/src/constants.js does not include ipynb as a supported file type.

The file structure has completely changed since I originally wrote this and so closing PR.

`plugInsEnabled` has depreciated [1]. Might be why the plugins aren't loading. https://github.com/JadenGeller/Helium/blob/c465d11de576ddc6f0c4f4e9268e38d6f2c84d4a/Helium/Helium/Window/WebView/WebViewController.swift#L40 [1] https://developer.apple.com/documentation/webkit/wkpreferences?changes=latest_minor

@Torantulino The problem stems from split_text in browse.py, you should be calculating token length instead of character length using something like ``` from transformers import GPT2TokenizerFast tokenizer = GPT2TokenizerFast.from_pretrained("gpt2") def...