Eric Riddoch

Results 28 comments of Eric Riddoch

+1 for this. I was working with NewRelic for work the other day and discovered that NewRelic's auto-instrumentation CLI *does* support `loguru`. Here is the PR in the `newrelic/newrelic-python-agent` repo...

+1 for this! Our team just set up the `pre-commit` framework. It's nice because there is zero learning curve for contributors. Contributors run a single `make install` command which runs...

Very excited for v4!

Thinking about the issue with pinning versions of transitive dependencies: Could a reliable `@pip` decorator be implemented by generating a `Pipfile.lock` as an artifact? I'm not sure how feasible this...

Wow, sorry for totally dropping off. Thanks for looking into this. It may be another while before I can look at this, but I think my team at work would...

Sorry, I'm super new to both `projen`, `npm`, `TypeScript`, and the whole web thing. I just realized that `publib` is maintained by the cdklabs team and that support for CodeArtifact...

If this feature seems unlikely to be prioritized in the near future. Could anyone suggest a workaround? One idea I have is simply writing a separate CDK application that is...

I'm stoked to see the conversation headed towards composition over inheritance--and generally making `projen` more like the AWS CDK (constructs, traits/aspects, etc.) I'm imagining a use-case of using different tools...

Hey! Terrific project! iPhone 13 Pro user here. GPU: WebGL is disabled. iOS 16. I'm observing the lagging behavior that others described in safari and brave. Any new workarounds/fixes been...

Yes, and: Projen projects are on a similar abstraction level as App/Stack in the CDK world. That is to say: often, I don't want to import an entire stack, but...