Xiaoxing Hu
Xiaoxing Hu
@kosciak9 sorry for the late reply, that would be awesome. Thanks. Just throw PRs my way 😉 .
I think github actions is probably ok for running all those, and currently, it is using it for unit tests
@thomasheartman yeah, I have noticed it, and it should be fixed by [this change](https://github.com/orgapp/orgajs/commit/3ff5e51337529b6991d1892e8e1b81b32d3f4400). It's published, please try again.
Yeah, sorry about the mess, you caught me doing "testing in production" 😆 . It should be ok now. BTW, take a look at the updated gatsby theme (`gatsby-theme-blorg`) and...
Ah! I had that problem too while migrating my existing projects. That is an odd issue that caused by a breaking change in the dependency chain within the unified ecosystem....
Try to do this in your project `npm install [email protected]`. This will force the upgrade to that version, then you can delete it from your `package.json` file, and do another...
@gitonthescene I suspect that this should be fixed in v2 (kind of 😄 ). Possible issue is that the `\r` is potentially being contained by the token prior to the...
yes, [here](https://github.com/orgapp/orgajs/blob/8227e5bd3c4f457f69999483968521211993e266/packages/text-kit/src/read.ts#L15-L19) is the logic for breaking text into lines, it's a different way of maintaining the line positions since now we have to keep the `Position` info in our...
Sorry about the lack of documentation, I am working on them right now. But I just tried on top of the `next` example. You don't have to tweak the next...