Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgsrc.smartos.org offline (CNAME missing DNS A record) #391

Closed
smokris opened this issue Sep 5, 2024 · 1 comment
Closed

pkgsrc.smartos.org offline (CNAME missing DNS A record) #391

smokris opened this issue Sep 5, 2024 · 1 comment

Comments

@smokris
Copy link

smokris commented Sep 5, 2024

Starting around 1:12 PM US Eastern time (20 minutes ago), pkgsrc.smartos.org is no longer resolving:

# pkgin up
processing remote summary (https://pkgsrc.smartos.org/packages/SmartOS/trunk/tools/All)...
pkgin: Could not fetch https://pkgsrc.smartos.org/packages/SmartOS/trunk/tools/All/pkg_summary.gz: No address record

# dig +short pkgsrc.smartos.org
www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone.
# dig +short www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone
(no response)
@smokris smokris changed the title pkgsrc.smartos.org offline / missing DNS A record pkgsrc.smartos.org offline (CNAME missing DNS A record) Sep 5, 2024
@smokris
Copy link
Author

smokris commented Sep 5, 2024

Oh, and now it's working again. Weird.

# dig +short www.svc.78b95b46-e120-4408-8a54-e4940ed364d6.us-central-1.triton.zone
192.207.255.76

@smokris smokris closed this as completed Sep 5, 2024
jperkin pushed a commit that referenced this issue Sep 14, 2024
ContourPy 1.3.0 adds new ContourGenerator functions multi_lines
and multi_filled to calculate contour lines and filled contours
over a sequence of levels in a single function call. There are also
new functions to render, convert and dechunk the returns from
multi_lines and multi_filled.

This release adds support for Python 3.13, including free-threaded.
The latter should be considered experimental.

The use of np.nan as the lower_level or upper_level of
ContourGenerator.filled() is no longer permitted.

Enhancements:

    multi_lines and multi_filled:
        ContourGenerator.multi_lines and multi_filled (#338, #340, #342, #343)
        Renderer.multi_lines and multi_filled (#341)
        convert_multi_lines and convert_multi_filled (#348)
        dechunk_multi_lines and dechunk_multi_filled (#345)

    Prevent use of np.nanas lower or upper level in filled (#339)

Compatibility:

    Support CPython 3.13 including free-threaded (#382, #384, #388, #408, #410, #411, #412, #423)
    Support PyPy 3.10 (#404)

Code improvements:

    Support improved typing in NumPy 2.1.0 (#422)

Documentation improvements:

    Simpler sphinx cross-references (#361)
    Add more doc cross-references to explain returned data formats (#366)
    Remove download numbers for conda packages (#428)
    Documentation for multi_lines and multi_filled (#390, #431)
    Document possibility of duplicate contour points (#432)

Build, testing and CI improvements:

    Add pytest option to log image differences to CSV file (#335)
    Label flaky test (#385)
    MSVC linking and std::mutex compiler flag (#391, #395, #414, #419, #427)
    Add minimal test script (#399)
    Bump minimum supported NumPy to 1.23 (#403)
    Build and publish nightly wheels (#413, #425)
    Bump default python version in CI to 3.12 (#430)
github-actions bot pushed a commit that referenced this issue Nov 24, 2024
Changes in RcppArmadillo version 14.2.0-1 (2024-11-16):

        * Upgraded to Armadillo release 14.2.0 (Smooth Caffeine)

            * Faster handling of symmetric matrices by 'inv()' and
              'rcond()'

            * Faster handling of hermitian matrices by 'inv()',
              'rcond()', 'cond()', 'pinv()', 'rank()'

            * Added 'solve_opts::force_sym' option to 'solve()' to
              force the use of the symmetric solver

            * More efficient handling of compound expressions by
              'solve()'

        * Added exporter specialisation for 'icube' for the
          'ARMA_64BIT_WORD' case

Changes in RcppArmadillo version 14.0.2-1 (2024-09-11):

        * Upgraded to Armadillo release 14.0.2 (Stochastic Parrot)

            * Optionally use C++20 memory alignment

            * Minor corrections for several corner-cases

        * The order of items displayed by 'citation()' is reversed
          (Conrad in #449)

        * The DESCRIPTION file now uses an Authors@R field with ORCID
          IDs

Changes in RcppArmadillo version 14.0.0-1 (2024-07-05):

        * Upgraded to Armadillo release 14.0.0 (Stochastic Parrot)

            * C++14 is now the minimum recommended C++ standard

            * Faster handling of compound expressions by 'as_scalar()',
              'accu()', 'dot()'

            * Faster interactions between sparse and dense matrices

            * Expanded 'stddev()' to handle sparse matrices

            * Expanded relational operators to handle expressions
              between sparse matrices and scalars

            * Added '.as_dense()' to obtain dense vector/matrix
              representation of any sparse matrix expression

            * Updated physical constants to NIST 2022 CODATA values

        * New package version numbering scheme following upstream
          versions

        * Re-enabling 'ARMA_IGNORE_DEPRECATED_MARKE' for silent CRAN
          builds

Changes in RcppArmadillo version 0.12.8.4.0 (2024-05-30):

        * Upgraded to Armadillo release 12.8.4 (Cortisol Injector)

            * Faster handling of sparse submatrix views

        * Update versioned Depends on 'Rcpp' to 1.0.8 or later to match
          use of Light/Lighter/Lightest headers.

Changes in RcppArmadillo version 0.12.8.3.0 (2024-05-07):

        * Upgraded to Armadillo release 12.8.3 (Cortisol Injector)

            * Fix issue in 'fft()' and 'fft2()' in multi-threaded
              contexts with FFTW3 enabled

        * No longer set C++11 for the 'Rcpp' plugin as this standard
          has been the default by R for very long time now.

Changes in RcppArmadillo version 0.12.8.2.1 (2024-04-15):

        * One-char bug fix release commenting out one test that upsets
          'reticulate' when accessing a 'scipy' sparse matrix

Changes in RcppArmadillo version 0.12.8.2.0 (2024-04-02):

        * Upgraded to Armadillo release 12.8.2 (Cortisol Injector)

            * Workaround for FFTW3 header clash

            * Workaround in testing framework for issue under macOS

            * Minor cleanups to reduce code bloat

            * Improved documentation

Changes in RcppArmadillo version 0.12.8.1.0 (2024-03-02):

        * Upgraded to Armadillo release 12.8.1 (Cortisol Injector)

            * Workaround in 'norm()' for yet another bug in macOS
              accelerate framework

        * Update README for RcppArmadillo usage counts

        * Update examples to use '#include <RcppArmadillo/Lighter>' for
          faster compilation excluding unused Rcpp features

Changes in RcppArmadillo version 0.12.8.0.0 (2024-02-06):

        * Upgraded to Armadillo release 12.8.0 (Cortisol Injector)

            * Faster detection of symmetric expressions by 'pinv()' and
              'rank()'

            * Expanded 'shift()' to handle sparse matrices

            * Expanded 'conv_to' for more flexible conversions between
              sparse and dense matrices

            * Added 'cbrt()'

            * More compact representation of integers when saving
              matrices in CSV format

        * Five non-user facing top-level include files have been
          removed (#432 closing #400 and building on #395 and #396)

Changes in RcppArmadillo version 0.12.6.7.0 (2023-12-18):

        * Upgraded to Armadillo release 12.6.7 (Cortisol Retox)

            * Fix for saving sparse matrices as CSV files

        * Added unit tests for thread throttling

Changes in RcppArmadillo version 0.12.6.6.1 (2023-12-03):

        * Following the extendeded transition in #391 and #402, this
          release no longer sets 'ARMA_IGNORE_DEPRECATED_MARKER'.
          Maintainers of affected packages have received pull requests
          or patches and can set '-DARMA_IGNORE_DEPRECATED_MARKER' as
          'PKG_CPPFLAGS'.
:
github-actions bot pushed a commit that referenced this issue Dec 15, 2024
# htmltools 0.5.8.1

* `capturePlot()`s examples are now only run when `interactive()`. (#429)

# htmltools 0.5.8

## Improvements

* .The fill CSS attached to fillable containers and fill items with
  `bindFillRole()` now uses a [CSS cascade
  layer](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers)
  named `htmltools` to reduce the precedence order of the fill
  CSS. (#425)

* Improved documentation for boolean attributes in
  `tagAppendAttributes()` to note that they can be set via an `NA`
  value, e.g. `tagAppendAttributes(div(), contenteditable = NA)`
  creates `<div contenteditable></div>`. (thanks @russHyde, #427)

## Bug fixes

* `bindFillRole()` now attaches its `HTMLDependency()` to fill items,
  thus reducing the possibility of filling layout breaking due to
  missing CSS. (#421)


# htmltools 0.5.7

## New Features

* `save_html()` is now an S3 generic, allowing for more customization
  over how certain classes are saved to an HTML file. (#411)

## Improvements

* Fill items no longer set `overflow: auto` or `width: 100%` by default. (#401)

* `css()` now fully supports setting custom CSS properties (or CSS
  variables) via inline styles. When the name of a value passed to
  `css()` starts with `--`, it will be treated as a custom CSS
  property and absolutely no changes will be made to the variable. For
  example, `css("--font_size" = "3em")` returns `--font_size:3em;`
  while `css(font_size = "3em")` will return `font-size:3em`. (#402)

## Bug fixes

* `{htmltools}` now requires `{rlang}` version 1.0.0 or higher. (#403)

# htmltools 0.5.6.1

## Improvements

* `tagQuery()` no longer throws an error when attempting to traverse a
  NULL value with r-devel. (#407)

# htmltools 0.5.6

## Possibly breaking changes

* Closed #386: Fillable containers no longer set `overflow: auto` by
  default. Instead, they set `min-width` and `min-height` to `0` to
  ensure that fill items a constrained in the fillable container
  without clipping their direct children. (#387)

* Closed #370: Non-fill items in fillable containers no longer grow or
  shrink and instead respect their intrinsic size. Use `height` to
  control the height of non-fill items in fillable containers and
  `min-height` and `max-height` on fill items to limit how much they
  are allowed to grow or shrink within a fillable container. (#391)

## Minor improvements

* Closed #375: calling `htmlDependency()` or a function that returns
  an `htmlDependency()` object (e.g.,
  `fontawesome::fa_html_dependency()`) in an R chunk in an R Markdown
  or knitr-powered Quarto document will now include the dependency
  rather than printing the object structure. If you want to print the
  object structure, you can use `print()` or `str()`. (#376)

* Closed #124: `includeHTML()` will now issue a warning if it detects
  that the file passed to it contains a complete HTML
  document. `includeHTML()` is designed to include HTML fragments
  where the contents of the file can be written directly into the
  current app or document, but subtle errors can occur when the file
  contains a complete HTML document. In most cases, you should instead
  use `tags$iframe()` to embed external documents. (#382)

# htmltools 0.5.5

## Bug fixes

* Closed #355: `tagQuery()` was failing to select elements with tag
  names that contained hyphens. (@slodge, #302)

* Closed #366: `tagQuery()`'s `find()` method no longer errors out
  when tags contain language objects. (#366)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant