Nikos Kalogridis

Results 11 issues of Nikos Kalogridis

https://github.com/mostjs/core/blob/82b380deea1f80f685efb532bdea20ca8f07087a/packages/prelude/src/array.js#L67 ie ```js export function copy (a) { return a.slice(0); } ```

:question: Type: Question
:speech_balloon: Type: Discussion

Since those are handy generic use functions and I use them in `@most/test` package that I am going to submit soon I think its the right place to put them

This is opened for helping the discussion on #230 There are still missing things so its not ready for merge

sorry for missing them out on the previous PR

Hello since this is my first commit please review carefully and let me know for any mess ups. As the title says I exposed `VirtualTimer` on the `@most/scheduler` package and...

I am sending a `Maybe Value` on a port in order to clear the localstorage key when it receives a null value (through sending a Nothing on logout). Trying to...

question

script enters a loop on zpool mode on freenas with the following error: ``` invalid option 'H' usage: iostat [-v] [-T d|u] [pool] ... [interval [count]] ``` it must be...

Instead of sending a Maybe value we send explicitly a `Encode.null` value in the `logout` function. The main reason I am proposing this is that [SimulatedEffect.Ports.send](https://package.elm-lang.org/packages/avh4/elm-program-test/latest/SimulatedEffect-Ports#send) takes always a `Decode.Value`...