Markus Padourek

Results 52 issues of Markus Padourek

It seems when I try to use this on windows I just get the error `spawn ENOENT`. I am writing a cli tool that is working fine on Linux and...

enhancement
help-wanted

Hey, just found these rules and they look very interesting. It would be nice if the readme would show examples on how to use these rules in combination with a...

I have the following code to create a new model: ``` js testModel = this.emberSync.createRecord('test', { email: this.get('email'), name: this.get('name'), }); testModel.emberSync.save(); ``` This works fine and the model gets...

It would be great to get https://github.com/fish-shell/fish-shell/ support. Currently getting these errors: ![screen shot 2015-03-18 at 00 22 02](https://cloud.githubusercontent.com/assets/2580254/6700356/dc4a0198-cd04-11e4-802b-ee4ea1737790.png)

A few days ago we started seeing error messages from bazel-remote-proxy and the remote cache stopped working: ``` WARN[0157] error retrieving storage credentials error="rpc error: code = Unimplemented desc =...

### Expected behaviour When writing a reporter in the `onSpecComplete` complete function I would expect the `result` object to have an attribute `filePath` or similar that shows the path to...

discuss
needs: feedback-from-author

Often when I do a search, e.g. I search for a specific request, I want to be able to see context around that search, e.g. the request that happened before...

enhancement

Clone https://github.com/bazelbuild/rules_nodejs and run `bazel test --experimental_use_sandboxfs //...` on latest master (I ran on commit 4d0d9ab457fc9eddc30571ac26aa1479f2afa57a) and you will see all tests failing with: ``` src/main/tools/linux-sandbox-pid1.cc:198: "mount(/home/markus/.cache/bazel/_bazel_markus/b5e90fb44c2dddce81f37d15a927885e/sandbox/linux-sandbox/84/execroot/build_bazel_rules_nodejs/_tmp/ac725c8d6b5fe71de53c076523af737f, /home/markus/.cache/bazel/_bazel_markus/b5e90fb44c2dddce81f37d15a927885e/sandbox/linux-sandbox/84/execroot/build_bazel_rules_nodejs/_tmp/ac725c8d6b5fe71de53c076523af737f, nullptr, MS_BIND...

I have a reactive pipeline that processes some data and then at some point stores as well as reads data from a psql database. I have noticed now if one...

module:pg

I am using version 3.8.1 and having some issues with a query trying to insert JSONB from a String. It inserts and reads out fine, but what I noticed is...