Serhii Khoma
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...
 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
# Expected  # Actual 
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 --...