Yaron Naveh
Yaron Naveh
https://github.com/chjj/blessed On Thu, Jan 22, 2015 at 12:28 AM, Yaron Naveh [email protected] wrote: > can you try the simplest example in the blessed readme to see if it works? >...
please try to run this code: ``` var blessed = require('blessed') , contrib = require('blessed-contrib') , screen = blessed.screen() , grid = new contrib.grid({rows: 1, cols: 2}) grid.set(0, 0, contrib.log,...
for my sample install blessed and blessed-contrib for the other install bresenham
Hi, can you paste here the code you use?
I have just done the following succesfully: 1. create a new folder 2. npm init 3. npm install blessed blessed-contrib 4. copy dashboard.cs to the folder root and change the...
@Yomguithereal I don't have a strong opinion, I think it would be good if people can write their custom widgets and use them without turning them into primitives. From my...
just out of curiosity is it due to rails complexity? Do you now adhere sinatra-like libraries?
wcf.js uses ws.js which uses xml-crypto. see this thread in xml-crypto, either you can use it directly or do some monkey patch where applies: https://github.com/yaronn/xml-crypto/issues/45
It should be possible providing that the WCF endpoint uses security configuration which is supported by wcf.js as specified in the readme. On Wed, Jul 13, 2016 at 11:44 PM,...
If you need Wcf.js to do message-level security stuff, then Wcf.js has the dependency chain wcf.js-->ws.js-->xml-crypto which in turn depends on the node.js crypto module. If wcf.js will have all...