-
The Terminal said "No scheduled commands are ready to run." every time when I executed "php artisan schedule:run".
Here is my /app/Console/Kernel.php
```php
-
I just had a look at this repository:
https://github.com/broadgsa/gatk-protected/
These seem to be the official sources of GATK including the non-commercial licensed parts (e.g. the callers I think).…
-
So that users can learn things about the FEC as an agency, design the flow of the "About the FEC" section.
---
We know what will be in this section (from [this issue](https://github.com/18F/fec-…
-
Appears to include:
- [ ] Adding support for websockets to provider-engine https://github.com/MetaMask/provider-engine/issues/189
-
I have 2 tables; Crew and Position. I want to establish a M:N relationship between them with a join table. However, Crew is a child table of the Employee table.
```typescript
// Employee.ts (Base …
-
I'm almot certain that it´s never gonna be implemented here, but, well... let´s consider the possibility.
Judging by the [One-To-One API implementation in EF Core](https://github.com/aspnet/Entity…
-
Hello everybody, after following the private class fied proposal and now this proposal, I wanted to discuss : why we don't go further.
First I need to specify i'm not a java, C++ guy or whatever, b…
-
It means you need to create unnecessary files to use different mocks for the groups of code that you're testing. And that just gets messy having additional test files that really should be part of one…
-
The "days used" column does not respect revoked days off.
STR:
* approve new request
* and then revoke it (as admin)
* see that on the Employee page it is treated as approved invokation (used days a…
-
As suggested by customer
> What about if the USERS table is extended with attribute "auto_approve" and the admin can set up this TRUE or FALSE per user.
> Having this TRUE should skip the approval ch…