Peter Somogyvari

Results 51 issues of Peter Somogyvari

Fixed the example in the readme. The ionic command line interface accepts 'start' instead of 'create'. This is documented in the help message, but appears to be outdated in the...

```javascript const input = ['field1', 'value1', 'field2', 'value2']; redis.hset('some-hash-key', ...input); ``` After executing this, only `field1` is present as a field in the hash behind `some-hash-key`. My expectation was that...

This works fine: ```proto import "models/health_check_response_pb.proto"; ``` This one crashes protoc: ```proto import public "models/health_check_response_pb.proto"; ``` Logs: ```sh > Executing task: yarn run proto:protoc-gen-ts < yarn run v1.19.0 $ yarn...

bug
help wanted

Might be an exotic use-case due to these factors: 1. Gnostic is running in a docker container 2. The input OpenAPI spec file is on a mounted bind volume 3....

Hiya, This tool is a godsend, thank you very much for it! I was giving this grammar a spin when I found out that the decorators generated (@RuleVersion) depend on...

blocker

**Is your feature request related to a problem? Please describe.** Yes, I have a schema that has cyclical references and because of this two things are happening with the current...

I tried cloning the project and then doing a `$ cargo build` which resulted in `thread 'main' panicked at 'could not execute llvm-config: Os { code: 2, kind: NotFound, message:...

- [ ] Drop Dart VM from dependencies - [ ] CircleCI - [ ] Automated npm package releases https://github.com/petermetz/cordova-plugin-ibeacon/issues/392 - [ ] Double check Ionic Native compatibility. https://github.com/petermetz/cordova-plugin-ibeacon/issues/393 -...

enhancement

https://github.com/petermetz/cordova-proximity-quickstart/issues/13

bug
enhancement
platform/ios

See https://github.com/petermetz/cordova-plugin-ibeacon/issues/335 for more details and a stack trace. Most probably not a bug in the plugin itself, but definitely worth some investigation.

bug