Martin Zlámal

Results 29 comments of Martin Zlámal

@AdrieanKhisbe We did [exactly the same](https://github.com/kiwicom/eslint-config-kiwicom/blob/master/CHANGELOG.md#4110) long time ago! 👍

I was in the same situation and also forked `arangors` (privately). And I also removed the `uclient` stuff. 😅 Related issue: https://github.com/fMeow/arangors/issues/77 Seems like `arangors_lite` could be a good option....

I am not using `arangors` directly so this might not be much of a help, but, it's most likely because `typed-builder` dependency got upgraded, see: https://github.com/adeira/universe/commit/525023296e2422e72c86d86304a2844a7f5d97ec Maybe you can pin...

> I'm writing up a blog post detailing the design decisions Hi @CoreyGinnivan! Just wanted to drop a question about this blog post - did you already publish it somewhere?...

User is [registered in DIC](https://github.com/nette/security/blob/master/src/Bridges/SecurityDI/SecurityExtension.php#L46) as a service with the name therefore it should be possible to replace it with your own implementation [similarly like in this thread](https://forum.nette.org/cs/19816-jak-jednoduse-nahradit-nette-security-user-vlastni-tridou).

I never did not fully understand (or remember) difference between `setValue` and `setDefaultValue` and I am using it wrong for sure (at least I think). I am totally supporting some...

> Is anything broken in the current release and needs fixing for ESLint 8? Hi @voxpelli! I have one thing that is broken. The following file is currently not behaving...

Hi @alloy! We are playing with this idea as well however, I noticed one issue and not sure how to deal with it. Let say we have a query returning...

> Hmm, good question, perhaps this wasn’t an issue with the old Relay version we’re stuck on 🤔 @alloy How old version do you use? 😊 [This comment](https://github.com/facebook/relay/issues/1705#issuecomment-298040893) is from...

I just encountered another case where this is happening (enums with Rust doc comments): ```graphql enum ProductMultilingualInputVisibility { "Visible in backoffice only (accessible to authorized users)." PRIVATE "Visible in eshop...