Yunus Ayar

Results 7 issues of Yunus Ayar

Yielding a `struct` with one single `std::string` as a member causes to program to crash if the value is constructed in-place: ```cpp // crash: co_yield My_struct{ "some string" }; //...

## Question Is it possible to compile at build time generated IDL-files using `rosidl_cli` to C++ headers and build a ROS service node with that? ### Setup - OS: Ubuntu...

backlog

I am trying to use the library with Electron. Whenever I try to call `db.serialize()` the application crashes with the following error message: ```txt [101656:0331/215718.269583:ERROR:node_bindings.cc(158)] Fatal error in V8: v8_ArrayBuffer_NewBackingStore...

enhancement

### Summary Are there any plans to provide functionality to dump/load the SQLite database to/from raw memory buffers? I've seen #709 but I think that issue is obsolete. This would...

feature request

Set the cancel member for different coro executors. Fixes chriskohlhoff/asio#1536

The implementation of `experimental::coro` does not properly set the `cancel` on suspension when the suspended coro and the new one have different executors. The result is undefined behavior. The problem...

- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...