Jacob Thomason
Jacob Thomason
@moufmouf honestly, after a little more thought here, I think I'd prefer to not pollute my domain objects/scalars with the particulars of GraphQL. The class that I've written above is...
@mailopl glad that was helpful. While you're right that those classes could be handled automatically, I personally am not a fan of that approach and much prefer explicit definitions. I'm...
You would know, the next search I make I'd happen on something. I think this is the ticket... https://github.com/devex-web-frontend/postcss-assets-rebase If so, it'd be great if you could include this information...
Why would you not want that? I don't understand why anyone would type that and not want phpdoc "intellisense".
yes, that's correct.
@wunc this is also how it works with IntelliJ.
It's unlikely to happen, at least for Postgres, without just being faux reordering. Postgres doesn't actually support column reordering and takes the ridiculous stance that it's not necessary and that...
@Jason-Morcos check constraints are a big deal. Please read up on them, but here are a couple examples: ```SQL ALTER TABLE `user` ADD CONSTRAINT `user.min_username_length` CHECK (LENGTH(`username`) >= 6); ```...
@rowan-m How about merging this, so people can resolve this error and not have to deal with forking this repo.
Google wonders why none of their products are a success. It's because they don't support anything. At this point... why invest in adopting or using a Google product when in...