João Marcelo Martins

Results 6 issues of João Marcelo Martins

**Expected behaviour** The following configuration should create spans which the context name is `koa.request`: ``` ddtrace .init({ service: "SERVICE-NAME", sampleRate: 1, logInjection: environment.isProduction || environment.isTesting, runtimeMetrics: environment.isProduction || environment.isTesting, hostname:...

bug
integration-koa

# Short summary Given: `Type`: Any type Provide: Create a type based on the `ValueOf` of a deeply nested property. # Potential definition `type ValueOfDeep ` # Use case Selecting...

help wanted
type addition
component:paths

**Describe the bug** Based on the sample code provided in this issue https://github.com/gruhn/vue-qrcode-reader/issues/354 by @Sec-ant, providing the URL for a self-hosted file should work. I've added the `wasm` file as...

dont-mark-stale

### Describe the bug The HTML element that includes the header and close button in the dialog component remains taking full space (mainly from padding) even if both elements (text...

Type: Bug

I'm not sure if you have tried using this module with Nuxt Js but I'm having some issues with the set up. To start I created a plugin file with...

The `border-radius` for the checkbox component [uses the global definition](https://github.com/primefaces/primevue-sass-theme/blob/13ce6f51aacc94d443d796cd3c96e04013e37a9a/theme-base/components/input/_checkbox.scss#L37) for it (`$borderRadius`). However, if I look at the theme presets on PrimeVue docs, the value differs when applied to...