Justin Collum

Results 15 issues of Justin Collum

``` ✗ node --version v14.19.1 ``` I'm getting a SIGABRT when I use this library: ``` /Users/[email protected]/.nvm/versions/node/v14.19.1/bin/node[59358]: ../src/base_object-inl.h:184:static void node::BaseObject::InternalFieldSet(v8::Local, v8::Local, const v8::PropertyCallbackInfo &) [Field = 2, typecheck = &v8::Value::IsFunction]:...

**Is your feature request related to a problem? Please describe.** The readme for altair-fastify-plugin could use more depth. **Describe the solution you'd like** For instance: ``` app.register(AltairFastify, { /** *...

**Troubleshoot** - [x] Before creating an issue, please check: https://typicode.github.io/husky/#/?id=troubleshoot **Context** ohmyzsh, Node 14 ``` ✗ cat node_modules/husky/package.json| grep version "version": "7.0.4", ``` I have an existing hook that appends...

wontfix

``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/[email protected]/work/seed-association-service/node_modules/axios-curlirize/src/main.js require() of ES modules is not supported. require() of /Users/[email protected]/work/seed-association-service/node_modules/axios-curlirize/src/main.js from /Users/[email protected]/work/seed-association-service/dist/dao.js is an ES module file as it...

Start by rendering a page, get this result, click on item 1: ![image](https://user-images.githubusercontent.com/99687439/186536314-67be7fbd-b2fd-464f-b2c2-f91f3fe2ba1b.png) Save as a global: ![image](https://user-images.githubusercontent.com/99687439/186536337-7d5afc5c-574d-4adb-b284-79612d2dc27c.png) When I run the global function the result is `undefined`: ![image](https://user-images.githubusercontent.com/99687439/186536421-6595de27-1bfe-4686-a78c-3290d570f2a8.png) I...

![image](https://user-images.githubusercontent.com/99687439/186535445-53cbb764-830f-42d0-9ef8-625ce95f280d.png) Process: I was getting output from the tool that told me that the two objects were equal by value but not by ref. OK, so I save them both...

# Suggestion ## 🔍 Search Terms tsconfig.json ## ✅ Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code * [x]...

Suggestion
Help Wanted
Experience Enhancement

I put this up on StackOverflow, asking if it might be some config issue on our end. No responses. **Intended outcome:** I'd like cache keys to always be stored in...

⁉️ question
🏓 awaiting-contributor-response
💸 caching

https://github.com/artilleryio/artillery/pull/1952 ``` Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/artilleryio/artillery?pullRequest=1952) before we can accept your...

This is the blog post I'm using. Something is probably outdated / missing: https://www.apollographql.com/blog/tooling/apollo-codegen/typescript-graphql-code-generator-generate-graphql-types/ **Intended outcome:** I'd like to generate TS types for my graph. **Actual outcome:** ``` ✗ cat...