Luc Perkins

Results 36 issues of Luc Perkins

I'm not sure I can think of an absolute must-have use case, but we should enable users to compare versions of things, like so: ``` semver::compare(v1, v2) ``` This idea...

type: enhancement
needs: more demand
domain: vrl
vrl: stdlib

The current `sampler` transform supports [constant sampling](https://docs.honeycomb.io/working-with-your-data/best-practices/sampling/#constant-sampling) by specifying `rate` and allows for some limited "bucketing" by specifying a `key_field` (where each discrete value for that field is a new...

type: enhancement
transform: sample

[osquery](https://osquery.io) is a host monitoring daemon that enables you to "query your devices like a database," in the words of its website. It essentially keeps up-to-date information about a [broad...

meta: idea
needs: approval
domain: sources
have: nice
type: feature
source: new

There has been no activity on this repo in almost eight months even though the open issues and pull requests suggest that users are still interested. I would strongly suggest...

Could someone please push a new release of this project? Version 0.9.3 is simply broken and will not install. @paazmaya Has pushed the necessary change to remove the `crypto` package...

I'm currently working on a CLI tool for documentation that, ideally, would be able to produce single-page apps out of a wide variety of inputs. In other words, I want...

discussion

This PR adds the name and logo for [Buf](https://docs.buf.build) to Docsearch's showcase projects.

###### Description of changes ###### Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [x] aarch64-darwin - [x] For non-Linux:...

8.has: package (new)
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
11.by: package-maintainer
10.rebuild-darwin: 1
10.rebuild-linux: 1

This PR refactors the Nix sources in a few ways: * It removes the `naersk` dependency from the main `cargo-pgx` package build * It uses Nixpkgs' `buildRustPackage` for the `cargo-pgx`...

Akin to issues #253 and #267, I like to provide custom image rendering whenever possible. To give an example, I often like to wrap the image in a `figure` element,...

feature request