toks
toks
Currently, I have multiple authentication schemes setup in my application. Unfortunately, adonis-guard keeps using the default guard for all application schemes, hence denying access during authorization. This results in the...
Currently, on incremental builds, an Api request would be made. Having some sort of local cache would help prevent running into any API limits usage for the stated case. Something...
It's important to write extensive tests on the money conversion in other languages, and in cases where the tests fail, we could work towards having a good implementation. Please kindly...
I'm proposing that we save the temp file with the file extension, considering that in some cases, one might have a logic that depends on the file extension. Currently, when...
Due to the several Tasks that should execute to fulfill several aspects of our application, I desired a clean way of organizing our tasks. In this light, decided to go...
This PR is responsible for loading tasks in subdirectories relative to the `app/Tasks` directory. It fixes #28.
Navbar component throws an undefined data property. **Project setup:** Vue + Typescript project generated with Vue CLI 3 When I tried using tried VUIKit in just a Vue and Javascript...
I discovered that the enable notification button at the top right corner of the navbar is currently unclickable.
Print out the difference between any two directories to stdout. This includes: - Difference between lines in files - Existence of a file **A sample output is:** ``` ╔════════════════════════════════════════════════════════════════════════╗ ║...
Resolves #4.