Filip Macek
Filip Macek
Hey guys I installed linode-cli on my ubuntu zsh shell computer, but i didint get autocompletion. How to configure it, or where can i find autocompletion script. I cannot find...
# Feature Request Port `HullMovingAverage` from here https://github.com/nautechsystems/nautilus_trader/blob/master/nautilus_trader/indicators/average/hma.pyx to rust
# Feature Request Create a blockchain adapter that will be connected to RPC EVM( Ethereum Virtual Machine) blockchain endpoint so that we can sync all data related to wallet, transactions,...
# Feature Request - [ ] add SQL schema for Nautilus trader objects and types - [ ] add appropriate script/actions that will be used in init and drop of...
# Pull Request - removed `sqlx` from root cargo project dependency (now its only present in the `infrastructure` crate) - created Rust test utility function `entirely_equal` that accepts two structs...
# Pull Request Because of the Rust migration, some of these Rust structs have bool fields set as `u8` to be compatible with C representation of boolean with FFI. This...
Hello Robert, thanks for the great project, I am using this in my application. I've been thinking about using nodejs kafka-streams as underlying kafka client or technology for connection between...
# Pull Request - implemented `update_order`PSQL cache database function in Rust - PSQL schema updates on table `order_event` - both Rust and pyo3 tests