Serhii Khoma

Results 181 issues of Serhii Khoma

I'm trying to change auth module to my needs and with this `index.js` ``` const path = require('path') module.exports = function nuxtAuthDevise (options) { this.addVendor(['cookie', 'js-cookie']) this.addPlugin(path.join(__dirname, 'store.js')) } ```...

hi @ryantrinkle in this video https://www.youtube.com/watch?v=3qfc9XFVo2c you said that you would want post a specification / paper (?) about reflex internals. Did this happen by any chance? I see https://github.com/restaumatic/purescript-specular...

for example I have pulled all subprojects (so that I could change their code) and entered `./try-reflex` ```sh ./scripts/hack-on haskell-overlays/reflex-packages/dep/universe ./scripts/hack-on haskell-overlays/reflex-packages/dep/dependent-sum-universe-orphans ./scripts/hack-on haskell-overlays/reflex-packages/dep/reflex ./scripts/hack-on haskell-overlays/reflex-packages/dep/cabal-macosx ./scripts/hack-on haskell-overlays/reflex-packages/dep/jsaddle-dom ./scripts/hack-on haskell-overlays/reflex-packages/dep/reflex-dom...

the new window is being open but it's white ``` [nix-shell:~/projects/reflex-platform]$ ghc -dynamic -XOverloadedStrings -e 'import Reflex.Dom' -e 'mainWidget $ text "Hello, world!"' /nix/store/m1812wqmc4yqfd1ygr63rafbhxcnbcv4-glib-networking-2.68.1/lib/gio/modules/libgiognutls.so: undefined symbol: g_byte_array_steal Failed to load...

Is it possible to make framework like next.js?

question

![20180722_124621](https://user-images.githubusercontent.com/7573215/43044386-876d2aac-8dad-11e8-9529-7e3ed56397f1.jpg) I have come up to this watching at hom-sets

[Here](https://github.com/hmemcpy/milewski-ctfp-pdf/blob/5fba3fe9c23b1fcbe00f11577e97aaf1ce6d0b36/src/content/1.5/Products%20and%20Coproducts.tex#L386) is said that for C=(Int, Int, Bool) is uniquely determined as `m (x, _, b) = (x, b)` But there are two ways to define `m` ``` m (x,...

the interesting question is how they will look inside the regex ``` /\s/ ``` I think it should ligate, but height should be consistent

enhancement

# Expected ![screen-capture](https://user-images.githubusercontent.com/7573215/93218347-c7e18700-f772-11ea-9374-b74fe82d83ff.gif) # Actual ![screen-capture (1)](https://user-images.githubusercontent.com/7573215/93218351-c912b400-f772-11ea-89dd-02f8d234682f.gif)

from https://github.com/FrigoEU/psc-ide-vim/issues/147 and https://github.com/FrigoEU/psc-ide-vim/issues/112 # Having ``` module Main where import Prelude import Effect (Effect) import Effect.Console (log) main :: Effect Unit main = do let a = 1 --...