Nikolay Ryabov

Results 12 comments of Nikolay Ryabov

That error has occurred with example code in README.md. Try to use that code: ``` const {contentBlocks, entityMap} = htmlToDraft(this.props.content); const contentState = ContentState.createFromBlockArray(contentBlocks, entityMap); const editorState = EditorState.createWithContent(contentState); ```...

Yep, this project is still maintained, but I don’t have time to look for an error in db reading and fix it. Perhaps in the near future I will pull...

@doniyor2109 I think it would be preferable to add the ability to add a separate token through the bot UI in Telegram using a separate button. Well, also add an...

It happened again =( Mongodb is killed by the kernel due to something, and I think this is due to too much memory used. I am trying to fix this...

@Ann0ying, thank you, very nice to hear that it helps someone. But the bot has support for channels, groups and supergroups. Can you say something about the behavior that you...

Do you mean setting up a private bot instance or user guide for commands?

Hi guys. I don't know why this happened, but I restarted mongo and the server and hope this helps.)

If I have free time, I'll try to start. It will take a lot of time for developing. Especially since I first encounter Svelte. And of course I'll start the...

Sorry for the long absence. I finally freed myself and now I can devote my time to open source.)

Now we have node type like this ```ts type Node = { name: string, start: number, duration: number, type?: string, color?: string, children?: Array, }; ``` And we can do...