Erik Benson

Results 10 issues of Erik Benson

Breaking out that file into logical modules like recipeImportExport, sdcard, etc and throwing in unit tests would help to make the code more supportable long term. I wouldn't mind taking...

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 14 *...

feature

Ran across a use case where i wanted to know if a date was at least 5 minutes greater than another date. But if I have other cases like 10...

enhancement

We need to build our app on one machine and deploy on another, with --no-bin-links failing that is not possible. Without --no-bin-links it installs fine ``` > [email protected] install F:\proj\htrack\src\mapping-api\node_modules\gdal...

I am thinking this is where the issue would go. When we are in prod, ~4 million requests a day across 3 instances, there are cases where date queries return...

**Describe the problem feature solves** We implemented our own resource to support our multitenant adminbro/adminjs instance, however without knowing what user (company) they are we do not know what collection...

enhancement

- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14` --- ## Steps to...

bug

For our internal modules we generate @types modules within our existing module code. To facilititate this we have a seperate list of dependancies for the type module called typesDependancies. If...

enhancement

When doing things like creating custom providers it would be nice to have typescript definitions for all the data that is returned through the getData function. In particular the configuration...

enhancement
LOE: low

https://github.com/koopjs/koop/blob/ac62b3fbeccceede55924cf9efa6e92f8151f1dc/packages/featureserver/src/relationships-info-route-handler.js#L12 When trying to implement related table I ran into this roadblock, the defaults for layers and renderers are missing. You can get around it partially by specifying the renderer,...

bug
LOE: medium