Yaniv Kessler

Results 29 issues of Yaniv Kessler

Same as cdn scripts, I would love to add scripts that I serve from somewhere Currently to do this I need to export, change the url and then import back

```js const regedit = require('regedit').promisified ``` but then if promisified arch is needed then one has to require again: ```js const regedit = require('regedit').arch.promisified ``` This comes more naturally: ```js...

enhancement

@felixhao28 Any chance you can update `regedit.d.ts` with types relating to the new `listUnexpandedValues` API?

Copied directly from #7 : See [cscript-registry-benchmark](https://github.com/vweevers/cscript-registry-benchmark) and [its output](https://ci.appveyor.com/project/vweevers/cscript-registry-benchmark/build/1.0.3). Calling `registry.GetStringValue` directly (eg, agnostic mode) is roughly 2x as fast as `registry.ExecMethod_("GetStringValue", ..)` with a "__ProviderArchitecture" flag / context....

https://github.com/ironSource/parquetjs/blob/master/lib/reader.js#L219 https://github.com/ironSource/parquetjs/blob/master/lib/reader.js#L251 https://github.com/ironSource/parquetjs/blob/master/lib/reader.js#L252

We want to be able to use this package in the browser, therefor we will need to get rid of or make optional, some dependencies (ws, brotli etc) related to...

the thrift module source is hosting on fsf git not on github, I'm not familiar with the procedure for submitting PRs and such but we might need to fork it...