Stephen Sugden

Results 79 comments of Stephen Sugden
trafficstars

I missed the "Controlled trivia" section of the RFC when I wrote the above comments. It seems like I might be able to do what I want by redefining `~`...

### problems with adjacency > The biggest problem with "simple adjacency" a b meaning strict sequencing is that we use ( ) to group things, and we do want to...

> I've worked on support for YARD extensions, but it's a decidedly non-trivial problem. I'm interested in this problem 😉 Could you tell me more about what the main issues...

Ok, so I've looked into this a bit today and it seems I might have fundamentally misunderstood how Solargraph and YARD relate to each other. 😬 What I thought then:...

Thanks for the confirmation @castwide. It's especially helpful to know that YARD was too resource intensive. > Unfortuntately, I'm not sure it's possible to implement a single plugin that can...

> It's not quite possible to call on_page_create because the first page is created before it can be defined. As a work around you can pain the background on the...

We are seeing the same thing in our project, and I believe I've tracked it down to a mismatch in expected return types in this try/catch block: https://github.com/adamzapasnik/prettier-plugin-erb/blob/613fc24850bc0fed8f60745812344ae5ed2bf5d3/lib/formatter.js#L19-L26 What happens...

I've recently started to experience this (or a similar) issue when connecting to an RDS instance. Edit: details moved to #555

I believe the issue here is in docker-compose.base.yml https://github.com/PostHog/posthog/blob/d53b9d6a62876868099e894eaaa9441d96aa9f27/docker-compose.base.yml#L187-L192 The `temporal-django-worker` dict extends the `&worker` reference, but then _overwrites_ the `environment` to set `TEMPORAL_HOST: temporal` instead of merging. Edit: removing...

> For that custom template, I imagine that it should pass in the `GoodJob::Job` parameter. That sort of exposes a model that I don't consider public/stable, so I'm not sure...