Shashi Deshetti

Results 10 comments of Shashi Deshetti

> if editorjs extract Toolbar into an individual plugin, or make it configable to override default Toolbar renderer, that's would be great. For my current project, we are going to...

> We have implemented a notion-like toolbar, but have forked and modified the editorjs source code @ChasLui Thanks a lot for your response. Is this the fork you are referring...

@mikecao I would think the data export & import feature would also come in handy in the following use cases: - Back up the analytics periodically. I believe you could...

Hi @tiangolo , wanted to check if there is anything pending for this PR to be merged? I will try taking a shot at it, if anything else is required...

Hi @swissspidy What is the status of this? We plan to implement Web Stories in a different Open Source CMS and I was wondering if we could repurpose the code...

@swissspidy Thanks for the quick response. I will check it out. Cheers!

@roi-codefresh Thanks for the quick response. That is a use case as well. But, I am more concerned about a potential disaster of uninstalling all the applications on the cluster...

We had to create our own helm chart to support this and a few other features the current helm chart doesn't support like setting the master key from a secret:...

> @ngmisl We are. It looks like they do the same things, is that correct? Yes it is. In fact, ruff is rust based and supposed to be a lot...

A full working example of the following is here: https://github.com/deshetti/sqlmodel-async-example Opened a PR to add documentation to the docs: https://github.com/tiangolo/sqlmodel/pull/633 ``` from contextlib import asynccontextmanager from typing import Optional from...