rocket icon indicating copy to clipboard operation
rocket copied to clipboard

Rocket

Results 13 rocket issues
Sort by recently updated
recently updated
newest added

For some things the pattern editor interface is very cumbersome, and a more interactive visual and spatial demo-side manipulation of the pattern data is preferable. Before one can implement such...

Just some basic demonstrations of how to take advantage of the new functionality, also useful for testing.

This brings minimal editor support for the requests added in https://github.com/rocket/rocket/pull/76 I'm not familiar with Qt or C++ really, so I expect there to be some nitpicks for sure. What's...

It seems Travis CI no longer allows projects like ours, and just doesn't build anything. We should probably move our CI to use [GitHub Actions](https://github.com/features/actions) instead.

This was touched upon in discussion of #99 and seems like a prerequisite before we can land anything in that vein. @kusma do you think abusing SET_ROW for negotiation is...

This adds the ability to "retire" a track, which frees the track and its associated keys, sending RETIRE_TRACK to the Editor if connected so the Editor can also discard the...

This is intended as much as an [RFC] as [RFE]. In my use of Rocket I generally have autonomous driving of variables which are also exposed as rocket tracks. It's...

I'm trying to write LUA bindings of rocket and was not able to expose set_io_cb to the LUA-side for the following reasons: 1) Why does save_track not use the device...

Meson is the king of cross-platform build systems these days. This adds a build-system for that. Since this is entirely new, I don't plan on removing the old build systems...

This is the `sync_tcp_reconnect()` proposal I made for #97. It's probably not perfect, but it seems to work.