Anton Gushcha
Anton Gushcha
Reproduced on ghc-8.1 with call stack: ``` [ncrashed@localhost LambdaNet]$ xor ==> XOR predictions: xor: different dimensions 1 and 2 in dot product CallStack (from HasCallStack): error, called at src/Internal/Numeric.hs:674:19 in...
Thanks! That PR helped me a lot.
I just need timeout that returns `Widget a` not `Widget ()`. My widget calculates new model state and `wtimeout` isn't enough. > It seems that you want to de-invert the...
Hey, I just find out how to loop custom state in widget (with `wcallback` there was "span leak", each iteration creates new span in old iteration span): ``` haskell wloop...
> Can this be used instead of wcallback? Don't think so, the semantic is different. `wcallback` is more general as it allows to produce new type `b` and doesn't form...
Thank you for the help. > In most of the cases, `wcallback`can be avoided and use `at` It is more > readable and flexible. Yep, but it requires insertion point,...
It would be great!
Yep, it is public. https://github.com/NCrashed/bmstu-radio-problem-haste I am preparing a practice task for BMSTU course. The app demonstrates genetic algorithm operation on radio problem task (choose optimal placement of radio towers...
Hi. I am flying (a plane is tommorow) to a hike for two weeks, therefore I won't be able even to connect with outer world. I am going to prepare...
> I can´t boot Haste 5.0 I have this issue: I had the issue when was trying to boot like this: ``` haste-boot ``` But works (in haste-compiler root directory):...