porkbrain

Results 10 comments of porkbrain

I use following setup: ``` futures = "0.3" tokio = { version = "0.2", features = ["sync", "macros", "rt-threaded", "time", "fs"] } grpcio = { version = "0.6", features =...

Removing child objects by type would be useful for the following use case: ```rust // package1 struct Foo has key { id: UID, children: vector, } struct Bar has key...

On today's roundtable, we will present an alternative approach to royalty enforcement which we call _strong enforcement_ and it has whitelisting at its core. To take a strong stance and...

The issue is in my view that we are forced to: _if_ we want to have a logical transfer of ownership (LToO) _then_ such objects _must_ be owned by an...

> I'm not really sure I really understand what LToO is. Could you explain that in more detail? Or define it precisely? Logical transfer of ownership is a property of...

Let me know if there's something you'd like to me to update before merging this PR.

Looking forward to this change. It will help us keep our app with 100s of endpoints cleaner.

Thanks for getting back to me so quick! > What if we inserted the `Name` component to all system entities that matched the system name instead? Adding the `Name` component...

Thank you so much for your quick response. I thought of having a second camera, but given that I wanted labels as children of moving entities, having a syncing system...

I am observing the same issue. https://explorer.sui.io/transaction/BrHucLA3jcwsPZ5xFWvoENctYMzegQnQpYxQM9U41XSs?network=devnet This tx has associated `MoveEvent`s: ![image](https://user-images.githubusercontent.com/13656913/215094258-0eb847a4-4068-4353-acf0-469b6ba1e36a.png) However, using WS subscribe events or [`sui_getEvents`](https://docs.sui.io/sui-jsonrpc#sui_getEvents) RPC with filters ```typescript const { data, nextCursor } =...