Juliano Penna

Results 24 comments of Juliano Penna

Sorry, I replied on the run and didn't realize it was another issue I've opened. I was working on another fix and not this one. I'll work on this tomorrow.

This is happening for me as well. I'm using `[email protected]`. I've tried with both Node 16 and 18. I'm using next.js and Firebase's webframeworks is activated. I separated my functions...

I've spent the last 2 days trying to fix this, but failed. I don't want to spend more time on this, so I did a quickfix for my use case:...

Requires these to be merged first: 1. https://github.com/AppFlowy-IO/appflowy-editor/pull/680 2. https://github.com/AppFlowy-IO/appflowy-editor/pull/687

Yes, I'll take a look next week!

For clarity: https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/main/essential-documentation/markdown.md ![afmd](https://github.com/AppFlowy-IO/AppFlowy-Docs/assets/16005946/c4721332-ad62-4a7f-bf46-4a6d02cb7f37) Maybe better than removing the `OR` (like in the PR), it could have it out of the code block: `** **` OR `__ __`

Same here... I was considering using Prettier just because of this... I have Biome formatting in pre-commit and every time I have to re-commit the organized imports because Biome doesn't...

I'm using it like this in my Workspace settings: ```json "[javascript]": { "editor.defaultFormatter": "biomejs.biome", "editor.codeActionsOnSave": { "quickfix.biome": "explicit", "source.organizeImports.biome": "explicit", "source.organizeImports": "never", "source.fixAll": "explicit" } }, ... and the same...

Could you run the checks again, please? I think they failed because I force pushed while they were running.