Nick Bordeau
Nick Bordeau
Just to speak for the people that have a mono-repo setup. This file structure is used A LOT. I personally like the structure of having each service be essentially its...
I am having a similar issue with both packages. The folder structure looks like: ``` jsonSchemaParser |__schemas |__src |__ common |__ enums |__ us-states.json |__ physical-address.json |__ location-created.json ``` **location-created.json**...
Would love to see this taken care of by the core team. This poses a huge problem for companies like ours that use AppSync alongside other GraphQL microservices.
A little late to the party, but have you tried adding your composer path to your system path? That is what ended up working for me. Open up your "Edit...
Same. Updated to Expo 46 and get peer dependency issues with the test renderer.
Trying to build a test case with Grafana Loki's HTTP API and seeing the same thing. Is it possible to process the logs in the same Lambda invocation? On the...
> Hi, @TomFrames > I decided to use https://github.com/google/semantic-release-replace-plugin instead. > I'm pasting my `release.config.js` file in case that's helpful. > > ```js > module.exports = { > branches: ['master',...
I took the torch from @zanona and also moved to https://github.com/google/semantic-release-replace-plugin. After a quick PR today, you should be able to update your expo `version`, apple `buildNumber`, and Android `versionCode`...
> I have a similar issue with the trading.AddItem API. I get the following "Error" thrown when I add an item. > > ```json > "LongMessage":"Seller Profiles will soon be...
Running into the same issue when we want to use a private NPM Types module in a Serverless mono-repo https://stackoverflow.com/questions/66495073/automatically-import-typescript-namespace-from-namespace-type-only-npm-module-in