Haris
Haris
Yeah, let’s leave it disabled by default. That is to say: in the current version, this would only generate the paginate fn if some `experimental` flag was set. If we...
See #126 -- removed .paginate from default set and also introduced some experimental API behind `advanced-queries`
Hi @hunsolo, hope all is well. Can you try using these with hunspell itself? If you get the same result, it could mean it's not compatible with Hunspell or that...
^ agreed. Two goals we should have for v3: * refactor the config options, including `TableOptions` to be more ergonomic for end users * reduce complexity in how we process/use...
hi @shakhrillodev, this library doesn't help manage the files so you'll have to either do it manually or wrap the add word function with your own implementation that updates the...
Found this https://github.com/cycjimmy/semantic-release-action for publishing crates, but I don’t know if it’ll generate the changelog from our conventional commit messages
hey @hasezoey, I've given this a first attempt -- pushing to the release branch will automatically publish the crate. No automatic changelog generation or version bumping. I'm suggesting the following...
hey @hasezoey, hope all is well :) I made the mistake of using version `0.0.17` for testing the publishing CI. I used `0.0.17-alpha` as well for testing.
> should be merged back like release -> main after a release, if yes, with merge commits or fast forward-only? Sorry, I think I didn't explain correctly. Here's a scenario:...
I'm going to close this issue but feel free to continue the discussion. The next step for publishing CI is to automate the versioning and changelog generation with something like...