Bramus

Results 99 issues of Bramus

I've installed `parcel-plugin-nuke-dist` as per installation instructions. When running `parcel build`, the `dist` directory is not purged. Versions: - OS: macOS 12.3.1 - Node: 18.10 - Parcel: 2.5.0

bug

``` module.exports = dev: src: ['src/scripts/index.coffee'] dest: 'build/scripts/admin.js' options: watch: true keepAlive: true transform: [ [{}, 'coffeeify'], [config.envify.dev, 'envify'] ] browserifyOptions: extensions: ['.coffee'] debug: true ``` The snippet above does...

The only way to access the blog when visiting web.dev is through the top navigation menu. The contents of the homepage do not expose the blog in any other way....

feature request
P2

I dropped 5 `.png` files onto ImageOptim and then my computer was about to take off. Checking Activity Monitor I noticed that multiple `zopflipng` processes where hammering my CPU. ![Screenshot...

I noticed that none of the permalinks to anchored positions – such as https://open-ui.org/components/popup.proposal.alternatives#alternative-dedicated-popup-element – are working. This is because the `id` attributes on the headings are injected through JavaScript....

It'd be nice if one were able to serve/build multiple `.md` from one source directory. Each presentation would then be built as a separate HTML file.

## Request for position on an emerging web specification ### Information about the spec * Spec Title: CSS Properties and Values API Level 1 * Spec URL: https://www.w3.org/TR/css-properties-values-api-1/ * GitHub...

topic: css
venue: W3C CSS WG
topic: houdini
from: Google

## Request for position on an emerging web specification ### Information about the spec * Spec Title: VirtualKeyboard API * Spec URL: https://www.w3.org/TR/virtual-keyboard/ * GitHub repository: https://github.com/w3c/virtual-keyboard/ * Issue Tracker:...

topic: editing
topic: web apis
topic: device apis
venue: W3C Web Editing WG
from: Microsoft
concerns: device independence

(Ref. https://github.com/Seldaek/monolog/issues/212#issuecomment-69013052) Right now entire records are styled. In some cases it might be feasible to separately style the `level`, `level_name`, `channel`, `message`, etc. parameters of a Log Record. Think...

enhancement