ento

Results 22 issues of ento

- [x] This is a bug report - [ ] This is a feature request - [ ] I searched existing issues before opening this one ### Expected behavior Running...

### Summary of problem I'm trying out CI Visibility with a pytest test suite, and I'm seeing log messages like "failed to send, dropping 415 traces to intake at http://localhost:8126/v0.4/traces...

CI App

### Summary of problem I encountered this issue when trying to instrument a pytest test suite for CI visibility. There's a test case that mocks out the `POST` handler of...

stale

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.11.2 (latest as of this writing) **Ajv options object** ```ts import Ajv, {...

typescript
bug report

node2nix version: c876bb8 (latest master as of this writing) node version: 10.x example code: https://gist.github.com/ento/2962993d4dfdf2e0778d5b2f4c57948f I'm using node2nix to install dependencies required to build a frontend app. My shell.nix (simplified)...

### Context I'm using Pants to package up a GitHub Actions action I started writing in Python. The packaged pex file is checked in to the repo, so that when...

This PR adds support for `$ref` like `'Pet.yaml'` and `'definitions.yaml#/Pet'`, as seen in [OpenAPI 2.0's examples](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#relative-schema-file-example). Also fixes some edge cases in the pointer resolution logic.

Not much to add to the PR title except for the admission that I have not tested with a VPC-enabled function. Breaking change: `subnet_ids` and `security_group_ids` are now nested under...

Adds the following options. ``` --scale-hint-horizontal SCALE_HINT_HORIZONTAL Calculates scales by assuming the provided input image spans the full width of a xxxhdpi/retina screen and applying the same scale to all...

One change from #1421 that wasn't part of #1427. (Both PRs addressed the same bug in `devenv container build shell`, and the latter was merged.) While working on #1421, I...