Bazyli Brzóska

Results 57 issues of Bazyli Brzóska

``` 24 08 2016 19:07:28.510:ERROR [plugin]: Error during loading "karma-ava" plugin: Cannot find module 'ava/lib/prefix-title' ``` EDIT: See the [comment below](https://github.com/avajs/karma-ava/issues/5#issuecomment-242210369) for full context.

┆Issue is synchronized with this [Asana task](https://app.asana.com/0/151032607952727/155695528039233)

enhancement

- [ ] GitHub Pages Deploy ([example](https://github.com/AngularClass/angular2-webpack-starter/blob/master/config/webpack.github-deploy.js)) - [ ] Auto-open Browser on bundle - [ ] Stylus - [ ] Autoprefixer for CSS - [ ] BrowserSync auto-reload ?...

**Description** Video formats that aren't supported by a given browser still end up with the `` tag, just broken. **Expected behaviour** `` component shouldn't be used for formats that aren't...

**What kind of change does this PR introduce?** This is probably not the right way to do this, but I wanted to start a discussion about making this an official...

PR: unreviewed

I've started working on a proper dockerization of iRedMail. There's still a bit to do, but it looks promising. Basically, I'm hooking the installer so it can run in the...

Steps to reproduce: 1. device A: create a note "xyz" 1. device A: add content "`testing`" 1. device A: make sure the data is replicated to the backend 2. device...

Right now in TypeScript it's all or nothing when calling generic methods. You can either skip typing all the generics altogether and they will be inferred from the context (if...

Suggestion
In Discussion

### Bug description In the past, I used to be able to do `page._client()` to get the current CDPSession, and setup `cdpSession.on('Network.webSocketFrameReceived', callback)`. In recent versions, `_client()` has been marked...

feature
confirmed

## 🐛 Bug report ### Current Behavior `decode()` reports errors when trying to validate an intersection of a function with an object (i.e. a function with additional properties). ### Expected...