aprescott

Results 51 comments of aprescott

I hadn't considered this to be a thing that tenuki should solve for. I think my expectation is that removing a board from the page is very likely to require...

Hi! There's currently no first-class way to define starting state. The simplest way is to play moves through [the gameplay functions](https://github.com/aprescott/tenuki#game-play-functions) until you reach the starting state you'd like. I...

@GreenAsJade the npm package doesn't come with any CSS, since the assumption was that you'd only be running the game engine, and manipulating moves without a front-end, not attempting to...

It's been a long while and I never came back to this, but I can include the built CSS in future NPM releases (should they exist). To at least avoid...

It's worth mentioning that, with Rails 7.1, the behavior of `return` inside a transaction depends on `config.active_record.commit_transaction_on_non_local_return`. It seems that the current plan is for non-local returns to commit transactions...

I'm encountering this same issue. An application I work on has transactions from noisy requests to paths like `/wp-login.php`. I am trying to find some means of filtering them out....

Up for debate is whether to handle changes outside of `_posts` and `_drafts` as part of this. Probably, yes.

Since I just ran into this, trying to determine what was included in a release: I personally find a changelog file separate from GitHub releases notes to be very helpful....

For what it's worth in case anyone runs into this same issue, there seems to be a discrepancy between the released 3.2.3 version of the gem and the `v3.2.3` git...

@stefannibrasil my apologies! I should have made it clear that the actual issue that led to discovering the tagging issue was handled separately. Sorry about that.