Maurice Faber

Results 137 issues of Maurice Faber

First of all, tnx for the hard work! Your translate call however does not allow interpolation injection. So changing translate(message.text, message.variables) to translate(message.text, message.variables, message.interpolation) would make that possible I...

bug

How is it possible to to that?

enhancement

It seems impossible to create a snapshot of a free quadrant cloud node with the SDK. I don't know if that is intended, but I designate it to be a...

bug

Why are symlinks not skipped? I have multiple symlinks that mackup does not skip, but instead resolves the content of and creates a new file for? This is totally breaking...

### Is this a Feature or Bug? I think this is a bug, as typescript is supported now ootb, so we should be able to create `plugins/index.ts` that is able...

Using the bones generated views on the server side won't work, because their provided jQuery context is not set. Selectors don't work that way. I suggest that jQuery should be...

Taking a look at the example code, I noticed a flaw in the augment method. If I debug the client model's 'sync' method, I get the arguments in the correct...

The loopback angular model.$save (or Model.update for that matter) defaults to $upsert, which tries a batch update on the server, which is not allowed for just the $owner. The PUT...

bug
doc
major
p1
needs-priority
help wanted

Hi, tnx for your work first of all. I did find the following when I did a vagrant up (after having done the previous steps in your docs of course):...

### Bug description the culprit is in the `oneOfSchemas` helper. The test breaks because it was given an array of schemas that were undefined. You can reproduce it with: ```ts...