Sebastian Schloßer

Results 8 issues of Sebastian Schloßer

Similarly it would be nice if we could define groups of polyfills. For example: I am currently using the following polyfills: - `Symbol` - `Array.prototype.@@iterator` - `NodeList.prototype.@@iterator` In 99.9% of...

accepting pr
feature

(continuation from the discussion in #16) Provide an option to always include the polyfills, i.e. load them synchronously instead of asynchronously in a new `script` tag.

accepting pr
feature

Use [`semantic-release`](https://github.com/semantic-release/semantic-release) to automate releases.

In [this line](https://github.com/spring-projects/spring-security/blob/5.7.3/saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/Saml2MetadataFilter.java#L108), the `Saml2MetadataFilter` sends out the response without specifying an encoding. The response will therefore be encoded using the default `ISO-8859-1` encoding (see `getWriter` Javadoc). However, the xml...

status: waiting-for-triage
type: bug

### Describe the feature you would like to see added to OpenZFS Please set a [`--keyname`](https://www.freedesktop.org/software/systemd/man/latest/systemd-ask-password.html#--keyname=) for [`systemd-ask-password`](https://github.com/openzfs/zfs/blob/zfs-2.2.2/contrib/dracut/90zfs/zfs-load-key.sh.in#L37). The name should probably contain "zfs" and maybe the encryption root in...

Type: Feature

I have a feature proposal regarding autologin: It is currently not possible to automatically unlock kwallet when using autologin and a non-empty wallet password. When booting a luks-encrypted system, then...

Hi, I want to be sure that saved passwords which are meant to be entered in encrypted websites are not auto-filled into unencrypted sites, so I have to enable the...

I stumbled on a weird issue with the following steps: 1. Fresh git checkout, i.e. no `node_modules` directory present 2. Run task `npmInstall` with the `fastNpmInstall` option enabled 3. Run...