Jonathan Warykowski

Results 8 issues of Jonathan Warykowski

Hey All, We created a possession helper at my current employer and I was going to raise a PR to get this added if you agree that it would be...

When attempting to mock this module with Jest we get the following error raised: ```js jest.mock('parquetjs') ReferenceError: Browser is not defined ``` The only way around this is to create...

Hey @danReynolds, When you have a TTL entity e.g a `Person` and then have a root query e.g `GetPeople`, if any of the underlying entities under that query expire then...

## Overview This PR raises helper functions as defined in issue #54. * readEntity - returns the entityTypeMap values for id * readEntityExpired - returns boolean as to whether entity...

Hi, before I raise a PR I would love to add the following possible improvements: 1. Add an `isExpired` helper to return a boolean as to whether TTL has passed...

Hi, I noticed a weird problem when using a `fromCents` instance when performing further calculations down the line, please see the example below: ```js const itemSubTotalFromCents = currency('800000', { fromCents:...

bug

**Is your feature request related to a problem? Please describe.** Unable to upgrade to Node 20 (without running `yarn ignore-engines`). Is there anything holding this back? **Describe the solution you'd...

enhancement

Hi, I'm having a strange problem running our suite of capybara/selenium tests. They will be running as expected for 30 mins and then suddenly we get the following error: no...