node-q icon indicating copy to clipboard operation
node-q copied to clipboard

Q interfacing with Node.js

Results 9 node-q issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together. Updates `lodash` from 3.7.0 to 4.17.21 Release notes Sourced from lodash's releases. 4.0.0 lodash...

dependencies

``` const now = new Date() con.ks( "insert", "`incoming", [ nodeq.timespan(now), nodeq.timestamp(now) ] ); ``` ``` timespan timestamp -------------------------------------------------- 0D04:08:00.595000000 2023.08.17D04:08:00.595000064 0D04:08:00.610000000 2023.08.17D04:08:00.610000000 0D04:08:00.612000000 2023.08.17D04:08:00.612000000 0D04:08:00.613000000 2023.08.17D04:08:00.612999936 0D04:08:00.614000000 2023.08.17D04:08:00.614000000 0D04:08:04.616000000...

This is related to this issue: https://github.com/jshinonome/vscode-q/issues/64 When I try to connect, I get "unable to verify the first certificate". Given the isolated environment I am working in, I know...

检测到 michaelwittig/node-q 一共引入了99个开源组件,存在20个漏洞 ``` 漏洞标题:Growl命令执行漏洞 缺陷组件:[email protected] 漏洞编号:CVE-2017-16042 漏洞描述:Growl是一套支持Node.js的通知系统。 Growl 1.10.2之前版本中存在安全漏洞,该漏洞源于在将输入传递到shell命令之前,程序未能正确的对其进行过滤。攻击者可利用该漏洞执行任意命令。 国家漏洞库信息:https://www.cnvd.org.cn/flaw/show/CNVD-2018-24664 影响范围:(∞, 1.10.0) 最小修复版本:1.10.0 缺陷组件引入路径:[email protected]>[email protected]>[email protected] ``` 另外还有20个漏洞,详细报告:https://mofeisec.com/jr?p=ie9057

Hi! I'm struggling with this task: sometimes I need to send timestamp as infinity (`0Wp`). Is it possible? Perhaps `typed` could take `Infinity` or some parameter that means "I want...

enhancement

Hi! Can I choose a custom serializer/deserializer for data types? I'm specicially wanting `long`s to be represented as JS native BigInt type. I'm also happy to provide a PR if...

enhancement

Hello, great library it works well! Unfortunately as is typical with kdb, we have a custom upd function this is actually `.u.upd` This means I can't subscribe with out hacking...

enhancement

Hi Michael Have you considered how this library might support functional selects (parse trees) via its serialisation capability? For example, the Q expression: ```q .xyz.func[`test;(`filterClause`foo)!(enlist[(=;`account;`C12345)];1b)] ``` could be expressed as...

enhancement

Hi Michael, I notice a small issue in sending Q symbol with backtick; Actually we need an extra space to escape the leading backtick. I just tested following code :...

bug