Andre Rabold

Results 44 comments of Andre Rabold

I'm very new to aider (and relative new to LLMs in general), so I might overlook something obvious here, but I think things could be as simple as allowing aider...

I second the feedback above. Let me give some additional details I also posted in Discord: https://discord.com/channels/485586884165107732/903647230655881226/1164270028925972491 This conflicts with the branching and versioning strategy we're using for our project....

That's exactly the thing. It is and it must be. The only way to know which exact version of the application stack is deployed is by verifying either the commit...

Thanks, @srg-clearlaunch , that was a good tip. I cost me some time to get this working for me with 0.1.0. As I'm using `mysql` I had to do something...

You will have to downgrade to `0.21.1` (21!) following the original poster's advice, not 22. This is the last version that works for me as well.

Thank you for pointing this out and for your contribution 🙏. Unfortunately, this change isn't going to work ultimately. Everything in the `dist/` folder is automatically generated when releasing a...

It was still working perfectly fine last week. We're making heavy use of models and external references. When is it giving an error and what's the specific message?

Is there anything I can help to have this merged into the main repository?

The plugin will simply evaluate if your Lambda functions run without throwing any errors. Depending on your setup, the transformation of your code with Babelify and the optimizer plugin happens...

True. It checks explicitly for "`nodejs`" as part of the runtime name (`index.js`, line 154). Adding babel to the check should work though. You want to try?