Michael Wiles

Results 14 issues of Michael Wiles

So my table names have spaces in them so I need to be able to specify the column name via an annotation and also to remove the spaces when generating...

I'm impressed with your solution. Lots of good thinking in terms of dynamodb etc... Am very curious as to what you'd think would need to be done to make it...

**Describe the bug** When I setup my poetry environment it correctly auto detects the poetry executable but it says it is not executable. The file is there and it is...

help wanted

for [OPENJPA-2668](https://issues.apache.org/jira/browse/OPENJPA-2668) added copy method to Expressons.In and use that to return the expression so that the original is not changed. Not sure if there's a better way to do...

The exception handling in the User Context (and maybe in other contexts) is a little too specific. The exceptions need to be a little more generic. i.e. not UserAlreadyExistsException but...

enhancement

Thanks for this layer. Very helpful. Only problem is we use gm to convert to webp... Please can you add support for webp to the built layer? Thank you

This pull request adds webp support to the gm lambda layer.

Consider... ``` public class TestEqualToByComparingFields { public static class X { public X(String message) { this.message = message; } private String message; } @Test public void testIsEqualToByComparingFields() { X x1...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Go to https://docs.sentry.io/platforms/node/guides/koa/#monitor-performance 2. See the generated integration code for koa 3. Copy and paste that code into your project ###...

Platform: JavaScript
Team: Web Frontend SDKs
Product Area: SDKs - Web Frontend
Type: Content

I added an app to my django project with no \_\_init\_\_.py in its folder and ran the **python manage.py process_tasks**. It fails with the following exception trace: ``` File "manage.py",...