.

Results 11 issues of .

Emailed but no response. Please can you check your email and allow me to use this plugin? I haven't changed my machine but reinstalled PHPStorm, now it won't let me...

…ument, uploaded to disk and replaced with the uploaded file path - [ ] Added or updated tests - [ ] Documented user facing changes - [ ] Updated CHANGELOG.md...

enhancement

**Describe the bug** I tried to create a `BaseUser` interface, which in this example has many `permissions`, this causes an error to happen. I believe the schema may get generated...

bug

Sure, I'm a little busy but I can help a little after work hours. **What problem does this feature proposal attempt to solve?** Some extra mutation directives that would cut...

enhancement

**What problem does this feature proposal attempt to solve?** While it is possible to pass a file via input using `Upload` scalar, it would be nice if there was a...

enhancement

**Describe the bug** When enabling the `EnsureXHR` middleware, it blocks off the ability to upload files. https://github.com/nuwave/lighthouse/blob/master/src/Support/Http/Middleware/EnsureXHR.php#L51 Using Altair (or axios in js): ``` mutation UpdateCandidate($file: Upload!) { updateCandidate(input: {...

bug
discussion

- Laravel Version: 9 (latest) - PHP Version: 8.2 (latest) - Database Driver & Version: Mysql 8 (latest) ### Description: When using `increment()`, it is not possible to have an...

help wanted

Not sure if this is useful for core lighthouse but I can create a PR if it's something of interest **What problem does this feature proposal attempt to solve?** Similar...

discussion

**What problem does this feature proposal attempt to solve?** I'm struggling with translations, the problem is when returning the validation errors, if the args were nested it spits out something...

enhancement

https://github.com/alexbosworth/lightning/blob/37837f21aaeec005b16fbc549fc706384e5379e7/lnd_methods/offchain/is_destination_payable.js#L59 Can you confirm the above logic is correct? If I pass in `tokens` it's always null and `subscribeToPayViaDetails` function fails with `ExpectedTokenAmountToPayInPaymentDetails`. Example: ``` const { lnd } =...