Josh Kramer
Josh Kramer
Additionally, most of the work is likely already done - see https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/angular-google-analytics
@iKonrad just drawing your attention back to this. Are you able to create a new release?
@samis-dv I don't believe a new version has been released - you'll need to create your own release that includes PR #4 locally and then reference that. Unfortunately I'm not...
Looking at column metadata, it seems like keying off the `ui` field would be good to do here - when it equals `'markdown'`, we can probably safely compile the Markdown.
This is a much harder problem than it sounds like. I just tried doing this with [css-semdiff](https://github.com/mixi-inc/css-semdiff), which seems perfect for the job. But due to the different compilation edge...
One potential solution would be to check a known diff into source control (where we've verified no changes are functional), and verify the diff doesn't change (similar to how [Jest...
This would be a fairly straightforward change - I'd be willing to submit a PR for this if you'd consider it, @saeedalipoor.
I initially considered logging this against the https://github.com/uswds/uswds-site repo, because arguably this could be fixed by updating the header structure in that site's markup. However because the Basic Header example...
I'm trying to pull an older SCSS library into a SCSS Modules project. The library is split into components, i.e. ```scss // _button.scss .lib-button { // ...some button styles }...
@kristianmandrup I hope you update the PR based on the feedback and help get this merged in - I found this document extremely helpful in understanding how to use esquery!