Michal Padzik
Michal Padzik
In debug mode init is called twice - from src/Debug/Navigation.ts: ``` function createProgram( stopDebuggerOn: Observable, locationToMessage: (location: Location) => Msg, init: (location: Location) => [Model, Cmd], update: (msg: Msg, model:...
Hi, are there any plans to add trampoline to this library? free monad with trampoline would be great to use in safe stack manner - currently free monad is not...
Hi, according to docs one should use Reaction.StreamView, but I can't find any in source code - can you update documentation how one can use this library with elmish?
Hi, how can I configure eck and elasticsearch deployment to read password for elastic user from azure key vault? I would like to mount csi driver with password previously specified...
Hi, I configured stack monitoring for elasticsearch, kibana and beats in eck 2.8.0 (cluster is monitoring itself). I can see elasticsearch and kibana in kibana ui, but beats are missing....
Hi, great library!! Is it possible to have multiple data types in one string? It is especially useful with types referencing types like 'data Game = NotStarted | WonPlayer1 Result...
Hi, mocha is just test runner, but it's lacking jest's asserting and mocking functionality. I didn't find any fable's bindinds to neither chai nor sinon, which are most popular for...
Hi, I tried to convert rx.js to .fs and result from ts2fable isn't helpful in seeing if that worked out. Trimmed output from running .\node_modules\.bin\ts2fable.cmd .\node_modules\rxjs\index.d.ts fsharprx.fs -e rxjs: createIExportsModule...