David Bolt
David Bolt
**Describe the bug** A clear and concise description of what the bug is. I installed jscpd using ``` npm i -g jscpd npm i -g @jscpd/html-reporter npm i -g @jscpd/badge-reporter...
### Describe the bug When running `flux build ...`, an error is shown that indicates security issue. For example: ``` flux build kustomization my-app --path ./corpsol --kustomization-file ./corpsol/kustomization.yaml ``` will...
Hi, I'm using the latest version and figured out that the linenumbers are not aligned with the actual code in height. Which means: The code in line 5 does not...
Hi, I try to switch from GET to POST when querying a solr collection and fell over an already existing implementation called "PostSolrConnection". Now, when using this class (replacing it...
Hi, i found out, that when I use wildcards with contains and set quoted to true for the query, then the wildcards will be quoted as well. Does SolrNet have...
Hi, when trying to get the SolrCloudStatus an error is thrown because the action is not "clusterstate" but "clusterstatus". However, when executing a custom HttpRequest to solr (fix of the...
Hi, how can I build a query that have brackets? For example I want to find users that match the following query: (forename:Jen* and lastname:*th) or forename:*hen* How is this...
Hi, this is actually not a real issue (maybe with the docs or not) but a question: Is it possible to read a local config file and extend it as...
Is it possible to change the output directory?
Hi, I'd like to parse something like `export default { .... }` but how can I do it? None of the below assignments give me that root object with all...