Aaron Huggins
Aaron Huggins
> Tested on react-native, apparently does not work :( > I don't know if there are any workaround https://github.com/ahuggins-nhs/base64url-xplatform https://www.npmjs.com/package/base64url-xplatform In browser: ```js import { Base64Url } from 'https://cdn.jsdelivr.net/npm/[email protected]/esm/index.js' window.Base64Url...
> It would be great if we could retrieve the deploy result json object in the pipe when deployment is done. > [...] > Not sure it is the best...
This is an absolute must have. Simple change that's non-desctructive. @stomita, please merge when you have a chance. Love this project.
I'm having the same issues as the OP. There's actually a couple of different scenarios: Combinations of: ``` [email protected] [email protected] @typescript-eslint/[email protected] ``` or ``` [email protected] [email protected] @typescript-eslint/[email protected] ``` Results in...
This was directly inspired and riffed from https://docs.rollbar.com/docs/aws-lambda. For Azure, this wasn't very complex as they depend on the first-class async function to pass a result back to the runtime...
@waltjones, do you have any thoughts on this? We're looking at rolling out Rollbar more widely across our Azure applications. Currently we're modifying the prototype to add this code in...
> Superficially, the PR looks good. Tests would be good. (I realize there are not tests for the LambdaHandler, and that needs to be improved.) I'll give some thought on...
In the meantime, a work-around like this has worked for me: https://github.com/ahuggins-nhs/js-edi/blob/f732b08e0ce9f79b570d55d0b780425e0657613a/grammar/EdiX12Lexer.g4#L3-L10
> Regarding your questions -- for our use, I ended up writing a layer around node-x12 that provides named access to elements in the EDI message. Basically, you can do...
> I can't really contribute to requested features yet because my app using node-x12 is still in development (🤞 we go live in a few months). Once we are live...