Bouke van der Bijl

Results 64 issues of Bouke van der Bijl

Hi, the vsock implementation currently only supports STREAM sockets: https://github.com/cloud-hypervisor/cloud-hypervisor/blob/87f43998533fad580f5f9f31ee5e6dfd2376f288/virtio-devices/src/vsock/mod.rs#L56-L60 I'd like to use a datagram socket so systemd's `sd_notify` can communicate to the host when the guest VM has...

Hi, I want to customize the GUI NixOS installation CD by adding a bunch of configuration that should be set by default (e.g. enabling sshd, adding ssh keys). It would...

It's not possible to use grpc-tools on M1 macs right now, because there's no binary distribution of the Ruby gRPC compiler being shipped. Something will have to be done on...

kind/enhancement
lang/ruby
priority/P3
disposition/never stale

### systemd version the issue has been seen with 254.3 ### Used distribution NixOS on nixpkgs rev c082856b850ec60cda9f0a0db2bc7bd8900d708c ### Linux kernel version used 6.1.60 ### CPU architectures issue was seen...

bug 🐛
pid1

Hi there, right now I can't use this package in a pure ESM fashion, you can follow this gist to conform to the proper ESM standards: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm

Hi, I see you've created some new versions on GitHub, I was wondering if you could publish them on PyPI? Thanks for your project!

#### Description of Change Set up performance_manager in electron shell This allows usage of `performance.measureUserAgentSpecificMemory` when the `PerformanceManagerInstrumentation` blink feature is enabled. I had to patch blink to disable a...

semver/patch
wip ⚒
target/31-x-y
target/32-x-y
target/33-x-y
target/34-x-y

Hi there, I'm trying to compile but getting the following error: ``` > gcc -g -ggdb -Wall -Wextra -Wno-unused-parameter -O3 -fPIC src/testlib.c \ > -fPIC -shared -Wl,-soname,fluxcapacitor_test.so -o fluxcapacitor_test.so >...

This allows converting a floating point representation of millis/secs into durations, just like std::time::Duration has.

Hi there, Thanks for this package, I think there's a good compliant dns-sd package still missing for JS. I'm observing something weird, I tried using the browse example, extended to...