amrnt

Results 10 comments of amrnt

Thank you! I'm looking forward for merging this /cc: @jistr

A year later! I have the same issue with setting up `totalCount` on the connection: `parent` in this case is the whole connection object, then I think we need to...

While Manshar is at a really early stage, we should look at implementing a mechanism for people to report issues and abuses from within the platform. I see this issue...

Same here, with error: ``` 🍀 71:55: expected type, found ',' (and 10 more errors) ``` for this wsdl file: https://gist.github.com/amrnt/81cd16d1b74593acce34

The way to fix this maybe to enable another optional routing with the context.

I understand. I'm trying to make some experiments around this. In theory, the best way is would be routing using the closest `GlobalKey` in the tree. I tried to work...

https://github.com/golang/lint/issues/124 😁 Ent is using these rules to define what would be uppercased: https://github.com/ent/ent/blob/4a26cab7347abe01b77107560a4117ced3fad9eb/entc/gen/func.go#L288-L292

since `databox` is depends on `postgresql` cookbook you can do so in your chef config ``` ruby chef.json = { postgresql: { version: '9.3' } } ```

@gausie any update about this issue?

@addyosmani Great seeing you want to implement it as POC. Take look at the previous implementation, tell me, is it good enough? https://github.com/amrnt/basket.js/commit/0f4219ad3e5be474576fd197c51d3517a6b6d573 If so, I will do the same...