Miao ZhiCheng
Miao ZhiCheng
I like to use "single cabal script" a lot for small examples, e.g.: `$ cat ~/Templates/cabalscript.hs`: ```haskell #!/usr/bin/env cabal {- cabal: build-depends: base -} main = do putStrLn "Hello World!"...
Is it possible to load a Haskell file with embedded cabal build-depends, so that no extra cabal file is needed. I have tried `(haskell-process-type 'cabal-new-repl)` and `(haskell-process-type 'cabal-repl)`, both would...
I am using the default `haskell-indentation-mode`, it seems to me that the parser doesn't not understand associated type family/data family in general and tries to reindent everything from the beginning...
I am wondering if the upper bound versioning check is being too strict.
## Why We have not reviewed the completeness of the (Sueprfluid) batch operations. Since we are about to roll-out the macro forwarder feature, it is a good time to have...
**Describe the bug:** To filter all failed workflows lately: https://github.com/superfluid-finance/protocol-monorepo/actions?query=is%3Afailure The events are: - [x] [Daily protocol-monorepo slack message | dev branch](https://github.com/superfluid-finance/protocol-monorepo/actions/runs/7610155912) @elvijsTDL - [ ] [Daily Subgraph and Query...
Following up from #710. Currently, we have informed the scroll team about this. Further write-up on this issue is needed. (Hmm, but somehow scroll mainnet upgrades succeeded?) log output of...
Current Problems ============= - GH based mini workflows (deploy subgraph, deploy smart contracts) rebuild the essential packages all the time. It usually takes 5-10 minutes. It includes these steps: -...
(... per community input ...) ## Notes Extend SuperToken upgrade/downgrade with more overloaded versions of them. - upgrade(amount) - upgradeTo(to, amount) # * - upgradeTo(to, amount, userData) - upgradeFrom(from, to,...