Sam

Results 51 comments of Sam

I know this old, but in case anyone else has a similar experience: I think this comes down to the fact that `:new` is really an initializer and `:init` would...

I tried reproducing this behavior while installing the package. Noticed that the `mapping_types` section is missing from @vbourdeix's doctrine config, so I omitted it and the migration does indeed default...

@keithf4 Awesome, thanks for the info! I was thinking that keeping only the last year of data in an active table and moving stuff older than that to another would...

Hey @keithf4 I’ve been thinking on adding the clustering functionality, and I realized that what I’d written is good for my use-case, but probably not in the generic. I’ve been...

>Thinking more on this, though, I'm not sure how you'd determine that the cluster may or may not need to run anymore. Ideally it would only be a one-off operation...

> With the new Symfony authenticator-based security system, we are probably going to move most of the config to per-firewall configuration (with a `lexik_jwt: ~` configurable authenticator). Would that fit...

Got it working similar to https://github.com/plotly/react-plotly.js/issues/135#issuecomment-501398125 (edit: by minimizing plotly, not using a script w/ cross-origin) , but using the files in `plotly.js/lib` directly to make a custom bundle. For...

Someone in the symfony slack asked why they were receiving a concrete `CurlClient` instead of a `MockHttpClient` in their test. They were specifically confused by this wording: > MockHttpClient implements...

It's possible to document generics in a spec through dynamic references ([henry andrews approved](https://github.com/OAI/OpenAPI-Specification/issues/957#issuecomment-1912910504)), but I don't think swagger-codegen supports them

Oh, right, union types ;-;