Dakota Dutko
Dakota Dutko
> @dakota002 would this affect the use of [DetailsDropdownContent in the schema browser docs](https://github.com/nasa-gcn/gcn.nasa.gov/blob/f657b161c35f3cd92ec2ecfb03f804c2be122b76/app/routes/_gcn.docs_._schema-browser.schema.(%24version).%24/route.tsx#L141)? Without checking, they should work well together, assuming that the property is not required. You should...
I think I got it working. The esbuild solution was a much easier find than the previous issues I was encountering. I adapted this https://esbuild.github.io/content-types/#file based on a comment I...
Marked as ready too soon, need to fix something else first
> @dakota002, does this work now? > > Note that you will need #2296 so that our build pipeline installs libraries for the correct OS and CPU. I need to...
@lpsinger This still doesn't disconnect locally. It may work when deployed though since there will be different emitted events and not just an invoked function
Okay, so I made a simple kafka producer and added [why-is-node-running](https://github.com/mafintosh/why-is-node-running) to see what was keeping it going. This is the log: ```md There are 12 handle(s) keeping the process...
> Does this work now in your sandbox? Yea, just ran it locally and had to add a couple lines but its looking good locally
@lpsinger , I found an issue: the lambda is throwing the following error: ``` 2024-05-31T13:53:45.696Z undefined ERROR Uncaught Exception { "errorType": "Runtime.ImportModuleError", "errorMessage": "Error: Cannot find module '@mongodb-js/zstd-linux-arm64-gnu'\nRequire stack:\n- /var/task/index.cjs\n-...
It's kinda flexible, `true` just tells the validation to expect the field to be there, but we could also just set it to be `{ "type": "string" }` which might...
Yea, our validation is correct, here is the docs page https://json-schema.org/understanding-json-schema/reference/object#unevaluatedproperties It's not specified that you need to define it this way, it is just a consequence of including the...