Nicolas Bachschmidt

Results 14 issues of Nicolas Bachschmidt

## Environment NSLogger 1.9.0 for iOS ## Problem I've noticed the worker thread does not lock when reading the value of `logger->host`. This mean we can release the previous value...

Environment variables seem to be the recommended way to configure Vapor. The `Environment` type is used to represent the environment the application is running in. However, while it does contain...

enhancement

The HEAD method is identical to GET except that the server must not send content in the response ([RFC 9110, section 9.3.2](https://datatracker.ietf.org/doc/html/rfc9110#HEAD)). The previous default behaviour of returning 200 OK...

bug
semver-patch

Currently, rectangles with rounded corners are excluded from the `convertShapeToPath` optimization. This PR adds the conversion of rectangles with rounded corners to paths when the `convertArcs` option is enabled. Though...

This commit adds `NIOStreamingResolver` as a replacement for `Resolver`. This resolver is phrased in terms of resolving names to socket addresses, whithout any implication that DNS will be used. It...

Related to #1687. ## What is the purpose of this pull request? - [ ] New Icon - [ ] Bug fix - [x] New Feature - [ ] Documentation...

📦 dependencies
🌍 site
🧣 svelte package
🪨 static package
🚀 Lucide v1

This PR reduces the number of heap allocations needed to compute a hash digest from 7 to 1. ### Checklist - [x] I've run tests to see all new and...

When pkg-config is installed and finds the libraries, use those rather than relying on Homebrew or bundling OpenSSL. Fixes https://github.com/rbenv/ruby-build/issues/2544 ### A few comments about package managers * I've tried...

If no compatible OpenSSL version is found, ruby-build downloads and installs OpenSSL. When looking for a compatible OpenSSL version, ruby-build will try the system OpenSSL, then Homebrew-installed OpenSSL versions. ruby-build...

bug

Fixes: https://trac.macports.org/ticket/69604 #### Description Recent versions of Ruby require `libyaml` in order to build the default `psych` gem. Adding `pkgconfig` allows ruby-build to automatically locate `libyaml` without the `--with-libyaml-dir=` option....

type: bugfix
maintainer: open