jcalfee

Results 127 comments of jcalfee

Anyone thinking about the unit tests yet? It appears they need to be initialized with either src/client/index.js or src/server/index.js (test could be in src/client or in src/server). I'm thinking separate...

Something like this? `npm install --save ripemd160` ./order.coffee ``` ripemd160 = require 'ripemd160' ###* Unit Test / Usage (Note, 22 = USD and 0 = BTS or XTS) {return} Buffer...

I was able to cancel my order like below, I don't see an api call to lookup the order by id though. `>>> wallet_market_cancel_order 872ec0ab746f7aa1162597138c52d6c9a8986fd2`

How is the browser example minimized to save space?

In node I just do this `const en = require('i18n-iso-countries/langs/en.json')` .. but in the browser I'm needing to figure out how to use Import due to Node (unfortunately in my...

Thanks for the tip @mviereck .. we have no output (missing the SECURITY extension). We are still hunting all over for some reference on how to install or enable it....

If we can't figure out how to enable or install the SECURITY extension, can you please suggest a variable tweak so we can try to by-pass the secure cookie? For...

We do our best to keep open source on the servers, however, I can ask the group if we can approve a gift / donation. You have certainly already earned...

Maybe I do need to upload each file then try to fetch the fileId so I can modify the markdown before I upload it. It says [here](https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/versions.html#listing-the-versions-of-a-file) to obtain all...

If it helps, we just implemented this in our viewer using the "Faster YouTube Embeds with JavaScript" example.. This is the initial react component. The css is the same (from...