Gregory Oakes

Results 17 issues of Gregory Oakes

I am operating behind a proxy and have a local pip mirror which I use to install packages normally. Executing the playbook.run file causes it to try and reach out...

enhancement

There is already a third party transformer package. It is seemingly unmaintained but mostly functional. I have previously fixed some of the bugs in the published package (orlov-vo/parcel-transformer-svelte#24) and would...

If present, this attribute will cause enums to be serialized and deserialized into a sequence. The first element is the tag, and the second the content. If the content is...

### Description User settings could not be modified once home-manager took over managing settings. This setting allows user settings to diverge from what is configured in the user's home-manager config....

status: stale

I am unable to cross compile for mingw-w64 target using fenix while I am able to with nixpkgs-mozilla. Using the following flake.nix, naersk and fenix would fail to compile a...

bug

### Problem Description I wrote a simple instance of `LayoutClass` which will allow you to specify two different layouts, one for portrait and one for landscape. I wanted to scope...

enhancement
help wanted

std.crypto.sign.Ed25519.sign previously required the message to be passed as a single continuous byte slice. This adds a second function std.crypto.sign.Ed25519.signSegmented which permits the message to be a slice of byte...

### Zig Version b316c25cc6f5b1703d7912da16c5c987f4406451 ### Steps to Reproduce `zig build-lib main.zig -OReleaseSmall -dynamic -target wasm32-freestanding -mcpu=generic+reference_types`: ``` zig comptime { asm ( \\.functype createElement (externref) -> (externref) \\.import_module document, document...

bug
arch-wasm32
miscompilation

**Information** * Speed-highlight.js version: `1.1.11` * Browser version: n/a **Description** Unable to import language either dynamically or directly when bundled by Vite. **Example** ``` javascript import asm from "@speed-highlight/core/dist/langauges/asm.js"; const...

bug

### Zig Version 0.12.0-dev.1264+d1230842a ### Steps to Reproduce and Observed Behavior 1. `zig init-lib` 2. Apply the following change: ```diff diff --git a/build.zig b/build.zig index cacab1f..db1abfe 100644 --- a/build.zig +++...

bug
zig build system
regression