Pascal Schneider

Results 7 issues of Pascal Schneider

Hello! When inserting an image in another, this will place the image in the center of the x-axis on the top and move it down by 15%/px or whatever: ````...

Hello! I'm getting the following deprecation notice running `php 8.1` and `intervention/image 2.7.2`: ```` **Deprecated:** strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /.../vendor/intervention/image/src/Intervention/Image/Size.php on...

The Code ````php $xml = $directDebitFile->generateXml(date("Y-m-d\TH:i:s", time())); ```` In the `directDebit_Sephpa ` sample file does not work due to the fact that `generateXml()` is a protected method: https://github.com/nemiah/phpFinTS/blob/63256e261fd64cf81789dc122e08ee0018f0804f/Samples/directDebit_Sephpa.php#L45 https://github.com/AbcAeffchen/Sephpa/blob/1bd00f72fe9ffb937c49af9e0045e66f98074212/src/Sephpa.php#L152 I...

According to https://github.com/AbcAeffchen/Sephpa/issues/21, direct access to the xml content is not useful due to missing validation etc. I don't really understand the argument behind that. E.g. in my case, I...

Hi, the component does not seem to follow some standard. I get a browser error on the console when using `document.createElement(..)` as discussed here: It seems to work better when...

Development under Safari is currently not possible, a `[Warning] [blocked] The page at https://my-domain.local was not allowed to run insecure content from http://localhost:3000/webroot_src/main.ts.` etc. warning will be logged. When switching...

enhancement
help wanted

Vite config: ``` build: { emptyOutDir: true, outDir: './webroot/dist', manifest: true, rollupOptions: { input: { main: './webroot_src/main.ts', }, }, }, ``` Generated html: ![out-dir-bug](https://user-images.githubusercontent.com/77938819/213916714-83c71977-8ab7-4538-a6a6-afedc8f6669d.jpeg) The green scripts are inserted by...

enhancement
help wanted