Bernie Reiter

Results 36 issues of Bernie Reiter

Converted from [SourceForge issue 1181666](https://sourceforge.net/support/tracker.php?aid=1181666), submitted by [SourceForge user nobody](https://sourceforge.net/users/?user_id=100) on 2005-04-12 17:52:55 UTC. I have been playing with the program, and it looks good so far. The one thing...

enhancement

Converted from [SourceForge issue 2407823](https://sourceforge.net/support/tracker.php?aid=2407823), submitted by [SourceForge user nobody](https://sourceforge.net/users/?user_id=100) on 2008-12-08 23:02:58 UTC. I was poking around the gourmet tree and noticed what seem to be the usda database...

enhancement
interface-improvements
nutritional-plugin

Converted from [SourceForge issue 2962330](https://sourceforge.net/support/tracker.php?aid=2962330), submitted by [SourceForge user beelsr](https://sourceforge.net/users/?user_id=380687) on 2010-03-03 01:54:54 UTC. Using XP SP3; gourmet-0.15.4-alpha You can resize the columns in the main window, but they don't...

bug
interface

Hey, would y'all be okay with tagging theme versions (i.e. using git tags)? E.g. assigning the tag `[email protected]` to https://github.com/WordPress/theme-experiments/commit/f3d2c0dac4dd6a127b177178c5145c10f28401af. This would make it simpler and more transparent to refer...

The npm tests GHA workflow has recently been [failing](https://github.com/WordPress/wordpress-develop/actions/runs/8848719739/attempts/2) for the macOS environment on the 6.3 branch: > Not found in manifest. Falling back to download directly from Node >...

WIP. Details to follow. See https://github.com/WordPress/gutenberg/issues/60369. ## What? ## Why? ## How? ## Testing Instructions ### Testing Instructions for Keyboard ## Screenshots or screencast

[Type] Technical Prototype
[Feature] Block hooks

I'd like to try out the Qt-based version of PosteRazor. Unfortunately, I don't have any experience with qmake and Qt libraries, so I'd be grateful for some documentation on how...

## What? If a `block.json`'s `variations` field is set to a (PHP) file name, include that file in the build, i.e. prefix its functions with `gutenberg_` and copy the resulting...

[Type] Enhancement
[Package] Scripts

## What? If a Core block's `block.json` contains a `render` field that points to a PHP file, copy that file to the build directory. Includes code from https://github.com/WordPress/gutenberg/pull/63098. Rebase after...

[Type] Build Tooling
[Package] Scripts

For a given block `my/block` with a variation `myvariation` that's registered on the server side (via [`variation_callback`](https://make.wordpress.org/core/2024/02/29/performance-improvements-for-registering-block-variations-with-callbacks/) or [`get_block_type_variations`](https://developer.wordpress.org/reference/hooks/get_block_type_variations/)), add a class `wp-block-my-block-myvariation` to the block wrapper. ### Design choices...