Pavel Kozlovsky

Results 6 comments of Pavel Kozlovsky

Yeah, it's pretty much unusable right now on DX11. I get immediate crashes when engaging in combat that would otherwise trigger the scrolling text. Tried different combinations of dlls and...

Thanks for the detailed analysis, Chris! Very much appreciated, and we'll see what we can do with this. Will post any updates if we come across anything breaking, as I...

Hey @Saintenr, just a heads up - if you are trying to get AudioWorklet working similarly to how ScriptPorcessorNode used to, it might be a bit tricky, and you'd have...

@maartenvanvliet how can this be configured when actually using Absinthe? I am looking at pipeline code and seeing that `Phase.Document.Result` isn't taking in any opts: ```elixir def for_document(schema, options \\...

> @thecynicalpaul you could `|> Absinthe.Pipeline.replace(Phase.Document.Result, {Phase.Document.Result, opts})` I believe. That helped, thanks!

> Hey @thecynicalpaul I think this is a good contribution, but I am wondering if there is a more generic way to handle this so that it doesn't need to...