Damian Płaza
Damian Płaza
Hi! Big thanks @joelhickok for your exemplary code - I need to tweak it a bit to support `fill` and `symbol` layer types. There's one thing I don't know how...
Hi @forki :-) I am newcomer to F# OSS and I would like to help. As I understood, this issue is about saving current fsproj file if any file ordering...
Doesn't seem scary though. I will try to do setup this evening
@forki  I suppose here (before invoking ```save``` fn) the actual checking should be placed, correct?
Then ```save``` fn would do two things: check if save is necessary and true saving. I would place it in mentioned ```updateProjectFile```.
I can take this one, but I am wondering how to tackle it. Any helpful ideas 😄 ?
@henri-hulski I'll do how you advised - also documenting in the main readme (?) on how to proceed with bumping and maintaining dependencies.
Firstly, thanks for your reply @christianalfoni 🙏 Insightful and informative for a mere mortal like me 😅 When it comes to following a "community established-ish standard for naming", totally understandable....
Thanks for the elaborating with examples! With Overmind, the primitive was "proxy state tree" so the concept of `reaction` was able to *react* surgically to mutations. Here, the primitive is...
Hi @orionstudt @zidad @vainikkaj @vchirikov @Pliner! I tried to utilize example given [here](https://github.com/EasyNetQ/EasyNetQ/pull/1628#issuecomment-1478171232) but actually struggling to make `AsyncLocal` working as there's a change in execution context - in the...