Nimalan
Nimalan
@manrajgrover thanks for the heads up, have made the changes
@sagebind Have raised a PR for this. A question, should there be a way to distinguish which themes are from OMF_CONFIG and OMF_PATH?
@rominf I would like to take this up. Can you clarify this - So I have to raise a PR to [plugin-dpaste](https://github.com/oh-my-fish/plugin-dpaste), to support pasting to Github Gist - `plugin-dpaste`...
@rominf Raised the PR, we'll take the discussion over there. Think we can keep the repo under the same name
Made a pull request for this. Using the same colors from the break games. Colors will change based on percentage of completion.
Seems to be working fine till `^3.1.10`
@jonschlinkert I did some analysis. ~~If I change the order of the patterns it works~~ Seems to be because of the following code https://github.com/micromatch/micromatch/blob/f61212aeb66050025b480987e6de54e2145fef09/index.js#L259-L268
AffineType check tries to consume the array. Looking at the contents of `contentList` from `getConsumeList` bank 0 of the variable `arr` is consumed. Banks of the variable `perm` are not...
Issue is in the typecheck. I'll see if I can find a fix Error from `--log debug` ``` [INFO] fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.$anonfun$applyOrElse$6(BoundsCheck.scala:84) fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.$anonfun$applyOrElse$6$adapted(BoundsCheck.scala:71) scala.Option.foreach(Option.scala:437) fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.$anonfun$applyOrElse$5(BoundsCheck.scala:71) fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.$anonfun$applyOrElse$5$adapted(BoundsCheck.scala:69) scala.collection.immutable.List.foreach(List.scala:333) fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.applyOrElse(BoundsCheck.scala:69) fuselang.passes.BoundsChecker$BCheck$$anonfun$myCheckE$1$$anonfun$applyOrElse$3.applyOrElse(BoundsCheck.scala:64) scala.PartialFunction$OrElse.apply(PartialFunction.scala:266) fuselang.common.Syntax$RichType.matchOrError(Syntax.scala:327) [Type...