j-k
j-k
Resolves #89 Closes #91 * Ported @bhavitsharma's changes without the big formatting overhaul. * Fixed an ownership issue with core.  For my fellow nix users, this is the `shell.nix`...
there are no dynamic libs on NixOS so dynamically linked lsps wont run ``` /home/jk/.local/share/nvim/lspmanager/rust_analyzer/./rust-analyzer` failed: ENOENT: no such file o r directory ``` It'd be great if lspmanager was...
## Description This is a pretty WIP PR, just trying out a few options and interested in getting some feedback early. The goal is to add more options for using...
**Describe the bug** A clear and concise description of what the bug is. `--help` and `--version` say it's `2.0.0` when I've got `2.0.1` **To Reproduce** Steps to reproduce the behavior:...
# Description I'm not sure if this is the correct repo as I'm confused if this is at the serverless level or the components-v1 level but: The CLI was failing...
The first line of a commit message is always read as the header even if it's a comment With a commit template like so: ``` # Some top comment #...
I'd imagine most people are happy with between 1-3 or 1-5 ish commits ahead of master on a branch. Maybe add: `maximumCommitDivergance: X` OR `maximumCommitsAhead: X` OR `maximumCommitCount: X` `maximumOfOneCommit:...
I'd like the tests that require networking to be optional/toggle-able off for running within the nix sandbox which doesn't allow network access Currently I just `rm pkg/scanner/scan_test.go` https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/dockle/default.nix#L25 This can...
[`runtime.Version()`](https://pkg.go.dev/runtime#Version) [`runtime.GOARCH`](https://pkg.go.dev/runtime#pkg-constants) [As far as I can tell](https://github.com/trickstercache/trickster/blob/main/Makefile#L28) you're looking for the `running program's architecture target` and that value will match. (If you were really looking for the original builder's...
The language used for the nix package manager Here's a bunch of nix: https://github.com/nixos/nixpkgs tree-sitter parser: https://github.com/cstrahan/tree-sitter-nix --- It'd be nice to run some of the generic queries like https://semgrep.dev/r?q=generic.unicode.security.bidi.contains-bidirectional-characters...