Shreyas Atre

Results 17 issues of Shreyas Atre

Hi, Arthur (not tagging you as you are busy at this moment), I had an idea to make a quick Static UI tool built on top of FTXUI Features: -...

## Expected Behavior *All awaitables are senders* Quoting from [P2300](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2300r4.html#spec-execution.coro_utils.as_awaitable) ``` as_awaitable is used to transform an object into one that is awaitable within a particular coroutine ``` This function...

category: senders/receivers

Signed-off-by: Shreyas Atre

* Added `plugins` option for installer * Ref - https://github.com/WasmEdge/WasmEdge/issues/1606 Signed-off-by: Shreyas Atre

* WIP :smile: * #464 * #396 - [X] Version - [X] Logging Settings - [x] Value Types - [ ] Strings - [X] Results - Contexts - [X] Store...

Fixes #5838 ## Proposed Changes - Adapt `get_completion_signatures` when Sender is a `awaitable` - `as_awaitable_t` with `receiver_base`, `sender_awaitable_base` - `promise_base`, `operation_base` - `connect_awaitable` to adapt connect mentioned in [spec](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2300r5.html#spec-execution.senders.connect) 2.2...

type: enhancement
type: compatibility issue
category: senders/receivers

There are executables present. ``` ./Task_1/Wall_E_CoppeliaSim_task1.exe ./Task_1/Wall_E_CoppeliaSim_task1 ``` In case we need them, we should release them separately.

- Attempt to fix macOS test failures

## Expected Behavior - Follow https://github.com/SAtacker/hpx-template cmake fetch content to download hwloc and boost dependencies depending upon the platform. - Allow user to have configurable behaviors i.e. system can find...

category: CMake
type: enhancement
type: compatibility issue
type: feature request

### Description I have configured my repository to have 2 remotes. ``` $ git remote -v origin [email protected]:STEllAR-GROUP/hpx.git (fetch) origin [email protected]:STEllAR-GROUP/hpx.git (push) satacker [email protected]:SAtacker/hpx.git (fetch) satacker [email protected]:SAtacker/hpx.git (push) ``` However...