Eugene Tolmachev
Eugene Tolmachev
Getting a warning: >Warning: Material-UI: theme.spacing.unit usage has been deprecated. >It will be removed in v5. >You can replace `theme.spacing.unit * y` with `theme.spacing(y)`. >You can use the `https://github.com/mui-org/material-ui/tree/master/packages/material-ui-codemod/README.md#theme-spacing-api` migration...
what's annoying is that `finally` block is not even considered to be inside the CE: ```fsharp task { let sender = client.Value.CreateSender topic try do! // stuff finally do! sender.DisposeAsync()...
Does it work if you specify `RequiredVersion` instead in your `RequiredModules`?
You can make Ryan Reynolds ask anything and still it will look awesome. Here's why, from the Q&A: >I'm also studying a bit of CodeAnalysis to let Clippy understand what...
@matthid I'd love to have pure f# client, but are you sure it's just a couple of lines? The JS lib supports remote (needed for ReactNative) as well the plugin...
Released first alphas of the core, browser, react and debugger. @MangelMaxime think you could do the HMR?
> > * Debugger switch to a fork of the remotedev tools. > What's this? Anything that impacts end users or Elmish.WPF? > Debugger is currently useless for .NET apps...
@matthid the devil is in the details, but yeah, I'd love to have pure F# impl 👍
> > The proposed change might impact the end-user > > How? > The fixed size means that when consumer can't keep up with producer it will block the producer...
blocking a producer means the `dispatch` won't return until a free slot becomes available in the buffer. There's no signature change or data loss, but the app might lock up....