Leroy

Results 9 issues of Leroy

I am using Pattern Lab Node `v5.13.2` on `Windows - WSL on Ubuntu`, with Node `v12.19.0`, using a `Vanilla | Custom` Edition. ##### Expected Behavior Switch to engine react. #####...

help wanted :sos:
needs response 🤙

_The code tells us everything_, and I still think a document that describes the top-level APIs is a great way. The [fresh.deno.dev](https://fresh.deno.dev/docs/introduction) shows the way to reach fresh and its...

## Failing module - **GitHub**: https://github.com/knex/knex - **npm**: https://www.npmjs.com/package/knex ```js import knex from 'https://esm.sh/[email protected]'; ``` ## Error message After running `deno run` I got this: ![image](https://user-images.githubusercontent.com/7385872/187398800-f74f7754-3c39-4fca-9095-cac32511a50a.png) ``` error: Uncaught (in...

deno

## Env * Deno version: ``` deno 1.25.0 (release, x86_64-unknown-linux-gnu) v8 10.6.194.5 typescript 4.7.4 ``` ## Phenomenon Run the code: ``` import knex from 'npm:knex'; const DB = knex({ client:...

bug
node compat

## File [git-brv](https://github.com/tj/git-extras/blob/main/bin/git-brv) ## Testcases 1. If the repository has only one branch and its name is `main`, when invoke the `git-brv` command, the format of the result is `{date}...

## File [git-authors](https://github.com/tj/git-extras/blob/master/bin/git-authors) ## Support new usecases 1. `git authors --output TARGET_AUTOHRS_FILE` 2. `git authors --output TARGET_AUTOHRS_FILE --no-email` Refactor the original `git-authors`.

__Is your feature request related to a problem? Please describe__ Nope __Describe the solution you'd like__ Just like the implement of the [Validator](https://github.com/bpmn-io/form-js/blob/develop/packages/form-js-viewer/src/core/Validator.js#L65), i want one more property like `schema.components[0].validate.executor`...

enhancement
backlog