troublesprouter

Results 18 comments of troublesprouter

It seems to be due to a src folder in between, that may have been added recently. The correct path is /Users/black/icp/auth-client-demo/dist/**src**/auth_client_demo_assets/ How do I modify the command to use...

I fixed it by changing line 28 of dfx.json to `"dist/src/auth_client_demo_assets/"` I created a pull request with the fix: https://github.com/krpeacock/auth-client-demo/pull/7

Did you find a solution for this?

here's my modified constants.py: ``` from typing import Set, cast from web3.types import RPCEndpoint # noqa: F401 # look at web3/middleware/cache.py for reference # RPC methods that will be cached...

If anyone could please add compatibility to base it would be amazing. I've tried but to no avail.

I don't understand the chunks field. Aren't the chunks generated by Verba according to the config settings we select before pressing "Import All"? I have a ton of json data...

Thank you, Thomas. I ended up re-creating the project in txtai over the weekend in an effort to make things work with metadata, but if I come across a dead...