C-Bass
C-Bass
I'm using annyang to input chess moves and I'm finding it very challenging to have it correctly recognize commands such as "D 2" and "B 2", "E 2" and so...
There's a big lack of a free powerful opening trainer IMO.. something like what Chessable does but completely free.. open source a huge bonus. You could start off by adding...
I downloaded Stockfish for MAC from the official Stockfish website and unzipped the archive I tried a few things to add it to my path. I tried adding the executables...
meaning when it gets to the end, instead of looping back to the beginning.. it actually plays the video in reverse.. and so on
Your project was awesome.. and I like and use many others of yours :) It's too bad I only just found out that Forge had an unofficial api days before...
Hi there, love your package by the way, thanks for making it. I've noticed that since upgrading to php 8.1 I get this warning ``` Return type of Sebdesign\ArtisanCloudflare\Zone::jsonSerialize() should...
i find this very useful for purging the cache, but wondering if you have any plans on adding commands for all of the other endpoints such as dns management?
I want to use this to update an old and very much out-of-sync folder but that also has a lot of good files that don't need replacing last time i...
I just noticed after installing this package and setting it up that it turned all my resource groups into collapsible dropdowns. Why does it do that? This package doesn't mention...
Even with the most basic of examples: ``` ``` the `mounted/created` lifecycle hooks in `SomeComponent` gets called 3 times Why is this happening? How to prevent it?