Theo Gravity

Results 52 issues of Theo Gravity

I'm trying to check if the memcached server is up before I run my app (using `bufferBeforeError`). I have the following code: ``` static testConnection () { return new Promise((resolve,...

Let's say you have ISOs in a non-public company, and the FMV is now lower than your strike price. What are the tax consequences or benefits?

question

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

I have models define in separate files that reference each other. Is there a way to deal with circular dep issues without combining the models into one file? ``` import...

This tool is really difficult to use when you lose your work from an accidental refresh.

Is it possible to do this for a single instance? I noticed that you can only specify credentials for one google provider only. I have a situation where I have...

Needs to have an option to enable this for local dev purposes ``` process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0' ``` ``` { FetchError: request to https://localhost:3045/dev/graphql failed, reason: unable to verify the first...

Would it be difficult to support for the operators here? https://www.postgresql.org/docs/14/pgtrgm.html Would it be as simple as adding in something like: ``` similarityGreaterThan: { description: "Value has a similarity that...

enhancement

It's not clear as to what my secret would be used for here. There's a group of people trying to follow the instructions on: https://medium.com/codius/how-to-run-your-own-codius-host-42e13afe1fb2 Can we get some info...

**Is your feature request related to a problem? Please describe.** We use dynamodb local to work with dynamodb in our development cycle, and use a custom region of `local` to...