How can I solve this problem? I tryed all of I find, but not resolved. I try install libpq-dev, install postgresql and my problem continue. pip3 install psycopg
Is there a way to prespecify words that will not be stemmed in quanteda? Have looked and it seems there isn't but wanted to make sure. Thanks!
I am trying to create a list view that contains 10 data, in each item there four widgets that wraps inside a row. First i inserted a circle image widget, in nex
I want to filter source folder for files have name starting with 'File'. Then I want to check if those files are already present in sink folder. If not present
I need a regular expression able to match everything but a string starting with a specific pattern (specifically index.php and what follows, like index.php?id=2
I try to use xargs with both -n 1 and -I {} at the same time, but with no success... Let's say you want to move 1.txt 2.txt 3.txt to other names: for i in 1 2
I have Cloudflare free SSL enabled on a website and I need to change the HTTP OPTIONS Method to allow only GET and POST. I've used this command in SSH to check
I am looking at two methods to achieve what I want. Neither have been successful. What I want: By clicking a menu button I want a table inserted in to the Googl
i'm trying to route /:slug and the user can type the _id or a slug generated by slugify. i'm trying this on the route controller: const query = await Tour.find(
I'm trying to read a txt file from my directory and getting the following error. This is the first time seeing it and I don't think it happened to me before. So