Mark Fickett

Results 8 issues of Mark Fickett

Please consider adding to any existing signal traps rather than simply replacing them. There are [some examples on StackOverflow]( https://stackoverflow.com/questions/3338030/multiple-bash-traps-for-the-same-signal) of how to do this, such as: ``` trap_add() {...

**Describe the bug** When an external monitor is connected to my MacBook Pro, focus follows mouse does not work at all. As mentioned in https://github.com/ianyh/Amethyst/issues/798#issuecomment-469764459 (but that's mostly about fullscreen...

To reproduce this issue: * Check out https://github.com/angelomelonas/thrift-spring-boot-vue-chat/tree/7f9423ff04e666096209f9aa86680bf5b37c483e * `npm install` and `npm run serve` => compiles and launches OK * Get the latest `thrift-typescript`: edit package.json to have `"@creditkarma/thrift-typescript":...

For Java, something like https://github.com/grpc/grpc-java/issues/1552#issuecomment-219476882 . For Kotlin, it currently has to be different: https://github.com/grpc/grpc-kotlin/issues/141#issuecomment-696443611 . It would also be great to mention these in the gRPC error docs: https://grpc.io/docs/guides/error/...

Kotlin gRPC exposes a different server endpoint API from Java. It would be useful to have an example of throwing a StatusException, if that's what the Kotlin generated code expects...

There is a gRPC service test example for Kotlin using JUnit: https://github.com/micronaut-projects/micronaut-grpc/blob/master/examples/hello-world-kotlin/src/test/kotlin/helloworld/GreetingServiceTest.kt . It would be great to have this example with Kotest, either instead or in addition. I'm not...

status: awaiting feedback

## I'm submitting a: - [ ] Bug report - [x] Feature request - [ ] Other (Describe below) ## Current behavior Tests either fail because they don't have `Auth`...

## I'm submitting a: - [ ] Bug report - [x] Feature request - [ ] Other (Describe below) ## Current behavior With the router in default (hash) mode, there...