Closed pranitsh closed 9 months ago
Hello @pranitsh,
2 .You're right; we can remove JSONForms to migrate to Angular 16. I've realized that coupling with certain libraries wasn't the best approach. However, I had to make a decision to get the job done, especially since those libraries are incompatible with CDNs.
Yes. I realized that creating a mono repo with different npm packages would be a good idea.
It's okay. I was using Gitpod, but now I have a good computer to handle the job.
It's okay to me.
P.S. I'm migrating to React with BlockNote but not with TypeCell. Additionally, I'm writing a paper about the architecture, decisions, and the problems that arise with this kind of software. Would you like to read a draft?
I would love to read the paper behind this. Admittedly, most papars fly above my head, but I'm still impressed by the comprehensivenees of your work. It significantly surprises anything else I've seen in this space, especially in regard to CRDTs, IPFS, and the necessitated architectural consistency.
If possible, could you clarify the purpose of the Form component and localhost:3000
?
Thank you for answering my deluge of questions. This should be about it.
The purpose of the Form component and other components was to provide reactive web components to developers working with WebWorkers, as they don't have direct access to the DOM.
We have a Discord channel where we've published the draft. You can find it at https://discord.gg/us9nYvSyM6.
Thank you!
Hey,
I've been looking to contribute, and couldn't figure out a couple of things. I'd really appreciate you answering a couple of questions related to my future contribution so as to ensure that my future pull request can be merged.
uuid
(because I saw cases of both using uuid)? Admittedly, this question is probably on the dumber side since I have yet to spend a decent number of hours understanding editorjs. For my plan, I want to build an import and export toolkit for markdown, html, text, docx, github through theunified
library. I'm currently testing using the injector for database via specifically creating randomid
,topic
, andcreatedBy
/lastEditedBy
and inadvertendly randompeer
s andtopic
s. This approach is probably not correct, but using theShell
class seems even messier, since I want to add to the current file or specified files alongside sending a thousandCustomEvent
s seems like a decent way to crash. Any thoughts on how to approach this?src/app/notebook/form
? I had a couple of guesses, such as its relation tolocalhost:3000/form
or the use ofjsonforms
(which I would appreciate you didn't depend on since it is old and the main dependency preventing updating Angular to 16), but I don't even know the purpose of these two parts either. I plan to remove this component in my pull request, if it is okay? Later, I plan to update to Angular 16.devcontainer
folder instead of.gitpod.yml
, would that be okay?// @ts-ignore
. I plan to add a.eslintrc
file and fix up the code quality. Would that be alright?Thanks for answering my questions, and I hope my contributions are successful.