Ahmad Ma'ruf
Ahmad Ma'ruf
i tried using HMVC design pattern. my idea is, creating Routes.php for each modules, and then include them in main `Routes.php` my project structure ``` src/ |-Config/Config.php |-Core/ | |-CoreFunctions.php...
hello, I try to create a chatbot using LSA Algorithm. I am new to Machine learning, so I don't know if this is correct. since I use the LSA algorithm,...
> This is a copy issue from Rubix/ML https://github.com/RubixML/ML/issues/303 > I'm putting this here because I don't know whether this problem is related to Rubix/ML or Rubix/tensor hello, I try...
**Describe the bug** vscode display error `Undefined Function 'App\Http\Controllers\toastr'` but it works in browser. (just showing unnecessary error in vscode) i don't know if this is bug or not. but...
### What happened? I use nuxt3 and install vee-validate with `pnpm add @veevalidate/nuxt` I want to use Composition API (because I use 3rd party UI library). and I following example...
I want to create an invoice with some metadata so that I can identify the invoice type in my app. However, it seems that the `CreateInvoiceRequest()` method ignores the "metadata"...