search
Here are 3,289 public repositories matching this topic...
Is there a reason why in travis CI config the command black --check . || true is run? I don't see the point in checking if files needs to be reformatted if it's just going to be ignored anyways.
Currently running black --line-length 127 --check . -> 399 files would be reformatted, 74 files would be left unchanged.
In additio
`-prune` options
Is it possible to add an option -prune, to not explore sub-directories, when the current directory has been matched ? (like find -prune)
-
Updated
May 9, 2020 - HTML
Can this be added to the List API docs please?
As well as the documented:
listObj.search('Jonny'); // Only item with name Jonny is shown (also returns this item)
listObj.search(); // Show all items in list
listObj.search('Jonny', ['name']); // Only search in the 'name' columnsearch also supports a (currently undocumented) custom search function as the 2nd or 3rd argument:
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
-
Updated
May 22, 2020 - C
Can someone please explain these search results? I have multiple fields in my index but I only want to search the 'title' field so I created this query:
var searchText = "business";
var results = this.mainIndex.query(function (q) {
q.term(searchText, { fields: ["title"] })
});
The first two results for the title are in the following order:
- Manage business processes
Running paperless on python 3.8 (on ubuntu 20.04) with gunicorn 19.9.0 yields this error:
/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
This was resolved in gunicorn 20.0 per this issue and doing
I wanted to change the padding around the search box but I couldn't achieve it. I tried to look in the CSS file but not much info is there. And I can see that there are multiple static values of height set in the constants/ui.js file. What is the right way to increase padding around the search box? And also what about rounded corners?
When I add the document with same id but different content to the index, the former still can be searched.
Maybe it should be replaced by the latter.
After facing an issue caused by Ransack interpreting 1/'t' as true and some unsuccessful research, I found about the sanitize args and the recommended way to skip them. The documentation never mentions that ransackable_scopes_sanitize_args must be a class method and the example shown defines an instance method.
I think that's worth a documentation update, making more clear how to use th
-
Updated
May 12, 2020 - Python
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
From docs: "Range component containing only min/max input fields. Requires pressing "Go" to update the filter."
Why do all other inputs get searchOnChange? Including most Range Components!
-
Updated
May 16, 2020 - Python
-
Updated
May 16, 2020
-
Updated
May 21, 2020 - Java
I used to do such things as
curl -sX PATCH -H "X-Api-Key: $KEY" "$T/downloads/$H" --data "state=stop"
but that now results in
{"error": {"handled": false, "code": "JSONDecodeError", "message": "Expecting value: line 1 column 1 (char 0)"}}
and both
https://github.com/Tribler/tribler/blob/devel/doc/restapi/downloads.rst
and
When working on a fix for #2755 I noticed that Git tag parsing is sub-optimal performance wise - to determine changeset/date for each tag a new command is spawned via Executor in buildTagEntry(). For repositories with large set of tags (e.g. Linux kernel) this could be taxing.
Either convert this to parallel execution (thread pool) or find a way how to get all the data in single command.
I was trying to apply the "completion" example from https://github.com/elastic/elasticsearch-dsl-py/blob/master/examples/completion.py on my data set while using bulk insert to import the data to ElasticSearch, but I noticed that the values generated in the clean() method are not exported by the to_dict(include_meta=True) method, required to perform bulk insert. The solution is to manually exe
Elasticsearch version : 7.6.0
elasticsearch-py version : 7.5.1
Description:
Since Transport._get_host_info(self. host_info) can not handle IPv6 address, sniffing fails to get a list of nodes upon startup.
-
Updated
May 21, 2020 - JavaScript
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
If we save some data, like the container node of our custom widget into widgetParams it would be great to have it with as param of the unmountFn
Description
Neither the stuff on Github nor the 'detailed guide' on the website quite talks about what one needs to do to create the data index, from which TypeSense queries. Do we have to create multiple JSONs as documented in the example? Is there a Wordpress plugin to do the same?
Steps to reproduce
None. It's a question.
Expected Behavior
Expect TypeSense to have some
Documentation says:
We have a Docker image that takes care of setting up image_match and elasticsearch
Looking in the Dockerfile and setup.py, I see no creation of an ElasticSearch container.
Perhaps the documentation should mention it only creates a containerized environment where you can use the Python REPL for execute p
Improve this page
Add a description, image, and links to the search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search topic, visit your repo's landing page and select "manage topics."
rg --debugshould output information about ignore files being read.Currently it outputs something like the following, but it is not clear where the patterns are coming from: