Seyyed Morteza Moosavi
                                            Seyyed Morteza Moosavi
                                        
                                    @dkozickis I fixed the problem in #3088. Can you review the PR
I found a workaround with [ouroboros], but I still hope a better way exits ```rust // schema structs struct Query { pub outer: Arc, } #[self_referencing] struct Foo { outer:...
I create a [discussion] about this issue. I think the first [scenario][scenario-1] would be to solve your problem [discussion]: https://github.com/smmoosavi/dynamic-graphql/discussions/3 [scenario-1]: https://github.com/smmoosavi/dynamic-graphql/discussions/3#discussioncomment-5201119
check https://github.com/smmoosavi/dynamic-graphql/issues/11
> I'm not sure I understand your usecase good enough to give any better advice. We need access to the same `Arbiter` from multiple tasks. The `Arc` struct was the...
@AfoHT No, @korken89's recommendation is more about how to avoid the problem. Sometimes I have a non-static struct that needs one simple field and one shared field, so it can't...
I found a [portable-atomic-util] crate that provides the `Arc` type for `thumbv6m-none-eabi`. It is part of [portable atomic][portable-atomic-git] and uses [portable-atomic] crate internally. rtic use [atomic-polyfill] which is deprecated and...
This lib provide `__` and `_gettext` functions. But `ext-gettext` provide many other functions. you can see [list of them](http://php.net/manual/en/ref.gettext.php). it seems that `"provide":"ext-gettext"` is not correct option for this lib....
Please add more detail. Explain "Expected Behavior" and "Current Behavior" and "Steps to Reproduce" and "Your Environment (php version, ...)".
Can you add more context? what is in RSSPage that causes the error?