Anurag Dhadse

Results 7 comments of Anurag Dhadse

I am counting tokens based on `Sentence` which has tokenized the article: ```python df["sentence"] = df["inputs"].apply(lambda x: Sentence(x)) df["token_count"] = df["sentence"].apply(lambda x: len(x.tokens)) ```

Maybe let the existing `watch` command work both as a traditional watch command for other commands as well as nushell oriented to watch a file? I don't have the intricate...

I'm on Linux, Fedora, yes. It's Multiprocessing + Async code in each process.

I don't really have a background in TS/GJS and would appreciate someone's help on this for review and further refactoring.

> Doesn't anytype show as a background application on your dock? So a temporary solution would be clicking on background application icon on your dock. > > But I still...

Duplicate of anyproto/anytype-ts#630 but on windows?

Duplicate of anyproto/anytype-ts#630.