NullVoxPopuli

Results 1113 issues of NullVoxPopuli

```bash ❯ sudo -u prey /usr/lib/prey/current/bin/prey config settings update 'control-panel.permissions.wifi_location' true EXCEPTION! Cannot read properties of undefined (reading 'possiblevalues') TypeError: Cannot read properties of undefined (reading 'possiblevalues') at exports.update (/usr/lib/prey/versions/1.13.20/lib/conf/settings.js:51:26)...

### Validations - [x] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRIBUTING.md). - [x] Check that there isn't already an issue that reports the same bug to...

I'm using packer, and here is my luasnip config: ```lua use({ "L3MON4D3/LuaSnip", tag = "v2.*", config = function() local home = os.getenv('HOME'); local snippets = home .. '/Development/NullVoxPopuli/snippets' require("luasnip.loaders.from_vscode").lazy_load {...

some discussion: https://github.com/emberjs/ember.js/pull/20982/files/91386d42b63e1613e5641843e467cdfb757248e1#r2372745092 tl;dr: - main branch isn't "protected" from pushes - we don't want to give the action `contents: write` permission can we detect this and also go in...

Reverts NullVoxPopuli/ember-resources#1199 In order to merge this, we need a new test for this scenario: ```js export function trackedTask< Return = unknown, Args extends unknown[] = unknown[], LocalTask extends TaskIsh...

Input CSS: ```css /* src/components/setup/command-bar/empty-state.css */ @layer myLayer { .empty_e9122e056 { /* command-empty.png exists at src/components/setup/command-bar/command-empty.png */ background: url("./command-empty.png") no-repeat; } } ``` config: ```js css({ output: 'styles.css' }), ```...

In many mobile UIs there is a pattern, usually called a "drawer" for pulling up details or other UI from the bottom of the screen. Since ember-mobile-menu already has the...

Here is a path for libraries to support both (with typescript): ```ts import { appEmberSatisfies, importSync, macroCondition } from '@embroider/macros'; import type Owner from '@ember/owner'; interface CompatOwner { getOwner: (context:...