José G. Quenum

Results 7 issues of José G. Quenum

I have a form in coffeekup (using express, etc.) with some fields and two buttons (update and close). I would like to enable the update button only if a change...

Hi all, this is not really an issue, but a quick two questions related to coffeecup. (1) which module(s) do you guys recommend for form validation? I am using express...

Hi, I am using the memcache client for node.js to store data with a lifetime using the following syntax: memcacheClt.set objectKey, JSON.stringify(value), callback, lifeTime Although I get STORED as a...

Hi, Trying to use Copy with Style, I got the following error: -e:2:in `

Hi all, where can I find examples regarding JsonReads and JsonWrites for "complex" complex objects? Say I have a user-defined as follows: `User { firstName: "Some name", lastName: "Some other...

Hi all, how do I get Spark.jl to read a stream from and write to Kafka? I need help finding documentation on that.

Hi all, I am experiencing an issue with the ProtoBuf package. I am writing a simple RPC call between a client and a server. The proto file looks like the...