Raul Tambre

Results 43 issues of Raul Tambre

It has no AAAA records. ``` root@tambre:~# dig nightly.changelog.com +short AAAA root@tambre:~# ``` Enabling IPv6 on DigitalOcean instances after creation is a bit cumbersome and requires shutting them down for...

[This post](https://changelog.com/posts/thank-a-maintainer-on-us) uses the S3 endpoint `changelog-assets.s3.us-east-1.amazonaws.com`, which is IPv4-only. `changelog-assets.s3.dualstack.us-east-1.amazonaws.com` should be used instead to support both IPv4 and IPv6.

Fixing this should be a matter of adding the IPv6 address from `li366-73.members.linode.com` (`2600:3c03::f03c:91ff:fedf:82a5`) as an AAAA record to the domain.

The library is header-only so the CMake config should be installed into the architecture-independent directory to allow it to be found regardless of the targeted architecture and the architecture it...

Hi! I'm developing my own CMake language support plugin for Visual Studio Code from scratch, as the TextMate grammar files used by twxs's plugin are ancient and not in line...

enhancement
help wanted
Feature: language services

## Expected Behavior `/usr/bin/clang-scan-deps -format=p1689 -- /usr/bin/clang++ -x c++ include/boost/ut.hpp` works. ## Actual Behavior ``` raul@dev1:~/vehicle/common/build$ /usr/bin/clang-scan-deps -format=p1689 -- /usr/bin/clang++ -x c++ /usr/include/boost/ut.hpp Error while scanning dependencies for /usr/include/boost/ut.hpp: /usr/include/boost/ut.hpp:19:2:...

It would be nice if the `ut::near()` operator defaulted the epsilon to `std::numeric_limits::epsilon`. Would suffice for most use cases.

## What `polyfills.io` lacks AAAA records and thus IPv6 support. ## Details IPv6 support was otherwise enabled as part of #2624, but it seems the `polyfills.io` apex domain was missed....

service

[The Hackage website](https://hackage.haskell.org/) lacks IPv6 support. Since it uses Fastly, fixing this is a matter of changing the CNAME from `j.global-ssl.fastly.net` to `dualstack.j.shared.global.fastly.net` (see [Fastly's IPv6 documentation](https://docs.fastly.com/guides/basic-setup/ipv6-support.html)). This would additionally...

``` > webpack --compile --mode production --config webpack.config.js Hash: 8bde4ac47760ce4f59b0 Version: webpack 4.41.5 Time: 3676ms Built at: 17/01/2020 12:54:30 2 assets Entrypoint main = extension.js extension.js.map [0] external "vscode" 42...