askender
askender
if you forget ``` if use_cuda: model.cuda() ``` this error will occur
Is there any progress about 'status.json' ? or if 'listspiders.json' can provide the port of each spider-webservice listening, I can use the scrapy's jsonrpc to get the status of spider
b) is cool! I will try in near future. Choose to add the many items as normal files with `ipfs add -r` is also good. We could also make a...
@dokterbob My open-source and open-data Dweb search engine is in alpha version now: https://dweb-search.on.fleek.co/ ipns://dweb-search.on.fleek.co/ The frontend and the exported jsonl snpashot is in ipfs/ipns. The backend only rely on...
https://github.com/microsoft/winget-cli/issues/1656 I solved it by: 1. change permission of C:\Windows\Temp C:\Users\%USERNAME%\AppData\Local\Temp\WinGet 2. run *.Winget.msix (in C:\Users\%USERNAME%\AppData\Local\Temp\WinGet ) by click it. Then, I can use `winget install -e --id vim.vim` You...
Detail: https://community.infura.io/t/do-you-need-an-infura-account-to-use-infura-ipfs/3422/2 I didn't use the account yet. As doc said https://infura.io/docs/ipfs#section/Authentication/Using-Javascript with a new Infura Authorization header. Everything else stays the same, as the Infura API is fully compatible...
I forgot to run `ruff` in the previous commits. I've now added a 5th commit to clean up the code and ensure it's more Pythonic. You're welcome to cherry-pick this...
> What workflow are you using this for / how are you using this / have you tested this? Yes, I’ve tested it on macOS without Docker. My goal is...
Running `ruff check` returned the following warning: ``` sweagent/environment/repo.py:109:12: PTH110 `os.path.exists()` should be replaced by `Path.exists()` ``` In commit `97452e7da8408e5f9906171c5a1d6f93603a97c8`, I attempted to fix this by changing `os.path.exists(target_path)` to `Path.exists(target_path)`,...
You're right. I've retained only the two essential commits. Additionally, I've updated the first commit to pass the `ruff check`.