Jacob Colvin

Results 7 issues of Jacob Colvin

**Describe the bug** My total commits (include_all_commits=true) is a much smaller number than my 2020 commits (include_all_commits=false). **Expected behavior** `Total commits (2020)` should be less than or equal to `Total...

bug
stats-card

``` tracknumber = info['tracknumber'][0] if not valid_fractional_tag(tracknumber): return (False, '"%s" has a malformed tracknumber tag ("%s")' % (filename, tracknumber)) ``` We currently have this block dictating what is "acceptable" for...

I am getting the current username like this: `ctrl.$scope.$$childTail.$root.$$childTail.$$prevSibling.$$prevSibling.$$prevSibling.ctrl.searchSrv.backendSrv.contextSrv.user.login` This would return `admin` since I'm logged in as admin. Is there any simpler way?

Signed-off-by: Jacob Colvin Fixes #1202 This PR is mainly just taking code from #1230 which was unfortunately abandoned. I believe I've fixed all of the issues with #1230, which involved:...

Let me preface by saying that I'm not certain this is the correct way to do this. It was the best I could come up with for now, without editing...

### What is the issue? I am using linkerd multicluster with inlets, since it was recommended in the docs for cases where you don't have the ability to create public...

area/docs
bug

## Feature Request **Is your feature request related to a problem? Please describe:** In KCL's [introduction](https://www.kcl-lang.io/docs/user_docs/getting-started/intro) there are a few notes about security: > Safety and maintainability: KCL's domain-oriented nature...