Ian

Results 8 issues of Ian

When using `.GetService()` or `.GetController()` the service/controller you're getting doesn't need to exist at the time. This reduces boilerplate. ```lua local service = Knit.CreateService { Name = "Service"; } local...

Currently, to get access to a service/controller, you have to use `.GetService()` and `.GetController()` respectively in the `:Start()` method of another controller. It looks something like this: ```lua local MyController...

I've been having a blast for the past few days with nico, although one thing that bothers me is that I can't do single file builds. The main pain points...

![image](https://github.com/Roblox/luau/assets/66477673/80a1aa28-7d0b-4e02-9e69-d12168a60953) `tab.doSomething()` shouldn't be nullable. This worked fine around a month ago.

bug

Adding a way for entities to have relations would make the engine a lot more flexible, so here's my idea: Each entity should have a `Parent` property and a `Children`...

type/enhancement
context/managed
context/native

### For? S&Box ### What can't you do? We currently can't influence which sound a SoundEvent plays if there are multiple to choose from ### How would you like it...

### For? S&Box ### What can't you do? Currently you can't set a SoundEvent's volume higher than 1 ![sbox-dev_5WsxGLgmdP](https://user-images.githubusercontent.com/66477673/203854929-77ccbc4f-195b-4d4d-9f30-39c477f4fba3.gif) ### How would you like it to work? It should let...

### For? S&Box ### What can't you do? `border-image-outset` isn't supported, but its very useful. ### How would you like it to work? https://developer.mozilla.org/en-US/docs/Web/CSS/border-image-outset ### What have you tried? Making...