Mateusz Karkula

Results 22 comments of Mateusz Karkula

Hi, I have async list with select items. ![list](https://cloud.githubusercontent.com/assets/173098/10219311/245c2040-683e-11e5-8117-4bd17ea0b2f3.png) When I click 'View selected' and unselect item this item disappears. ( example: - pagesize 10 - 20 selected items -...

Hi ;) https://github.com/Karql/RateLimiter/tree/issue-27 Put break point here: ![b1](https://user-images.githubusercontent.com/173098/97953476-e510fa00-1da0-11eb-84ec-a4ff605aaa69.png) When debugger stops on it put break point in `CountByIntervalAwaitableConstraint.WaitForReadiness(CancellationToken cancellationToken)` Second call this method show that _Semaphore is closed ![b2](https://user-images.githubusercontent.com/173098/97953539-1b4e7980-1da1-11eb-837f-5dec0735f480.png)

> @coandco > > ・What is the reason for changing ARG ELASTALERT_VERSION = v0.2.1 to ARG ELASTALERT_VERSION = 1334b611fdd7adf39991a1b0b11689568d612690? .. Don't you wonder what version it is after a quick...

@alvarolmedo thx for pointing to python version issue. I've managed with this by: ``` RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/main' >> /etc/apk/repositories RUN apk add --update --no-cache curl tzdata python2 'python3

I have similar problem and solved it like this. Remove FluentEmail.Razor form project. Add custom renderer EmbeddedRazorRenderer.cs: ```c# using FluentEmail.Core.Interfaces; using FluentEmail.Razor; using RazorLight; using System; using System.Collections.Generic; using System.Text;...

Hi @nsano-rururu Thank you for conntact here with me. I don't know way I had notifications turned off. I had busy period but I would like to continue working of...

Yes I already have seen elastalert2. I have made some nice worke with elastalert backend for kibana plugin like migration to type scripte, add swagger support, fix some bugs. I...

Hi @mc1arke Regression to #225 was made in this change: https://github.com/mc1arke/sonarqube-community-branch-plugin/pull/577#pullrequestreview-1349778894 > The coverage send back via the GitLab API should be the total coverage of the project, not the...

Hi 😉 Any update on this topic? We also faced this issue.

@phmonte The problem occurs when you publish code that uses `Buildalyzer` in `PublishSingleFile=true` mode. Not when you analyze a project with a such profile 😉 I don't know how to...