Augustin Chan
Augustin Chan
#### Operating system and version: Ubuntu 20.0.4 #### `nvm debug` output: ```sh ``` #### `nvm ls` output: ```sh ``` #### How did you install `nvm`? #### What steps did you...
**Describe the bug** crawler = Crawler(output_dir="crawled_files") works ok. Defaults are a bit screwy (hidden_text=True, really?) but it also ends up following links to pdfs and downloading them. They aren't placed...
Get the following if following readme: (.env) hosermage@hosermage-x1:~/wsl-vpnkit$ VERSION=v0.4.x (.env) hosermage@hosermage-x1:~/wsl-vpnkit$ wget https://github.com/sakai135/wsl-vpnkit/releases/download/$VERSION/wsl-vpnkit.tar.gz --2023-11-24 22:13:43-- https://github.com/sakai135/wsl-vpnkit/releases/download/v0.4.x/wsl-vpnkit.tar.gz Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response......
``` hosermage@LAPTOP-1RPE37PF:~/bin$ wget https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-linux64 --2024-01-02 11:33:44-- https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-linux64 Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/248089583/bb1fd593-80ca-4b7a-b75b-d05198329020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240102%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240102T033346Z&X-Amz-Expires=300&X-Amz-Signature=fc97c5ce452df3cc1db8b3ad765461961e59f481711b0729cef1d10b615a87e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=248089583&response-content-disposition=attachment%3B%20filename%3Dvessel-linux64&response-content-type=application%2Foctet-stream [following] --2024-01-02 11:33:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/248089583/bb1fd593-80ca-4b7a-b75b-d05198329020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240102%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240102T033346Z&X-Amz-Expires=300&X-Amz-Signature=fc97c5ce452df3cc1db8b3ad765461961e59f481711b0729cef1d10b615a87e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=248089583&response-content-disposition=attachment%3B%20filename%3Dvessel-linux64&response-content-type=application%2Foctet-stream Resolving...
The counter.did.js file can't be found under ../.dfx/local/canisters/counter. I tried react+javascript and react+typescript. Seems the build needs to include dfx generate. I had to: 1) generate the candid interfaces manually...
To reproduce: gh repo clone spring-projects/spring-security-samples cd spring-security-samples/ cd servlet/spring-boot/java/oauth2/login/ ./gradlew bootRun Gives the following error: ``` hosermage@LAPTOP-1RPE37PF:~/projects/spring-security-samples/servlet/spring-boot/java/oauth2/login$ ./gradlew bootRun FAILURE: Build failed with an exception. * Where: Build file...
KamiD — Today at 11:17 AM Sorry my mistake, use --db_backend=rocksdb
KamiD — Today at 11:19 AM you must use make mainnet to build it
**Is your feature request related to a problem? Please describe.** Right now only OpenAI embeddings are supported, which requires a call to OpenAI to embed and persist memories into pgvector...
Was diagnosing verbose logging in the eliza logger, so this just comments it back out so that debug logging works normally again. ``` if (!this.verbose) { // for diagnosing verbose...