Edan Schwartz

Results 28 issues of Edan Schwartz

I just downloaded Atom v1.0.0, and tried to use this package. I moved the cursor to a require statements, and selected the "Open Selected Dependency" command. Here's the error I...

Has several incorrect/incomplete/misleading answers For example: > 5. Which is faster between JavaScript and an ASP script? > JavaScript is faster. JavaScript is a client-side language,, and thus it does...

Any thoughts on objects nested within arrays? ``` javascript router.toFragment('somePath', { anArray: [ { a: 'b', c: 'd' } ] } ``` I started to write a test for this,...

Our dce-cli docs are focused on admin users, with information on how to _deploy_ DCE using the CLI. But I can't find any docs for non-admin users, just how on...

Currently, our account and lease JSON payloads have `accountStatus` and `leaseStatus` fields. The naming is redundant, since the field is a property of the `account` or `lease` object. Also, it's...

**Version information** DCE v0.24.0 **Describe the bug** The version of the TF AWS provider is explicitly hard-coded into the DCE terraform module. Terraform docs recommend _not_ configuring providers in submodules:...

bug
good first issue

API Reference docs are rendering in a way that isn't particularly useful. - No navigation links - Missing response object schemas - No JSON examples We actually have some [other...

**Is your feature request related to a problem? Please describe.** I would like an out-of-the-box solution to automated/scheduled DB backups **Describe the solution you'd like** A lambda on a cloudwatch...

The prior art in the repo has us: - Return a `Link` header, which includes the URL for the next page of results - The URL includes query parameters for...

I was not able to get the docker-compose config in `./minecraft` working as is. I was able to use this setup, though, running the docker image from [itzg/minecraft-bedrock-server](https://github.com/itzg/docker-minecraft-bedrock-server). Updated this...