Sukka

Results 220 issues of Sukka

The PR superseds #85903. #81247 was introduced to: - Some CDN/server configuration that performs extra redirections (e.g., Netlify's `_redirects`, Cloudflare Pages w/ `_redirects`/Page Rules, nginx conf on the origin server),...

type: next
CI approved

## What does it do? We don't necessarily need to calculate all potentially available fields of the permalink in advance. I myself never use `hash` or any dates in my...

**Is your feature request related to a problem? Please describe.** Hello, we are from the [Hexo](https://hexo.io) core development team. Hexo is a static site generator powered by Node.js that is...

GitHub introduced the `1 vCPU Linux runner` back in October with the following spec: - 1 vCPU - 5 GiB RAM - 15 minutes of execution time - Runs in...

Currently, the docs don't mention `no_ns` at all. My use case: - I use Namesilo as my registrar, which DNSControl does not support (which is fine, name server updates are...

Category: Documentation

Follows https://github.com/StackExchange/dnscontrol/pull/3542 This is a draft PR to see if the intergration test succeeds from my forked repo. I will donate the credentials after that. Please tag this PR w/...

provider-VERCEL

`es5-ext` was introduced to `WebSocket-Node` in 2019 by #362 to address #360. However: - #362 **doesn't really fix** the webpack bundling issue. - `es5-ext/global` **still prefers** exactly the same `(function()...

The PR changes two things: - `/ping` now also supports `HEAD` request, and it will respond with HTTP 204 with an empty response body - The front-end now uses `HEAD`...

`html-webpack-plugin` supports Node.js 10.13.0 and above which has full ES2018 support. We should prefer the ECMAScript built-in features (i.e. replace `lodash/uniq` w/ `Set`, replace `lodash/extend` w/ `Object.assign`). And instead of...

### Prerequisites - [x] I checked the documentation and understood it; - [x] I checked to make sure that this issue has not already been filed; ### Problem description The...

Feature Request