Shane Celis

Results 64 comments of Shane Celis

I added the plugin and it behaves better! Given this code: ```lua local e = ent(id) -- e is a Val print_ent(e) -- my work-around. world.info("entity tostring "..tostring(e)) -- world.info("entity...

## A further alternative I guess as an alternative going with the two functions, one could do this: ```lua mode = 1 function on_script_reload() print("Before I go, take this.") return...

NOTE: This currently only works when context sharing is enabled. I made an attempt to support non-shared contexts, but it seemed potentially infeasible. I'd love to hear @makspll's take on...

> * it seems to me this should be possible to make work in non-shared contexts too > > * what were the problems you faced here? Let me see...

I am sorry. I got confused because you merged main into _my branch_, which is fine, but I interpreted it as this PR had gotten merged into _your repo_, which...

I like this. I think we could do with a overhaul on the API. Perhaps too this would allow us to handle case insensitive searches. We'll need a migration guide.

I'm curious too about the fate of this PR.

I'm anxious for this PR to land, and I inadvertently did a big overhaul with PR #427 to use handles rather than script IDs, so to make amends I handled...

I've got a [library waiting in the wings](https://github.com/shanecelis/bevy_asky) that needs keyboard focus before moving forward. I'll be happy to attempt integrating this as a means to exercise and review it....