Robert Dailey
Robert Dailey
Default reviewers are not filled into the reviewers field while creating a pull request if the Reviewer Suggester plugin is installed & enabled: https://marketplace.atlassian.com/plugins/com.atlassian.stash.plugin.stash-suggest-reviewers/server/overview Disabling the plugin results in PR...
After new changes to allow argument passthrough for `git number -s`, I can't check out files anymore using numbers: ``` $ git number checkout -- 1 error: pathspec '1' did...
So right now, the CMake script attempts to install exports for libpng but they're not usable by `find_package()` because they are not following the proper rules [documented by CMake][1]. I'm...
### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to...
### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to...
I'm working on an app that has multiple, distinct "modules" (I'm not referring to modules mentioned in the duktape documentation). Each of these are scriptable with javascript, so I integrate...
### The bug Using Immich v1.79.1, I am observing the following issues: 1. Extremely long load times when viewing the main timeline view 2. A lot of stuttering/lag when scrolling...
I'd like the ability to be able to have non-default constructors in my custom `JsonConverter` subclass and use it in conjunction with `JsonConverterAttribute` like so: ```cs class MyConverter : JsonConverter...
Is there a mechanism to perform initialization before any test cases run, and cleanup after they are done? How is this being accomplished today?
**Information** - OS: Windows - Version: 0.46 - Terminal: Jetbrains Rider integrated console **Describe the bug** When I use `Rows` to create multiple lines of content inside of a `Table`...