csisy

Results 9 issues of csisy

# 🚀 Feature request ### Command (mark with an `x`) - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e -...

type: bug/fix
freq1: low
severity3: broken
area: schematics/angular

In the `JRFillReportTemplate::loadTemplate` the different kind of inputs are handled properly, so I can easily use my own service to return an intercepted input stream instead of a simple string...

We have an object, for example: ``` class Foo { public Integer a; public Integer b; public Foo(Integer a, Integer b) { checkNotNull(a); checkNotNull(b); this.a = a; this.b = b;...

**Is your feature request related to a problem? Please describe.** We're replacing the `cid:` references with base64 encoded images. These images must be read from the corresponding (mime) body part....

### Command build ### Description Currently with the `extractLicenses` set to `true`, the license files of the referenced packages are collected and extracted into the `3rdpartylicenses.txt` file. This is correct...

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

## Issue **Impacted version**: 4.39.0 (current latest) **Deployment mode**: Self-hosted, API request **Problem description**: With the file content (upload) API, the given path is inproperly trimmed (twice), see: https://github.com/gitbucket/gitbucket/blob/ca25e7fe9019892d92b9b2dd7a4c603695701f86/src/main/scala/gitbucket/core/controller/api/ApiRepositoryContentsControllerBase.scala#L148 For...

bug
APIv3

Currently, it is not really possible to "fully" configure the `FlexibleConnectedPositionStrategy`. It would be harmful to expose the position strategy (builder?) itself, because the user could ruin the whole popover...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Bug: Validated

### Vue - Official extension or vue-tsc version 2.0.26 ### VSCode version 1.91.0 ### Vue version 3.4.31 ### TypeScript version 5.5.3 ### System Info _No response_ ### Steps to reproduce...

pending triage