Lucas Badico

Results 8 issues of Lucas Badico

## We want to build migrations with raw sql ### Migrations with anything more then sql files. We want to use the migration interface of sequelize to run raw sql...

feature

We needed more fine control over the board state through event bus. Also added the doc for the new API.

@belgamo and @dapi. I have fixed the remained issue on the sort functionality. Can you guys take a look.

**Is your feature request related to a problem? Please describe.** I need to have a way to sort the order of lanes, as we have a way to sort the...

```js const worker = Finity .configure() .initialState('ready') .on('task_submitted').transitionTo('running') .state('running') // here I have the context.eventPayload // but if I want to inside the worker gerate a data to use in...

I have take a look into the shema builder, but it is omited the map and list methods. And when I try to update the collum with a list, or...

When I tried to use jest. I was geting a error with the inexistence of dynamo-doc module. My invastigation lead me to the instruction to use the build version inside...

Hey guys, if someone could help me with this. I'm building a service that records audio and video tracks in a WebRTC conference room using the Go programming language and...