Elyx0

Results 54 comments of Elyx0

Same issue, I get: ``` ./node_modules/.bin/tape -r babel-register tests/*.js | ./node_modules/.bin/faucet module.js:472 throw err; ^ Error: Cannot find module '../' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at...

@pareekkhushboo77 Check in the code for `scrollOffset: this.childIndex` and I just changed to `scrollOffset: this.childIndex || 1` but it's not pretty, and still bugs a lot :/

Do you have a screenshot or logs of the output of the same error before / after this?

@ehmicky Any solutions that did it for you there? So the readme section about TS doesn't do it?

I gave a failed shot to https://github.com/Elyx0/netlify-plugin-inline-functions-env and then clone locally and used ``` [[plugins]] package = "/../netlify-plugin-inline-functions-env/ ``` What I did was add .ts recognition and plug the `const...

Well I solved it by inlining all I could find in FUNCTIONS_SRC and putting it under a `inlineAll` plugin config param Welcome to https://www.npmjs.com/package/netlify-plugin-inline-functions-env-typescript ! (you can cherry pick some...

As a heads up if I wanted to dig, do you have some hints on how much it's going to blow with Elastic 7?

I've made it work here for v6 and v7: https://github.com/jbdemonte/mongoose-elasticsearch-xp/pull/54 But travis is such a pain @nodkz I'll rebase if I can make it pass but I've been trying for...

Did you solve this in your fork?