Lenny

Results 22 issues of Lenny

If you pass in an invalid flag to `z-schema` it outputs `schema validation passed` even when given invalid data e.g. ``` z-schema --blahblah ./my-schema.json ./my-data-that-should-fail.json schema validation passed ```

bug
PR welcome

I'm trying to disable break on first error using the cli `z-schema` command Everything works fine with or without this flag, but when I try to set it to false...

bug
PR welcome

I'm trying to build a basic app using the [ARKit Plugin](https://github.com/godotengine/godot-ios-plugins/tree/master/plugins/arkit) As a starting point I pulled down the [example project](https://github.com/BastiaanOlij/godot3_test_projects/tree/master/ARKit) and started it up. The camera turns on and...

bug
crash

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [ X ] feature request [...

enhancement
help wanted

Hi, this should maybe be an "issue" but I needed a fix right away for my own uses so this is my little hack fix. Hoping this can open a...

I'm trying to import a typedef from echarts, but it's failing with the following error: ``` Could not find a declaration file for module 'echarts'. 'node_modules/echarts/dist/echarts.min.js' implicitly has an 'any'...

I'm not 100% sure if this is a remap issue or not. If not let me know what would be the responsible party. The issue is when you have a...

help wanted

I've got some npm scripts to make it easier to build and launch our android and ios apps. The android one is working great, but the ios one throws an...

bug
platform: ios

Can you add / define a license to this repo please.

Hi, we have a scenario where some of our endpoints are secured and some are not. Using the interceptor pattern leaves us unable to determine if we should add the...