Alexandre

Results 7 issues of Alexandre

if someone push a bad file (wim sap for example) in the migrations path, it will be taken into account. The migrator may avoid the no .sql files

Hello, I think it would be a great feature to allow light to be masked by other bodies when they intersects, let say for example ``` java lightObjectDef.filter.groupIndex = -1;...

Hi, I think it could be a greate thing to be able to use multiple rayHandler (one per layer). The main loop could be like this: ``` java // render...

I am experiencing a strange issue, it seems that the state machine does not wait for the `Enter` Coroutine to finish its execution before executing the `Update` function ```c# IEnumerator...

### Steps to reproduce Create a new project, register a service, create a global hook and override createQuery to add join columns. ```ts export class ChatMessagesService extends KnexService< ChatMessagesResult, ChatMessagesData,...

## Bug Description There is a discrepency between how Hermes compute dates and how chrome V8 does it. The following code does not provide the same result: Code: ``` const...

need-repro

for full screen image rendering the library use ```ts const windowDimensions = useWindowDimensions(); const dimensions = containerDimensions || windowDimensions; ``` The issue is that `useWindowDimensions` returns the heigh without the...