Philip Davies

Results 4 issues of Philip Davies

Hello! 👋 This PR addresses #1917 . It adds support for specifying which version is the latest via docs_config.js: ```javascript var versionNodes = [ { version: 'v1.0.0', url: '/foo'}, {...

Hello there! It's a common problem to find old docs surfacing at the top of search results - see for example https://x.com/jskalc/status/1816920900660236370. Maybe there are tricks that would improve the...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on [Github](https://github.com/ardatan/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/ardatan/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/ardatan/graphql-mesh/tree/master/examples/hello-world) > Make...

Hello, `Recase.SnakeCase.convert/1` supports atoms as well as strings, and this means that `Recase.to_snake/1` supports atoms as well as strings. This is very useful, however calling e.g. `Recase.to_snake(:myAtom)` triggers Dialyzer warnings...