Miloš Lajtman
Miloš Lajtman
This is still not fixed today. Also, the workarounds above don't work for me, because placing fragment before list item text doesn't render formatting in line: ```md - line 1...
Any updates on this? It looks like there are merge conflicts in this PR.
@RobertWieczoreck thanks for your contribution! Hopefully one of maintainers notices the PR. > I have another contribution in mind regarding the new GIT sparse index, which yields extreme performance gains...
It's in the [docs' events section](https://wix.github.io/angular-tree-control/#events) > In order to prevent selection of branches (folders) in the tree, set the `options.dirSelectable` to `false`. Clicking folder labels at this point will...
Any update on this? Should we tag someone from the aws-actions org to look at it?
Hi, is this waiting for [this](https://github.com/bcherny/json-schema-to-typescript/issues/381) to be fixed?
I'm getting the same warning and I'm using latest version with tag `nrwl/nx-set-shas@v2`
Oh sorry, forgot to add it. Will do 🙂
I tried "light" color, but it had a terrible readability. "dark" looks much better. The problem with first 2 tooltips persists on deployed instance, but I can't reproduce it locally......
Alternatively, condition checking for presence of minimatch pattern (`fileset.indexOf('*') > -1`) could be expanded to multiple most common glob patterns, e.g. `/[*?]|{.+}|[+@!]\(/.test(fileset)` (matching patterns: `*`, `?`, `?()`, `+()`, `@()`, `!()`,...