nicole chung
nicole chung
**Describe the bug** `babel-template` used to be available on `t` as in: ``` export default function(babel) { const { types: t } = babel; // t.template was here! ``` But...
https://github.com/twg/devour/blob/master/src/middleware/json-api/res-errors.js#L5 If the JSON is accidentally malformed according to the JSONAPI spec, the error is not returned, the Logger just returns "Unidentified Error" in the console. But if you step...
## What changed Added in more examples for `yield` https://api.emberjs.com/ember/4.4/classes/Ember.Templates.helpers/methods/yield?anchor=yield - [x] add yield with hash helper - [x] add yield with hash and component helper - [x] add yield...
The repoEditUrl is decided using `hosted-git-info` here using `fromUrl` https://github.com/josemarluedke/docfy/blob/main/packages/core/src/index.ts#L157 However, there is an issue with `on prem` git hosts: https://github.com/npm/hosted-git-info/issues/11 Can we modify the code so that `sources` accepts...
If I have a `dataSourceConfig` in my `` component the form reset does not work. I wonder if anyone else has run into this issue. To get around it I...
## Messaging sending is not working for me Link to [related repo](https://github.com/nicolechung/vigilant-telegram) Firefox version: 95.0.2 Chrome version: 96.0.4664.110 ## Explanation I tried to follow the docs, but the `onMessage` and...
Note: I copied over Tony's PR for this...not sure if it's going to work yet. Any feedback is welcome since I am not so familiar with github actions / turbo
I am getting the following warning on `pnpm dev`: ``` watchman --version 2022.08.22.00 ``` I notice that I have to delete the `dist` and run `pnpm dev` after even small...
Right now we need to run `pnpm dev` at least once before running the packages, i.e. `pnpm dev:ember` or `pnpm dev:docs` We should have a prepare script like in addon-blueprints...
We should talk about how we provide `aria` for accessibility for our `field.input` components - [ ] `aria-invalid` for invalid inputs - [ ] `aria-errormessage` for invalid inputs (with `aria-invalid=true`)