Jason Efstathiou

Results 33 issues of Jason Efstathiou

I've found that passing a dynamic value to the directive like this won't work: `v-ripple.600="rippleColor"` `rippleColor` changes dynamically based on if my app is in light or dark mode. Unfortunately,...

I've been using this library for quite a while without issues, but recently I had to change my server's configuration over to SSL, and I cannot get it to connect....

A CLI interface for the validation would be useful for integrating with CI. Something like ``` $ validateEnv path/to/.env path/to/.env.template ```

enhancement

A synchronous version of the check would simplify the API and allow you to just drop in the function in your index.ts, without messing with the current promise-based implementation. It...

enhancement

That way you won't have to go run your app multiple times to get all validation errors if there are many.

enhancement

**Describe the bug** After adding Decap to my existing site by following the official instructions, using Netfliy & Netfliy Identity, I can access the admin interface just fine, but am...

type: bug

We have an (admittedly rather unique) situation where one of our dapp's contract functions uses an amount of gas that varies slightly over time, because some of its internal logic...

I'm getting this error every few seconds when running exactly the simple quick-start code from the readme. `buffer.js:977 throw new RangeError('Index out of range'); ^ RangeError: Index out of range...

I think it'd be nice to clearly introduce what a Drip List is and quickly summarize how it works when you enter the creation flow, as part of an intro...

enhancement