Jacob Hite
Jacob Hite
I'm using the barebones example code in the documentation for the 'greet' command. Does clime work with ts-node? Either it clime doesn' work with ts-node or I'm missing something super...
This does bad things (ie: the query hangs) ``` SELECT * FROM unnest( get_occurrences('FREQ=YEARLY;BYMONTH=2;BYMONTHDAY=31;COUNT=10'::rrule, '2019-12-07 10:51:02+00'::timestamp with time zone) ); ``` tested this with rrule.js and python's dateutil.rrule and they...
`decorate(injectable(), EventEmitter))` fails in Jest test environment, but works fine when running typescript code using `ts-node`. ## Expected Behavior When injecting a component that extends `EventEmitter` (thus requiring `decorate(injectable(), EventEmitter))`),...
The documentation seems to be very out-of-date everywhere I look. Here are some examples: The GitHub readme at [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws) makes reference to a functions `graphqlExpress()` and `graphiqlExpress()`. These functions don't...
The [vaults page](https://yearn.finance/vaults) shows `NaN` for `Total Earnings`, `Deposits`, `Withdrawals`, `Transferred In`, `Transferred Out` for some accounts. `NaN` is showed for *all* vaults whether money has been deposited into the...
Provide api for BE and MW to query if a UTXO's standard exit is ready to that processExits() can be called on it.
backerei fails with the error below. Note that when I run the `tezos-client` command by hand it works fine. Very unfamiliar with the Haskell dev environment and not sure how...
I'd like to be able to catch `ExpiredSignatureError`, `DecodeError` and other specific exceptions and do something meaningful with them, but they aren't exposed for import. I can only import `JWTError`,...