Federico Martín Alconada Verzini
Federico Martín Alconada Verzini
@schneidmaster hehe, I thought there were no sources files, don't know why. I've just added the changes!
@schneidmaster it works for me :/, but it's up to you... I found it a bit more practical yours than [react-actioncable-provider](https://github.com/cpunion/react-actioncable-provider)
No problem. BTW, have you tried the other library? I cannot make it work…
@schneidmaster [here](https://github.com/fedealconada/test) I have it with your library. And I'm trying to put the other one but I couldn't... where can I reach you (like a chat, maybe skype)?
> Why can't you specify an absolute path? Additionally, that would be a breaking change (DIR to PATH). > > For the latest node compatibility, we need `"type": "module"` in...
Thanks so much for investigating the issue! I tried only changing the `core/foundry.toml` file as you suggested and got this error: ``` [⠊] Compiling... Error: Failed to resolve file: "/src/libs/Errors.sol":...
Here they are! `core/foundry.toml` ``` [profile.default] root = "." libs = ['../../node_modules/', '../utils', '../fuse'] tests = "./src/tests" ffi = true verbosity = 3 remappings = [ '@sense-finance/v1-utils=../utils', '@sense-finance/v1-core/=./', '@sense-finance/v1-fuse/=../fuse', '@rari-capital/solmate=../../node_modules/@rari-capital/solmate',...
Hey @mattsse , thanks a ton for the follow up! I've just tried what you suggested (changing the re-mappings and replacing imports on the sol files) but I'm getting the...
Any follow up on this @mattsse ? :)
@mattsse we finally got this fixed. Not sure exactly why, but seems like our remappings in the `foundry.toml` needed the `/src` (and I removed them from the contracts). The other...