Justin Restivo

Results 37 issues of Justin Restivo

Does your package support string operations? If so, how would I add a string constraint? If I wanted to go about implementing string operation support, would I be better off...

Has anyone used this with neovim? If so, can yall point me to instructions on how to set it up?

###### Description of changes Add an option to configure the maximum size of `/run/wrappers` tmpfs. Note I've preserved the default behavior of allocating half the available ram as the max...

6.topic: nixos
8.has: module (update)
10.rebuild-linux: 1-10
10.rebuild-darwin: 0

I had the unfortunate experience of accidentally swapping the mapping of servers, then deploying. E.g. I deployed my laptop configuration to my desktop on accident. This passed local deploy-rs checks,...

enhancement

How hard would it be to generate a cross compiler toolchain to allow users to cross compile to targets? For example, this would let me build defaultPackage.x86_64-darwin on linux. Or...

enhancement

Owning ref is (1) seemingly unmaintained since last commit was 2 years ago and (2) [unsound](https://github.com/noamtashma/owning-ref-unsoundness). Something else should probably be used.

If the TcOpts fail to parse in one of the qdiscs [here](https://github.com/little-dude/netlink/blob/master/rtnetlink/src/traffic_control/add_qdisc.rs#L190), the entire qdisc is skipped. I see the error being generated with the `.context()` [here](https://github.com/little-dude/netlink/blob/e8728b2f46eed6360307f6b1ada74f8723e40565/netlink-packet-utils/src/nla.rs#L55), but for some...

When I start hypercore with `hyperspace --storage $STORAGE --host $HOST --port $PORT`, then run: ``` ❯ ps -aux | rg hyp jrestivo 1067902 0.1 0.0 635796 54572 ? SLsl 11:08...

I'm interested in adding hover support to get type information. I'm mostly interested in the trivial cases for now. Stubbing out a hover function is not too hard, but I'm...

enhancement

Suppose I build package A on my computer and want to push it to the cache. With cachix, I would do `nix build $REPO | cachix push $CACHE_NAME`. Any idea...