Mark Fickett
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":...
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...
## 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...