heggi

Results 14 issues of heggi

### vue & vuelidate-error-extractor version 2.6.10, 2.4.0 === npm audit security report === Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance Low Denial of...

```csharp public class Source { public int X1 { get; set; } } public class Dest { public int X1 { get; set; } } var source = new Source...

bug

Try codegen with DI. Standard NetCore webapi template (7.0) Program.cs ```csharp TypeAdapterConfig.GlobalSettings.Scan(AppDomain.CurrentDomain.GetAssemblies()); ... builder.Services.AddScoped(); builder.Services.Scan(selector => selector.FromCallingAssembly() .AddClasses().AsMatchingInterface().WithSingletonLifetime()); ... ``` IApiMapper interface ```csharp [Mapper] public interface IApiMapper { Dest MapToExisting(DTO.Source...

**Describe the bug** Creating collection with proto file contains `extend google.protobuf.EnumValueOptions` throw error `object must be a valid nested object` Minimal example file: ```proto syntax = "proto3"; import "google/protobuf/descriptor.proto"; extend...

bug
investigate

**Is your feature request related to a problem? Please describe.** When I work with service that requires authorization, I need to add metadata (authorization token) in each request. **Describe the...

enhancement
good first issue

OS Windows, system encoding is cp1251. *.proto files use utf8 encoding and contain utf8 symbols ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line...

# What does this implement/fix? I implemented infrared mirage protocol. Protocol description was taken from the source code: https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Mirage.h https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Mirage.cpp ## Types of changes - [ ] Bugfix (non-breaking change...

integration: remote_base
has-tests

main.js only import module ``` import { Spinner } from 'spin.js'; ``` package.json ``` { "dependencies": { "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0", "browserify": "^16.2.0", "spin.js": "^3.1.0" }, "browserify": {...

Params for method `prompt` describe as `prompt (options: DialogConfirmOptions): Promise`, but method `prompt` must be take object with properties `rules`, `textField` and other