Anton Sankov
Anton Sankov
Debugging this further I found out that: If I invoke `fillstruct` manually with `line` I get the following: ``` $ fillstruct -line 18 -file /home/asankov/git/asankov/reftools/test.go [{"start":147,"end":205,"code":"ContainsSlice{\n\tSlice: []*Nested{\n\t\t{},\n\t},\n}"}] ``` however, the...
it is a JS concept - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
@atodorov PTAL. since they last time I worked on this was few months ago I lost context. I made the API as simple as possible and transfered all counting logic...
@atodorov do you need more input for me on this, or should I just wait for you to get to it? I have started working on the UI for the...
> With the latest commit I am still seeing the same as in #2277 (comment) which is a bug. The progress bars are totally different than the actual counts. the...
potential issue could be that the query from `Testing.individual_test_case_health` executes a join to get `run__plan` and `status__name`. that is slow, and we don't need that data every time. what we...
unfortunately, this project is nearly dead. the last commit is from a year ago, PRs and issues are hanging. for instance - https://github.com/Bttstrp/bootstrap-switch/pull/700 this PR fixes the issue that does...
@deepmap-marcinr thanks for the response. I am so used to JSON APIs, I tend to forget there are multiple types of Content Type one can use for APIs. I think...
thank you for the answer, @LHinson migrating to Patternfly 4 is a blocker for us ATM, because we have ongoing work in refactoring some pages. This works includes adding a...
we are using the core (html/css/jquery) version.