Benito van der Zander

Results 146 comments of Benito van der Zander

You can save the headers in a variable and reuse them later `--follow ' {"header": $myheaders := "....", "url": "..."} '` then `--follow ' {"header": $myheaders, "url": "..."} '` I...

>Does "development branch" mean the head of the master branch? All development happens on the head(s) >How may I learn what support is currently available for JSON updates, and how...

>The larger question is what is currently implemented (and stable) in Xidel with respect to updating JSON data? The development version implements everything of XQuery 3.1. It is very stable...

>Based on the recent further clarifications, I am understanding that use of XQuery would be a sensible choice. Yes, and if you end up not liking Xidel, you can search...

>I was trying to understand whether knowledge of the standard would be sufficient for use in the application, or whether I also should know about certain implementation-specific limitations. when something...

>you'd be interested in integrating the EXPath Binary Module as well. Yes, but I got stuck implementing XPath 3.1 >What do you think? Would you have done it differently? you...

>That's a clever way to repeat a function 100000 times! I had not intended to post this here >real 0m27.156s >user 0m0.015s >sys 0m0.015s That is weird. On my laptop...

For the prefix you can just write `"0b" || `. That is even shorter than `, true()`

not sure about that. When there are too many parameters it becomes confusing. (Although even the freepascal inttohex function has a padding) format-integer is to do more complex formatting. But...

I have implemented four functions of the module: https://github.com/benibela/internettools/commit/f12cb45069f9bc276008f6401de0d1894f114990#diff-dc8588a65c0875a8535fd33db1999d07eeca49f80fa8ed79548b88d47d1f405eR146-R220 http://hg.code.sf.net/p/videlibri/code/rev/dc34769d65d1#l2.149 The other functions can be implemented in the same way straightforwardly It is the perfect exercise for someone to learn...