Giancarlo Calderón Cárdenas

Results 32 issues of Giancarlo Calderón Cárdenas

We currently have some Quarkus apps running natively that uses the oficial "amqp-client" dependency. Comparing the example code to what we currently have, both seems quite similar, except the part...

### Description Due to my browser settings, when navigating from `google.com` to Quarkus doc, I always get directed to `https://es.quarkus.io/XXX`. When this happens, a banner appears at the very top...

Continuation of https://github.com/jesseweed/seti-ui/pull/691 Closes #704 ### Preview ![image](https://github.com/user-attachments/assets/24615a17-003a-4273-9ea7-678f15be9d27) ---- ### Update Since the PR is still open, added brand new Typescript icons - eslint.config.ts - eslint.config.mts - eslint.config.cts https://eslint.org/docs/latest/use/configure/configuration-files

Continuing with https://github.com/jesseweed/seti-ui/pull/691, some files were still missing. https://eslint.org/docs/latest/use/configure/configuration-files PR with fix: https://github.com/jesseweed/seti-ui/pull/702 FYI: @orta

I'm currently migrating from Karma to Web-test-runner. When using [Rollup Inject](https://github.com/rollup/plugins/tree/master/packages/inject), some files get modified to include additional `import` lines. This additions are not taking into consideration when generating the...

When using `@web/test-runner-junit-reporter`, the generated report is empty ### Expected Accurate JUnit XML report Docs: https://modern-web.dev/docs/test-runner/reporters/junit/ ### Actual - `reults/test-results.xml`: ```xml ``` ### Additional info - `web-test-runner.config.mjs`: ```js import {...

Is it possible to define a custom `.browserslistrc` location? It currently defaults to `${workspaceFolder}`. https://github.com/browserslist/browserslist seems to support `path` and `config` options, but am not sure where to define them...

As explained in https://github.com/absolute-version/commit-and-tag-version/issues/195, when running `commit-and-tag-version` and generating `CHANGELOG.md`, there is a warning on Windows. ```shell warning: in the working copy of 'CHANGELOG.md', LF will be replaced by CRLF...

#### Describe the bug `footer.version` is not translated to correct value when using SonarQube Community Edition 9.9.6 (LTA) ![image](https://github.com/user-attachments/assets/5576dd84-fff8-4bfe-83c3-bb52c7cc8c0b) This was also reported [here](https://community.sonarsource.com/t/sonarqube-community-edition-v9-9-5-does-not-displays-the-version-but-just-says-footer-version/114777) for v9.9.5 #### To reproduce 1....

bug

### Given: - `src/index.spec.ts` ```js describe('a test suite', () => { it('should pass', () => { expect(true).toBeTrue(); }); it('should fail', () => { expect(true).toBeFalse(); }); describe('an inner test suite', ()...