Josh Kramer
Josh Kramer
In the TypeScript styleguide, you mention that "Use index.ts for the module definition file, so you can import the module by directory name", but then go on to use `componentName.module.ts`...
@iKonrad PR #4 was merged to fix issue #3, but there is no release that includes the fix to this. Can you create a release so I can reference it...
I have a Directus database with some Markdown fields. I want to take this Directus Markdown data and display it in Gatsby as HTML. All Gatsby Markdown blogs/tutorials I've seen...
I'm trying to use `icono-chain` with a Bootstrap-style CSS reset. One part of this is: ```css * { box-sizing: border-box; } ``` However, it seems that icono assumes the box...
I'm using SCSS in my project, and I want to be able to pull in individual icons to reduce my final payload size. Right now, the SCSS icon files rely...
### Describe the bug In #3527, an issue was raised where the mobile navigation dialog was correctly trapping focus, but when using VoiceOver the focus could escape the mobile navigation...
### Prerequisites - [x] I'm using latest version: 0.21.1 - [x] I've checked [Known issues](https://github.com/hovancik/stretchly#known-issues) ### Description When using VoiceOver, there is a constant clicking sound when the microbreak window...
@toddmotto's [style guide](https://github.com/toddmotto/angularjs-styleguide#one-way-dataflow-and-events) recommends not using two-way data bindings, in favor of AngularJS 1.5's one-way bindings. I'd like a way to prohibit the use of two-way binding.
Right now there's no note on how this library acts for a screen reader, keyboard user, or just a user that doesn't read very fast. These are important considerations for...
### Is your feature request related to a problem? Please describe. There are many ways to add an SVG element to the page, each with tradeoffs: Method | Pros |...