Daniel

Results 10 issues of Daniel

### Issue type **I'm submitting a ...** (check one with "x") * [x] bug report * [ ] feature request ### Issue description NbActionComponent doesn't render nbTooltip when nbContextMenu is...

### Issue type **I'm submitting a ...** (check one with "x") * [ ] bug report * [x] feature request * [ ] question about the decisions made in the...

When I use the msi installer generated with electron-wix-msi, the Application Identity displayed at the bottom of the notification is prefixed with `electron.app`. However, using the EXE only displays `MyApp`....

I need to modify the LicenseAgreementDlg variables with the following `.wxl` per the official Wix Documentation. Source: http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html ```xml Please read I agree ``` There's no documentation in this repository...

**Summary** `signWithParams` isn't working as expected. Running signtool directly from the command line works fine, i.e.., `signtool.exe sign /s MY /n Publisher /fd sha256 /u "Code Signing" /tr http://tsa.starfieldtech.com .\setup.msi`...

### Is this a regression? No ### Description Error when importing from "@ngneat/spectator/jest". TLDR; I suspect this is due to using `@angular-devkit/build-angular:jest` rather than `jest-preset-angular` ### Please provide a link...

When using `opencli-generator-cli` manually, I'm able to pass a flag to specify a folder that contains template overrides. I'd love to have this available in this tool. In my case,...

plugin-openapi

I'm trying to deploy to `production` (not `preview`). There doesn't seem to be an option to do so. ```yaml - name: Deploy uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId:...

### Command test ### Description Currently, there is no way to specify jest reporters or extend the jest config. https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/src/builders/jest/schema.json ### Describe the solution you'd like Add reporters to the...

feature
area: @angular-devkit/build-angular
feature: insufficient votes
devkit/build-angular:jest

``` ✘ [ERROR] Missing entry-point to Worker script or to assets directory If there is code to deploy, you can either: - Specify an entry-point to your Worker script via...