Bazyli Brzóska

Results 57 issues of Bazyli Brzóska

**Describe the bug** I don't understand what are the conditions for this happening, but in the project page, our `master` branch is not showing any data, despite downloading all of...

**Describe the bug** When there are a few more than the standard categories, they start to squeeze visually too much. Also, when a category doesn't have any numeric scores (all...

**Describe the bug** Hi! 👋 Passing in `--settings` to CLI is broken. The string is never parsed, so the code ends up trying to create properties on the string, which...

enhancement
P2

I'd like a cross-platform way of executing local executables, e.g. under *nix I can currently: ``` ./local/path/executable ``` this doesn't work under windows because of the path representation `./`. I...

feat

The bug I'm experiencing is really weird. It does not occur under Chrome. Under Firefox however, it sometimes happens, sometimes does not (it is not deterministic). What I saw is...

Googling for `rethinkdb upsert` yields this page as the first result: https://www.rethinkdb.com/blog/answers-to-common-questions/#does-rethinkdb-support-upserts But it seems the `upsert` option is no longer supported. The page should be updated to reflect the...

good_for_contributors

I understand this is an entirely opinionated decision, but given that you are heavily leveraging RxJS, which itself is written in TypeScript, it would make sense to also use TypeScript...

client

I've been using rethinkdb on the client with `rethinkdb-websocket-client` and have implemented my own version of optimistic updates for it. Along the way, I've discovered some issues that I think...

server
client
still formulating

Hi @andywer, I'm the author of [easy-webpack](https://github.com/easy-webpack/core), which, from the looks of it seems like the same idea as `webpack-blocks`, just executed by a different person. Am I correct in...

discussion

I've tried pushing the `karma-ava` alpha to its limits by trying to add code coverage, unfortunately without much success. `karma-coverage` generates code empty coverage, even though code is being included...

enhancement
help wanted