Brian Cipriano
Brian Cipriano
@dependabot rebase
@sharifsalah Any thoughts on this? Are User Guide pages the right way to go here or is a Reference page more appropriate?
We should also document the various tokens that can be used in the commands you send to Cue. We can pull the list from the spot in the code where...
When I do a search on the currently deployed site it seems to show a standard Google results page instead of only results from opencue.io. Is this what you meant...
Ahh ok, that's it -- I also searched a generic term, I think it was "render".
@aman-roy Thank you! Let us know if you find anything.
This looks like the error? ``` > org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime...
I see that the `ci-common` image we're based on does include a sonar package: https://github.com/AcademySoftwareFoundation/aswf-docker/tree/main/ci-common I don't know which version of `ci-common` we're built from. We could ask the ASWF...
`opencue.search`'s `byOptions` calls are an example of this. #373 fixes this for `HostSearch`, but we should fix the others too.
I stumbled upon this FR while try to do a few very similar things. Here's what I came up with. @charrondev 's code and [his blog post](https://dev.to/charrondev/getting-to-know-quilljs---part-1-parchment-blots-and-lifecycle--3e76) were a HUGE...