Andrew Taylor
Andrew Taylor
Not sure if this should be in Solr Power or another plugin to extend Solr Power. Let's discuss!
The facet widget should support a selection of relation types for each facet in the search. These options are `AND`, `OR` and `EXCLUDES`. The default should be `OR` - searching...
This will mean using Solr tags/filters to return all facets, even those not in the results. It will be up to the front-end (e.g. Ajax widget) to disable any items...
Add a few more scenarios for basic plugin operation. See #79.
Most related posts plugins use the database and are very resource heavy. Similar to the facet widget I think it would be beneficial to add a related posts widget and...
**Describe the bug** `Moctokit` does not work with Node 18. All `.reply` responses return the same result to Octokit. Setting the `status` as `200` and `404` do not differ the...
The [ETag header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) is _" an identifier for a specific version of a resource. It allows caches to be more efficient, and saves bandwidth, as a web server does not...
### Describe the feature or problem you’d like to solve The GitHub CLI makes use of packages with the Apache 2.0 license, such as [cobra](https://github.com/spf13/cobra), but does not credit them...
### Environment information ```plain text System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M2 Memory: 140.08 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.11.0 - ~/.nvm/versions/node/v20.11.0/bin/node Yarn: undefined -...
## Problem `defineFunction` does not allow all props available on [NodejsFunction](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs.NodejsFunction.html) **Issue number, if available:** #1968 ## Changes - [Allow passing optional props to `NodejsFunction` via `defineFunction`](https://github.com/aws-amplify/amplify-backend/commit/0cd26c38c36c7d83579fa619443d1b224c9aa730) - [Add test...