Robert Gabriel Jakabosky

Results 29 issues of Robert Gabriel Jakabosky

I have started a branch `symbols` in my repos: https://github.com/Neopallium/cr/tree/symbols It has added support for: 1. Re-loadable custom plugin symbols `cr_symbol`. It is an opaque structure that holds a pointer...

I found a way to catch panics from Rust guest plugins. But there seems to be a problem when `cr` does a reload after a rollback. Maybe a segfault happens...

I have created the start of a Rust wrapper for `cr.h`: https://github.com/Neopallium/cr-rs Right now I am planning on a host-side and guest-side sys crates, since two different libraries need to...

The `GetColumns()` method for the mssql dialect can return the same column multiple times if the column is in multiple indexes.

kind/bug

Also sort the list of tables.

The docs only tell you to change the SITE_AREA constant, but the "admin" controller folder also needs to be renamed.

## changelog ### new features - Add websocket addresses for boot nodes.

Fixes issue with first mouse movement resetting the camera rotation. Query the `yaw` and `pitch` from the camera before updating the rotation. This helps with issue #17.

## changelog ### new features - Add support for Smart contracts to call into the runtime and read from storage. ### modified API - Add `CallRuntime`, `ReadStorage`, `GetSpecVersion`, `GetTransactionVersion` chain...

Updating the MERCAT branch to 5.x release. ## changelog ### new features - [new feature, schema, events, RPC] ### modified API - [modified APIs, schema, events, RPC] ### modified logic...