Kevin Brown

Results 133 comments of Kevin Brown

@axic One scenario would be where you have a really flexible agreement. For example you might have a weekly agreement and a monthly agreement. It'd be handy from a dApp...

One way to handle this might be to use the include configuration in `serverless.yml` to force the JS files you need to get included in the resulting bundle. A bit...

Thanks @jruizgit, that'd be awesome. Also we're happy to help with contributing and/or maintaining a set of types for use with TypeScript. The main question / difficulty at this point...

Hey @jruizgit, I think I can figure out most of this if I can get past the syntax errors. Any hints on a syntactically valid way to express the above?

@jruizgit anything I can do to help here?

I've got quite a few assets in my bucket now after a month or so of deploying from CD. How do I determine which ones are in use, even manually?...

We ended up shipping without using `react-native-social-share` because of this issue, so I don't, but can't verify whether it was solved or not.

Ok, I created an unminified build of both miniglob and estrella. Here's the actual error: ```console Unhandled exception: TypeError: volumeNameLen2 is not a function at C:\[project folder]\node_modules\estrella\node_modules\miniglob\src\miniglob.js:59:18 at glob0 (C:\[project...

I've made a little more progress by editing `cleanGlobPath` to: ```typescript var cleanGlobPath = WIN32 ? (path, volumeNameLen2) => { let vollen = volumeNameLen2; ``` This now gets me to...

I'm not sure what this means, can you please fill out the issue template?