Sam

Results 16 issues of Sam

This PR fixes the `testEnumProperties` test on Swift 4.2. It fixes half of #56. However, I couldn't figure out how to fix `testMixedNSObjectSetProperty`. I identified the following problems with it,...

As it currently stands, although a command can designate its default subcommand and argument parsing works correctly, there is no completion for arguments, options, or flags of the subcommand unless...

enhancement
help wanted

Apparently at some point, nvim added another intermediary directory, which was the reason that this tool wasn't working. It should now be working.

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

This PR adds `security.wrappers` to nix-darwin, closing #618. It's heavily modeled after how NixOS implements the same option. On Darwin, it allows setting ownership, permissions, setuid/setgid, and (not yet implemented)...

I'm working with a `ipynb` file that has the literal characters `\` and then `n` in it (as part of a LaTeX `\neq` macro). When I try to open this...

### Problem In my Neovim config (`init.lua`), I have the following line: ```lua vim.o.mouse = nil ``` When I was using nvim 0.9.5, this would properly change the value of...

needs:decision
api
compatibility
needs:discussion
has:bisected
options

This PR allows you to install Java versions system-wide. I've left stubs in place to allow setting the JDK to use, but I have not yet implemented that, so this...

### Problem I'm trying to build a Cargo project that depends on tree-sitter, but I want to use `cargo vendor` to vendor its dependencies. When tree-sitter is vendored, some files...

bug