Lazar Ljubenović
Lazar Ljubenović
I'm not facing this issue with the newest version in an Angular 10 project.
That's not possible in general, e.g. with recursive types. So I doubt there's a pre-made solution for this; you'd have to think about handling these edge cases firstly.
Would be the best if we could agree on human-and-machine-readable format for _tagging_ items. Then it can be parsed and easily converted into a differently categorized lists. Thoughts?
Yup, multiple tags per item in the list. Multiple tags will allow for both high-level and fine-grained categorization, and multiple types of categorization (per job title/field, per type -- accessibility,...
I'd like to keep the list as a single markdown file that people can edit easily from the browser when contributing (or reading). I mean, you can edit everything from...
Any insight from the team on _why_ this happens?
Pretty inlining is not trivial mostly because of dependencies of the thing you want to import and name clashes when you copy over text. If you're sure that you can...
Technically, you already do, since types are structural and not nominal (i.e. only the shape matters, not names of the shapes). What you're asking is to format the type in...
Still a problem. ``` found 297 vulnerabilities (74 low, 1 moderate, 222 high) ``` ``` fixed 220 of 297 vulnerabilities in 37345 scanned packages 1 vulnerability required manual review and...
Looks like it's something to do with these lines: https://github.com/SparkPost/heml/blob/00fef92c6ab9093ac20c6144214b98175d10025d/packages/heml-elements/src/Button.js#L31-L35 The padding should be applied to the anchor itself, not the wrapping cell data element.