andrei-datcu
andrei-datcu
* **What is the current behavior?** Executing `python manage.py graphql_schema --schema theapp.schema --out=-.graphql` results in ``` Traceback (most recent call last): File "/theapp/manage.py", line 10, in execute_from_command_line(sys.argv) File "/env/lib/python3.9/site-packages/django/core/management/__init__.py", line...
https://github.com/graphql-python/graphene-django/pull/976 casts all the description fields to strings to prevent schema printing from failing whenever the description is a lazy translated string. The `DecimalField` however got in after the v3...
**Is your feature request related to a problem? Please describe.** It would be nice if we could have public APIs to _initialize_ `yyjson_mut_val` stack objects that we could then pass...
### Current behavior Material bottom tabs with two routes: TopTabs: Material Top tabs with two routes Screen 1 & Screen 2 Screen3 (default) App starts with Screen2. Navigate to TopTabs....
Since channels were introduced, I've been having troubles fully utilizing the void specialzation: ``` // this is super useful, as it is backed just by an unsigned int rather than...
Minimal reproduction can be found here: https://godbolt.org/z/oq7dWs3Px ``` /opt/compiler-explorer/libs/boost_1_79_0/boost/asio/experimental/channel_traits.hpp:86:8: note: partial specialization matches [with R = void, Args = , Signatures = ] struct channel_traits /opt/compiler-explorer/libs/boost_1_79_0/boost/asio/experimental/channel_traits.hpp:192:8: note: partial specialization matches...
Ex: https://github.com/chriskohlhoff/asio/blob/8869d25/asio/include/asio/experimental/impl/coro.hpp#L1014 According to [cppreference](https://en.cppreference.com/w/cpp/coroutine/noop_coroutine): >Return values from different calls to noop_coroutine may and may not compare equal. Would `assert(!coro->awaited_from)` suffice? cc @klemens-morgenstern
**Describe the bug** Macro and the invoking need to be in separate file ```ts // def.ts export function $macro(a: number, b: number) { return a + b; } ``` ```ts...