Pascal Bach

Results 26 issues of Pascal Bach

Currently nodejs builds by default with the internal OpenSSL. From an OE point I think it would be better to use the the shared openssl by default. This would also...

The sanitize method should take a schema and an input json. It should then output a version of the input that corresponds to the schema or throw an error if...

**Is your feature request related to a problem? Please describe.** If my repository contains submodules and I have commits updating the submodule, I only see the a commit doing the...

feature/request

[BACnet](http://www.bacnet.org/) uses ASN.1 to encode it's datastructures. It also defines an encoding that is similar but not the same as the standard BER encoding. The following are the main difference...

kind/enhancement
help wanted
area/codec

This allows the user to use a specific version of modclean-patterns-default instead of always using latest.

The current version of the vendored docker is not able to build with btrfs-progs >= 4.5. Updated docker (moby) versions have a patch for this. https://github.com/moby/moby/commit/a038cccf88998814249a7a40b71a33a680e3f02f Would it be possible...

SQLAlchemy is available in version 1.4.x. It removes several deprecated items. https://docs.sqlalchemy.org/en/14/changelog/migration_14.html Updating to the 1.4 release would make packaging easier.

server :desktop_computer:
dependencies :package:

It should be possible to use a HTTPS proxy with [`CONNECT`](https://en.wikipedia.org/wiki/HTTP_tunnel) support as egress. This would allow reflow to be used with a wider variety of corporate proxies.

enhancement

Currently mirrors are always pull by using the `origin` field. Adding a `destination` field would allow to mirror in the opposit direction. Having both would even allow to do a...

enhancement
help wanted

Gitlab by default has protected master branches. This is not ideal if the repository mirrored rebases master. Add an option for git-mirror to automatically remove branch protection via API if...

enhancement
help wanted