Kamil Kuklinski

Results 18 comments of Kamil Kuklinski

GravityForms cause false positives and should be whitelisted (confirmed by developers) : ![image](https://user-images.githubusercontent.com/21034827/50823954-32e78300-132d-11e9-8068-fd2b85423a67.png) ![image](https://user-images.githubusercontent.com/21034827/50823989-45fa5300-132d-11e9-8f28-b7cc07e377af.png)

I'll look into it (and your pull request) as soon as I get some time this week, thanks!

Same issue here, my yml: ``` name: .NET on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup...

@jd-0001 Ok, just found a solution to this. It is: `strip_components: 1` Parameter. Last bit of your code should be: ``` - name: Upload dist content via scp uses: appleboy/scp-action@master...

Some extra conditions to consider: - It is not wrapped in: - `if ( is_countable() ) {}` as of PHP 7.3 - `if ( !is_null() ) {}` - `if (...

I have a `_Layout.cshtml` which is used for all the views in the Admin area of the app. This is where the blazor.js is called and initialized. If I am...

@javiercn Thank you very much for this very descriptive reply. I digested it, looked again at my code and I have to come back to you with apologies. It turns...

Thank you for the info. If you are interested what was causing the issue, this is the bit of code that rewrites url in the browser and allows to navigate...

Is virtualisation of the tree planned or has this idea been abandoned completely? It would be a great additon, tree is very slow with 4 levels nested and only 1500...