Tyler Getsay

Results 15 comments of Tyler Getsay

@mcurilen I am not getting proper behavior when using your fix, its placing spans in the middle of words. An example string is "In which movie did Harry Potter compete...

Also would be interested in supporting from our company, we utilize the project in production and would also love to keep it alive :)

The problem is that when running in host mode, the X server port can be shared across cypress instances, the host machine itself, or something else (selenium). To fix we...

I am not OP but I am running into this right now as well, I am attempting to expose the Caddy API for an application which will be grabbing info...

Also getting this error when using an assumed role as defined here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html

Also running into this problem, does anyone have a fix? Stack trace of the loop: ``` #10 /home/tyler/Development/vitals/app/GraphQL/Type/ReadingType.php(15): Illuminate\\Support\\Facades\\Facade::__callStatic('type', Array) #11 /home/tyler/Development/vitals/vendor/folklore/graphql/src/Folklore/GraphQL/Support/Type.php(91): App\\GraphQL\\Type\\ReadingType->attributes() #12 /home/tyler/Development/vitals/vendor/folklore/graphql/src/Folklore/GraphQL/Support/InterfaceType.php(29): Folklore\\GraphQL\\Support\\Type->getAttributes() #13 /home/tyler/Development/vitals/vendor/folklore/graphql/src/Folklore/GraphQL/Support/UnionType.php(27): Folklore\\GraphQL\\Support\\InterfaceType->getAttributes() #14...

@fikri-marhan thanks for debugging and sharing, shouldn't this be declared in the $attributes property? If they're the same I can work on a PR to fix this. I also find...

We need to call it before any of the other methods so that it can set up properties for the models used I find the methods to be quite handy...

@MichalLytek would you consider an exclude feature or something? I have one table which is large but I only need a small bit of it. Trying to find best way...

Has anyone been able to capture a log of this? I can give it a go next week as I see this almost daily.