Brian Romanko

Results 30 comments of Brian Romanko

I'm also encountering this. Did you get a resolution?

The comment in [this issue](https://github.com/akkadotnet/akka.net/issues/3465#issue-325888859) gives an alternative spawn function that does not have this issue. I've been using that successfully.

I don't think it's the examples. The example calls [spawnPersist](https://github.com/akkadotnet/akka.net/blob/dev/src/examples/PersistenceExample.FsApi/Program.fs#L34) as I would expect. The problem is that `spawnPersist` doesn't pattern match. I'm not sure if this is due to...

Thanks for testing this out. I'm not that expert with Python, so maybe the two of us can get this to a better place. It looks like I had manually...

I've followed @aumell's suggestion and moved the `.envrc` file and added it to `.gitignore`.

@MangoIV > * Does it make sense to merge this PR with legacy nix being deprecated soon? Especially with no documentation on which versions you used for your nixpkgs. Nix...

I was also encountering this with paket 7.1.5. Interestingly, downgrading to 6.2.1 fixed it for me.

> It would also make the integration with [Nix](https://nixos.org) **way** easier too! Is there any existing Nix integration solution? I was just researching this and coming up short. Thinking the...

I spent last weekend looking into this further. It's a pretty challenging undertaking. The current [Nix support for dotnet](https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/dotnet.section.md) involves restoring packages and then using `nuget-to-nix` to produce a derivation...

That's totally fair. I find I use `.` most with delete commands. I might delete a word then decide I also want to delete one or two more.