Martin Janser

Results 4 comments of Martin Janser

I use the position attribute to absolutely position the main content in a dynamic-page tag. If this content breaks onto a second page, it will be positioned the same way...

Hello, I agree that adding `@` to some internal function calls would make sense. The example of `file_put_contents` seems to be a bit related to the Symfony Filesystem component. There...

I have a similar issue, but in my case the input field is of type `tel`. Example: ``` ```

I don't know the code of this extension, but isn't the following part restricting login inputs to `text` and `email`? https://github.com/gopasspw/gopassbridge/blob/1c744e336060dc615320047b0d61f3fd38e1a71a/web-extension/content.js#L16 At least this seems to be the case because...