Tomasz

Results 157 comments of Tomasz

firebase and google analytics has this functionality. It would be awesome to have this build in and working by default

@jelbourn any news from Material Design Team?

I've added WebView2 to the demo project (from this project) and nothing changed in the `DotnetRuntimeBootstrapper.Demo.runtimeconfig.json` file. There are changes in `DotnetRuntimeBootstrapper.Demo.deps.json` file: ``` { "runtimeTarget": { "name": ".NETCoreApp,Version=v6.0", "signature":...

@awha86 take a look at this post: https://github.community/t5/GitHub-Actions/Checkout-with-code-from-the-latest-release/m-p/47044#M6699 there is a line that might be helpful: `echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/weide-zhou/ticket13/releases/latest | jq '.tag_name' | sed 's/\"//g')"` if you figure...

@ixxie something like [this](https://bl.ocks.org/mbostock/3184089)?

I just run Snyk and got this warning: ``` ✗ Regular Expression Denial of Service (ReDoS) [Low Severity][https://snyk.io/vuln/npm:braces:20180219] in [email protected] introduced by [email protected] > [email protected] > [email protected] > [email protected] >...

@mysticatea could you take a look at this please?