Dominik Bauernfeind
Dominik Bauernfeind
I've had a similar issue but with a different cause. As juniuspan, I first verified, that the login was possible using the lpass cli tool. Whenever I tried to login...
Just tried to use this package in VSCode with records and got the following error  When I built the repo with changes from the PR it worked just fine....
As pointed out by @PharaohAsh initially the problem is with how the table name is inferred using the relation string: ```php QueryBuilder::for(Post::class) ->allowedIncludes('author') ->allowedFields('author.id', 'author.name') // Relation author is transformed...
Hi @jeffwhansen 👋 Thanks for reporting the issue. Can you provide me with an example app that reproduces the described slowdown? I'd like to look into this issue.
Thanks for reporting the bug. This is related to #28 because the raw license is currently used as a cache key. I've not gotten around to fixing/refactoring this yet. If...
Hi Sven, thanks for triaging the issue(s) so thoroughly. Everything you've touched upon are bugs that I didn't stumble over because I've never used it this way. (Besides escaping shell...