Petr Zahradník

Results 12 issues of Petr Zahradník

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Using enums with number values results in incorrect Swagger examples. For...

bug
needs triage

### Description Currently, the type metadata are cached in `MetadataStorage` which is created `src/storage.ts` and exported. As long as this file is imported once, it works as intended. When importing...

type: fix
status: needs triage

I noticed that there are many unnecessary files in the npm bundle such as tests, examples, .editorconfig, .vscode, tsbuildinfo and others. The source files are probably useless as well. You...

enhancement
good first issue
Hacktoberfest

When accepting `jlcxx::ArrayRef` as a function parameter, it cannot be passed by reference. Instead of array data, `arr.wrapped()` returns a dummy pointer `0x3ff0000000000000`. Is this an intended behavior? I spent...

Options `no-cache` and `files-to-include` were stylized as `noCache` and `filesToInclude` in examples. This PR fixes all options to use kebab case consistently.

[Windows SCard](https://docs.microsoft.com/windows/win32/api/winscard/nf-winscard-scardestablishcontext) supports two different context scopes - USER and SYSTEM. The [pcsclite](https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67) implementation goes further with TERMINAL and GLOBAL, marked as unused though. In case you need to lower...

I have a library which constructs SQL filters and I want to consume it in my main project. ## Example In `library`: ```ts export const filter = sql`WHERE year =...

**What happened**: I wanted to install additional packages with cloud-init. I added a packages to the `packages:` array in cloud-init yaml and applied. The package was not installed. **What you...

### Component OpenTelemetry.Instrumentation.AspNetCore ### Is your feature request related to a problem? Currently, the following diagnostic events are [traced](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/src/OpenTelemetry.Instrumentation.AspNetCore/AspNetCoreInstrumentation.cs): - `Microsoft.AspNetCore.Hosting.HttpRequestIn` - `Microsoft.AspNetCore.Hosting.HttpRequestIn.Start` - `Microsoft.AspNetCore.Hosting.HttpRequestIn.Stop` - `Microsoft.AspNetCore.Diagnostics.UnhandledException` - `Microsoft.AspNetCore.Hosting.UnhandledException` This...

enhancement
comp:instrumentation.aspnetcore