Nico Gallinal

Results 29 issues of Nico Gallinal

I think this is a great CLI and it is a very applicable note for developers. Usually we have to process more than one file at a time.

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? I'm trying to use a mutator to set a field as...

After linking node-windows as described in the readme ```bash npm link node-windows ``` one should link its dependencies as well ```bash npm link xml ``` for the installation to succeed...

help wanted
more information needed

Hi, The solution provided will asset that subset([a,b,c,a], [a, b, c]). is true. It is missing checking that the first parameter is a set itself. Here I propose a fix...

I belive there is a bug. The current definition has the following outputs: ``` ?- display(p or r and s). or(p,and(r,s)) true. ``` Which is ok but: ``` ?- display(p...

I'm having an issue with the sample app see [comment](https://github.com/appsquickly/typhoon-example/issues/33#issuecomment-487190583) And while trying to investigate further and see if I could fixed I noticed that the TyphoonAssemblyBuilderTests that are responsible...

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...

It would be nice if instructions to run it locally are provided in order to test changes and be able to contribute with solutions to the proposed exercises.

### ⚠️ Pre Checklist > Please complete _ALL_ items in this checklist, and remove before submitting - [X] I have read through the [Contributing Documentation](https://devlake.apache.org/community/). - [ ] I have...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Connected devlake to github, created the blueprint and the git...

type/bug