Pepe Cano

Results 41 issues of Pepe Cano

The [Feature Flags doc](https://github.com/emberjs/ember.js/blob/master/FEATURES.md) and [guide](https://guides.emberjs.com/release/configuring-ember/feature-flags/) indicates that the feature key should be in lowercase dasherize format, but this format is an old format and it is not working anymore....

bug
help wanted

[--http-debug](https://k6.io/docs/using-k6/options/#http-debug) logs all the requests. When debugging a large test, it might be useful to have an option to log only failing requests. ## Suggested Solution k6 could provide new...

enhancement
ux
feature
evaluation needed
new-http

When using serializers with 1.0.0.beta.15, they expect to receive a `snapshot` instead of the `record`. I have missed any doc that states which is the default way to create a...

It could be nice if the developer could configured the tests with the TimeOut, in which the test should run. I found myself writing many different integrations tests using different...

It is not supported in TypeScript yet - [Add support for URI style import](https://github.com/microsoft/TypeScript/issues/35749). You need to use `ts-ignore` to skip the compiler error. ```js import { sleep, check }...

After running the migrator, the `app/styles` folder were correctly located under `src/ui/styles` but the following file `/app/styles/imports/mixins/style.less` was removed.

To improve package management, i would like to place _symbolic links_ in my _Assetfile input folder_. On this way, i could reuse my packages on different projects and all the...

Hi, i am wondering how the API works. I would like to have in the webpage multiple elements which respond individually to the gesture recognition. Is that possible with the...

Added: > * [xk6-disruptor](https://github.com/grafana/xk6-disruptor) - A k6 extension to inject faults from [k6 scripts](https://github.com/grafana/k6).

Added day 87 of 2024: `Hands-on Performance Testing with k6`