Working on @bookhive.buzz
github.com/nperez0111
Read my blog at nickthesick.com
Support me on Ko-Fi: https://ko-fi.com/nick_the_sick
One thing that is useful, is that user reported issues get tests, if someone cared enough to make an issue, it should get a test. There have been 1k issues on BlockNote (a rich text editor library). That would be minutes of tests
One thing that is useful, is that user reported issues get tests, if someone cared enough to make an issue, it should get a test. There have been 1k issues on BlockNote (a rich text editor library). That would be minutes of tests
Having a few e2e tests like this, sure. But each and every test being isolated doesn’t feel right
Having a few e2e tests like this, sure. But each and every test being isolated doesn’t feel right
Added start and end dates recently. I don’t know what a prompt is here.
4. Can easily be added, not totally clear why you’d need it though.
Added start and end dates recently. I don’t know what a prompt is here.
4. Can easily be added, not totally clear why you’d need it though.
2. Data is the hardest part of any book project.
2. Data is the hardest part of any book project.
It's unfortunately very hard to get book data.
Wish you best on your app!
It's unfortunately very hard to get book data.
Wish you best on your app!
Editor (core & React) is MPL
There are additional packages which are GPL or commercial license. But they aren’t required and can be built on your own
Editor (core & React) is MPL
There are additional packages which are GPL or commercial license. But they aren’t required and can be built on your own
It is like express, if it were designed in the last five years!
It is like express, if it were designed in the last five years!
Yes, rich text editors are extremely difficult to program for, because most often UIs are 1 way so it is simpler to represent, whereas text editors need to both make sense UX wise and programmatically which is hard.
Yes, rich text editors are extremely difficult to program for, because most often UIs are 1 way so it is simpler to represent, whereas text editors need to both make sense UX wise and programmatically which is hard.
I can see why someone wouldn't ship an image format conversion to a web app.
I can see why someone wouldn't ship an image format conversion to a web app.
Maybe for slow initialization and then exposing a synchronous api on top?
Maybe for slow initialization and then exposing a synchronous api on top?