Carlos Esteban Lopez Jaramillo

Results 156 comments of Carlos Esteban Lopez Jaramillo

I have a public repo, want to take a look? https://github.com/luchillo17/Electron-Webpack/tree/develop

Hey @johnymontana I'm the architect on charge of @Crodaycat, what's the progress of this? not being able to use filters may block our use of filters, which forces us to...

This works: ```gql query { Chat(checkIn: {year: 2019 }) { id roomNumber } } query { Chat (roomNumber: 1001) { id roomNumber } } ``` This doesn't: ```gql { Chat(filter:...

Very likely a change detection issue, i see the change detector ref marking for check only in 4 parts, in theory you shouldn't need it when on click, but it's...

I think it's very likely me not having the latest version, still with Angular 5, update schedule is for next month.

Yes, it's still valid, i still see the dependency, haven't been moved to peer ones yet, although the library does expose the `ThemeProvider` so maybe just use that one? I...

@mtermoul & @aaahrens Although React Toolbox itself is in active development, this one is abandoned since **Apr 11 2017**, there's 11 PR's pending to merge, i would consider this repo...

@mtermoul Indeed Material UI is complex, but the complexity would end up being very close with React Toolbox (or very close for my case) but i was able to use...

@revov i think your solution is good enough for me, i just need serialization to save the new positions and sizes for next login, no need to persist that data...

Omg just what i needed, btw seeing the example how do you make the drag area just the header? i have one with a table inside with resizable columns and...