Gary Passero

Results 29 issues of Gary Passero

Is it possible to re-run the tests limited to those that failed on the last execution?

enhancement

I want to be able to more clearly see the parts of the log file that are relevant for my current investigation/issue. Therefore, I want to be able to search...

Wrapping an expression in parenthesis seems to cause what otherwise is valid to be invalid: `(3 + Pow(2, 3))` In MathEvaluator.TryComma(), _nestedFunctionDepth (which is 1) < _nestedGroupDepth (which is 2)....

The Harvest v2 API returns nested objects, e.g. project.client, user_assignment.project, user_assignment.user, time_entry.user, etc. Harvesting's dynamic accessor generation scheme only supports accessing a flat data structure. In order to access all...

Feature Request

The automatic_namespace assumed for a pack is `pack_name.camelize`. If the pack name contains words whose inflections are customized by an inflection config initializer in the app, the gem concludes a...

Issue 1. I subscribe to ChatGPT Plus. I've added my API key to the workflow. I haven't used ChatGPT at all today. I get this error message when trying to...

We'd love to use this without the THREEJS warnings fixed in #be2d28be... can you push out an update to npmjs?

In order to allow the package to be used from github directly (instead of only what's pushed to npmjs), add a /dist folder.

Hi, Just trying out labels, and it appears that if I have kwargs in the initializer of my jobs, I can't use labels. My job: ``` class TestJob < ApplicationJob...