Philippe Sabourin

Results 8 issues of Philippe Sabourin

I'm trying to just read the odometer and I get this in the console: `OBX:+[RKResponseFactory responseFromRawPacket:withCommand:] - Bad Command ~ firmware mismatch? ( 4 ) for command - seq:0x01` The...

Setting the heading for ollie will always make the angle come up short. This is true using the API in our app and within the Lightning Lab App. Is there...

I have an `ElementCollection` on my object that is defaulting to lazy loading, but in my `Criteria` I've set the `FetchMode` to `Join`, which initializes the collection. While this causes...

`` works fine but if you do `` the image never loads. The workaround is to make an object that is undefined: ``` let lqip: LQIP | undefined = {...

The grid view won't scroll to an item that is to the left or right of the visible portion. Here's a fix I used: case AQGridViewScrollPositionTop: if (self.layoutDirection == AQGridViewLayoutDirectionHorizontal)...

Horizontal Mode

**Is your feature request related to a problem? Please describe.** I haven't worked with terraform before. However, I'd like to set up PGBouncer in front of my Google Cloud SQL...

enhancement

**Describe the bug** I've worked on updating the repo to what's required to run on Google (mostly updating versions and getting rid of deprecated modules). Here's my fork: https://github.com/social-cascade/terraform-google-cloud-sql-pgbouncer. I've...

bug

Currently Prisma doesn't support the MultiSubnetFailover option of SQL Server. See https://github.com/prisma/prisma/issues/9187. I think this would require support at the driver level so I'm adding an issue here. Other info:...