Brekk
Brekk
@domvo I was experiencing the same thing. As a temporary workaround I was able to get things to work by downgrading to `[email protected]` instead, as the error is also present...
Any follow-up on this? I changed computers recently (to Apple M1, if relevant) and I am experiencing something similar to the OP. I am prompted to select Github Host, I...
@ctjlewis Have you tried using the `.cjs` extension? I was having the same problem but I was able to get things working by changing the `package-scripts.js` file to `package-scripts.cjs` and...
I believe this is still a valid issue
If there isn't a good way of ameliorating this, is there some means of asking `lint-staged` for a log or having it print commit hashes as it works?
Gonna kill this PR, new stuff coming from https://github.com/brekk/mad-notes in the near future, I promise
I'm still seeing a case on `v0.23.12` where a trailing newline gets removed: ``` formatMe = () => { return "" ++ ` yo yo yo hey nice ` }...
``` import IO from "IO" a = ` aaaaaaa ` b = `\nbbbbbb\b` c = ` ${b} ` main = () => { IO.put(`${a} ${b} ${c}`) } ``` ☝🏼 This...
The extant code in this file gets autoformatted incorrectly: https://github.com/madlib-lang/madmarkdown-parser/blob/master/src/Example.mad
Linkage: https://github.com/madlib-lang/madlib/issues/12