Ryan

Results 7 issues of Ryan

The dapr CLI now supports GET commands, which should be reflected in all microservice readmes: https://github.com/dapr/cli/pull/229

This issue represents the work necessary to support Java in the Yeoman generator: - [ ] Create idiomatic Java boilerplate code that exercises the same features as the existing languages...

Generate a makefile that traverses all of the microservices in the project and builds container images for each one. This should help minimize the dev inner-loop for updating, building, and...

Right now this package doesn't implement all of the endpoints that the Bot Framework Connector does. Among the ones it ignores are the attachment ones. Being able to upload attachments...

help wanted

Let's use this issue to track reviews of each sample in each language: - [x] Node Basic Sample - [ ] Node Complex Sample - [x] C# Basic Sample -...

As of now, the readme in the advanced sample points devs at the Microsoft docs to get started with Cosmos. It may be a time-saver (and an interesting exercise) to...

Webpacking ```short-order``` fails given its use of ```fs```, ```dotenv``` and ```readline-sync```, which are used specifically in a node runtime. If these packages are not core to ```short-order```, please consider removing...