native_messenger icon indicating copy to clipboard operation
native_messenger copied to clipboard

Native messenger for Tridactyl, a vim-like web-extension.

Results 20 native_messenger issues
Sort by recently updated
recently updated
newest added

#60 failed the `./compile_and_test.sh` script but somehow the tests all passed anyway. Should look into this when I get a minute (maybe that script isn't even run)

"content" is supposed to be stdin: https://github.com/tridactyl/tridactyl/blob/e3f08611f743f42ad3e7bc264f07a570ea580667/native/native_main.py#L424 Suggested fix by @chaoyi https://gist.github.com/chaoyi/37a399f11335da12183fdc51f05df329

bug

https://github.com/tridactyl/native_messenger/pull/41/files No longer required: https://github.com/jiro4989/setup-nim-action/issues/41#issuecomment-812810359 Should also close that issue ^ (heh, it was issue #41 on both repositories)

See comment on https://github.com/tridactyl/tridactyl/issues/3467

Related: https://github.com/tridactyl/tridactyl/issues/3410

https://github.com/juancarlospaco/nimpretty-action Ideally it'd be a check that fails if it has to make any changes ``` nimpretty --indent:4 src/*.nim ``` because `:2` would upset my editor

https://github.com/achesak/nim-gitapi/blob/master/gitapi.nim I reckon version = last git tag + (if tag isn't at head: short commit hash) Probably needs to go in the nimble build script. At the moment it's...

`git log --oneline 0.0.4...(git describe --abbrev=0 --tags 0.0.4^) src/ | cut -d' ' -f2-` where 0.0.4 is the tag of the release being made.

I'm not sure this is actually worth doing, though, as no-one uses 32-bit machines these days, right?

This is firmly in the category of "cool idea but not worth the time". https://github.com/peter-evans/create-or-update-comment