Adam Jones

Results 37 comments of Adam Jones

This set seems to work for me: ``` "@hapi/joi": "17.1.1", "@types/hapi__joi": "15.0.4", "typescript": "4.1.3", "joi-extract-type": "15.0.8", ```

@pgrzesik / @mnapoli are you able to take a look at this PR, which puts this repository into much better health?

If you want things to display as default if the user doesn't have JavaScript enabled, you can use the following snippets: You can add this to your HTML: ```html [data-aos]...

Another alternative, which is less accurate than is-web-crawler but might do for some use cases (covers GoogleBot and BingBot at least, and works for pure JS, React, and Gatsby): ```js...

This would help me in my applications where I don't want whatever is being shown on screen to be interpreted as markdown, particularly if it's user generated content (to avoid...

I think a similar problem arises with input fields, and this issue probably speaks to a wider issue that some of the styles are based on GOV.UK elements, the predecessor...

A more general method is using output of the [print command](https://www.serverless.com/framework/docs/providers/aws/cli-reference/print), which helps if you've used subsitutions in your yaml, or have defined it in TypeScript and want to consume...

Related to #4091 I think we need to get the secrets into the repository, then we should be able to recreate our Travis pipelines in GitHub actions fairly simply I...

Maybe just "map"? I feel if we were to call it this it would need a search feature which I think could be difficult to implement well without using non-open-source...

I have no idea how the preferences work in this app, but this is a version where it's only 24 hours: https://github.com/domdomegg/talalarmo/tree/24hr-test There's a load of stuff commented out in...