David E. Wheeler
David E. Wheeler
Or on first write, sure. Doesn't work for manually-created config files, though.
Config::GitLike operates on a whole [chain of config files](https://sqitch.org/docs/manual/sqitch-config/#files), including, potentially, files not owned by the current user. I think this should be limited to those owned by the current...
Stupid bot, there is a link.
For those looking for solutions, [this comment](https://github.com/fxamacker/cbor/issues/441#issuecomment-2813294047) shows how to preserve json.Number values using the recently-assigned CBOR tag `284`, the [JSON Number String Tag](https://gist.github.com/theory/ef667af1c725240e6e30d525786d58e6).
Would you like to submit a PR to add it?
I think I'd be fine building for Solaris 10. How do I configure things so it doesn't default to Solaris 11 (until cross supports it)?
Overwriting each other's functions is a limitation of Postgres extensions. Adding them to different schemas is the only supported solution I'm aware of. Someday I'd like to see extensions get...
Sure, but that's not valid according to [the standard](https://semver.org). You can see that in the [official regex](https://regex101.com/r/Ly7O1x/3/). Try adding `10.0.0.0` to the "Test String" field and see it doesn't match.
Heya @rodo, is that in #334? Is it ready to review?
> Heya @rodo, is that in #334? Is it ready to review? Bah, no, it's #342, sorry.