Montana Flynn

Results 101 comments of Montana Flynn

Not sure if it's resolved, I get similar error: ``` > Entering new AgentExecutor chain... Action: ``` { "action": "terminal", "action_input": [ "sudo apt-get update", "sudo apt-get install golang -y",...

Having `count` aggregation would be very useful for pagination and displaying information in UIs. For example when filtering with `where` you could also include `count` aggregate with the same conditions...

@ntindle @richbeales I understand there's a hold on merging PRs during the code rework, but this doesn't change any code and fixes the suggested usage instructions, which is causing lots...

Just ran into the same thing, did you end up solving it? I tried both `color.RedString` and `color.New(color.FgRed).SprintFunc()` with no luck... Before using color: After: Edit: I think this is...

That only handles jsonp callback functions, and I referenced it in a commit. Mine enures routes and bypasses slims 404 page. Anyways I use this as a starting template for...

@fabienghr the issue doesn't appear to be related to the ports, it's that the database is locked. @casey is this something you think is a non-issue or could I look...

The problem is it just says "ago" if you don't subtract 1 from seconds? Can you share the exact code you're using?

One thing I think myself and a lot of others have encountered is wanting to "step in" to continuous mode, make some instructions, and turn it back on. Same thing...

Honestly it's impossible to make the pagination I need at the moment due to another prisma limitation where getting count with complex relational filters is not working either (issue https://github.com/prisma/prisma/issues/6570)

+1 I'm also trying to achieve this for an [UrbanDictionary CLI](https://github.com/montanaflynn/urbandict) but can't get it working since I use https://github.com/pkg/term for handling input characters to use the arrow keys and...