Adam
Adam
using `chance.avatar()` returns a random url where I see the gravatar logo. url example `http://www.gravatar.com/avatar/76697df5874c854e3cc8fde1200b4298.jpg`  Am I doing something wrong or should we do something about it?
# Background Barrelsby should be used solely while developing, thus compiled barrels should be present while creating PRs. # Proposal To validate this process, add a `--check` flag that will...
### Suggestion It's not documentation per se but rather a change in the demo qwik city app. When writing blogs with mdx, we need an index or category page to...
### Which component is affected? Qwik City (routing) ### Describe the bug With the current https://qwik.new/ template, open the flower example and see this error: ``` 37 | class={{ 38...
## Problem Ideally when writing a schema we'd have the req type as an output. A great example of it is can be found in the [zod documentation](https://zod.dev/?id=type-inference): ``` const...
HTML: ``` ``` SCRIPTS: ``` ``` CALL: ``` $('.SQLfield').ace({ theme: 'twilight', lang: 'sql' }) ``` doesn't wok and in the console it shows: Cannot read property 'body' of undefined
Expected: to have the entire snippet marked as a comment block. Actual: only the lines stated are identified as such. ``` {/*{options.map((button: { label: string }, index: any) => (*/}...
This is the npm page of nx-sam: These fields are missing: Adding these 2 row to package.json will resolve it ``` "repository": "https://github.com/studds/nx-aws/", "website": "https://github.com/studds/nx-aws/edit/main/packages/sam/", ```
Without this the npm page lacks basic information. Resolves https://github.com/studds/nx-aws/issues/112