Andrei Pozolotin
Andrei Pozolotin
1. currently, `fsm` can work only with free call back functions: ```c++ struct State { State(void (*on_enter)(), void (*on_state)(), void (*on_exit)()); void (*on_enter)(); void (*on_state)(); void (*on_exit)(); }; ``` 2....
there is still a build loop in eclipse. try these projects https://github.com/barchart/barchart-proto
@ochrons Otto: thank you for great tutorial. I am curious: do you have plans to move/fork from play to pure akka-http?
collection of ideas for next iteration of #1201 ### expose links options * provide `discoveredRuntimeLinks` function for auto-generated links * provide `configuredRuntimeLinks` function for injection of user-provided links * [gitter](https://gitter.im/scala-native/scala-native?at=5ab7c7d5bb1018b37a230e39)...
Resolve #1186: User’s Guide: Building projects with Maven
similar to ``` if __name__ == "__main__": "this is main context" ``` cq-editor should set a global variable or an environment variable to indicate to the client script that is...
1. `event_trigger` for automatic assignment: https://github.com/2ndQuadrant/pglogical#automatic-assignment-of-replication-sets-for-new-tables works only for `CREATE TABLE` 2. there is a bug that prevents `event_trigger` form being used for `DROP TABLE`: https://www.postgresql.org/message-id/16177-053a34714817c3e1%40postgresql.org `BUG #16177: pg_event_trigger_ddl_commands() returns...
1. say we have 2 separate databases: * ` main_data` - configured for replication, all tables are part of `default` replication set * `unit_test` - not configured for replication at...
currently there is no configuration option for network: bridge support, for example https://wiki.archlinux.org/index.php/QEMU#Bridged_networking_using_qemu-bridge-helper
please expose `libusb/usb4java` compatible device path: `bus/addr/port` for example, see: https://github.com/usb4java/usb4java-javax/issues/10