Koen Vlaswinkel

Results 18 comments of Koen Vlaswinkel

``` use Snipe\BanBuilder\CensorWords; $censor = new CensorWords; $yourstring = 'Go to hell, you b1tch!'; $result = $censor->censorString($yourstring); $hasMatch = count($result['matched']) > 0 ```

Sorry about the lack of response. I've added packed self attestation, but I'm unfortunately not able to test it. If you are still interested, could you test whether it works...

Most of the WebAuthn specification has been implemented, so both attestation and assertion should be working. The only two TODOs in the code right now for missing parts of the...

Yes, fingerprints are supported on the latest Chrome on both Android and iOS. I haven't tested other browsers. It is also possible to use [Krypton](https://krypt.co/) to use your mobile phone...

I don't think that's the intended purpose of WebAuthn, so I don't think it's supported.

I only saw this PR now, but it's really similar to a project I started last Friday: https://github.com/koesie10/ormlite-processor. It's basically the same, but without changing the project's code and it...

I'm sorry about the confusion, the PR body is not clear about this. The TypeScript files are still being compiled to JavaScript, but it's not using the TypeScript compiler anymore....

I've now got all the tests to work, but there is now quite a large difference between the tests and development/production. For development/production, the approach is as described as above:...

> My understanding is that the following is broken: > > - proxyquire > - loading external test data > Anything else? In general the problem is that we cannot...

This should be fixed in the next release of the extension, which is estimated to be in 1-2 weeks.