David Cumps

Results 91 comments of David Cumps

Can we tweak this with css in the current version?

Right, fixed: ```css type: 'custom:mod-card' style: | threedy-card div div div:nth-child(2) { height: auto !important; opacity: 1 !important; transform: none !important; } card: type: 'custom:threedy-card' . . . ```

Perhaps make a variation on `Akka.Cluster.Sharding` which also does away with the remark: > N.B. while this application uses event-sourcing heavily, it does not use CQRS. One CQRS modification you...

> @CumpsD I'd be open to modifying that sample to do it! What's the preferred way to contact you guys to talk about it? Slack? Discord? ....

Wouldn't this work? ``` "BundlerMinifier.Core": { "version": "3.2.449", "commands": [ "bundle" ] } ```

Sadly enough it gives me the same error: ``` PM> dotnet tool restore error NU1212: Invalid project-package combination for BundlerMinifier.Core 3.2.449. DotnetToolReference project style can only contain references of the...

Would it be possible to add an example on the async bits to the docs? Trying to wrap my head around how to use them properly, but can't figure it...

I encountered this as well today, here's a twitter convo with @forki indicating Paket supports it but the Paket in FAKE is probably outdated: https://twitter.com/sforkmann/status/1458104833723060226

What about pushing this to nuget? https://github.com/fsprojects/FAKE/blob/release/next/RELEASE_NOTES.md#5205-alpha---2021-11-07