Silvio Böhler

Results 11 comments of Silvio Böhler

+1, on iOS 9. Tested using node 4.5 and 6.4, on Arch Linux. The exception is triggered as soon as I hit play on my iDevice. ``` Search complete. Set...

As far as I understand, it is possible to define validations as follows: ``` js const rules = new Checkit({ "key2.key3": ['required', 'string'], "key2.key4": ['required', 'string'] }); ``` This is...

@nmagerko I recently had the same use case, validating a nested array of objects. The following code validates a 'transaction', which has a property 'entries' containing an array of entry...

I don't know much about the merits of new-repl vs repl, but instead of using new-repl, you can solve your issue by assigning a value to the dante-target variable. This...

How did you add `dante` to your emacs? I think I had the same issue with the recommended `use-package` setup from the README file (https://github.com/jyp/dante#installation). I am now using the...

@gregor-alexandru I have stopped using dante in that project.

It shares these restrictions with most PTA tools. Allowing spaces would make parsing significantly more complex, and colons seem to be the gold standard for declaring subaccounts. Agree this could...

Hi all, I've been following this thread for the past days because I was setting up my GPD Pocket with NixOS and found this repo and conversation extremely helpful. I...

@zohl, awesome, thank you! Thanks for the suggestions - I will keep it as-is for the moment, I believe it is an easy exercise to read the key out of...