Mauro Bieg

Results 148 comments of Mauro Bieg

cool, yeah.. during the week I won't have time either... btw. the evaluation in the end should run within [reflex](https://hackage.haskell.org/package/reflex), right? so maybe @oswald2 can take a look to see...

> The parser needs to return the parameter dependencies. ah yes... I suppose this could also be done as a traverse over the AST? > serve them to the evaluator,...

I'll share how far I've come in my attempt. TL;DR: ePub successfully generated, but still a few issues. Install [pandoc](http://pandoc.org) > 2.1, then `cd milewski-ctfp-pdf/src` and: pandoc ctfp.tex -o category-theory-for-programmers.epub...

Thanks for getting in touch! About the suggestion, not sure if there isn't an equal number of people who'd have the preference the exact other way around? We could of...

pandoc currently needs to be installed separately from PanWriter... For ChromeOS x86, there [seems to be](https://pandoc.org/installing.html#chrome-os) a `chromebrew` package... But there are [no official builds for 64-bit arm](https://github.com/jgm/pandoc/issues/5450), but you...

okay... well, [Electron doesn't seem to officially support ChromeOS](https://github.com/electron/electron/issues/12712)... and maybe the node.js version bundled doesn't either? Feel free to take a look at [export.ts](https://github.com/mb21/panwriter/blob/master/electron/pandoc/export.ts), nothing much fancy going on...

Thanks, I quickly tried this on macOS and got: ``` yarn run v1.22.10 $ concurrently " set BROWSER=none && yarn start" "wait-on http://localhost:3000 && yarn run electron:tsc -w" "wait-on http://localhost:3000...

While it runs now, the env variables aren't set. I don't think there's a syntax that works on both unix and windows... so probably best to add a new command...

Hello! Yes, WSL seems the right way to go... I'm surprised it doesn't work out of the box... are you using WSL 2.0? which shell does it have? bash, or?...

> I have the INLINE_RUNTIE_CHUNK errorI have it 95% solved using a cross-env package that sounds promising! `INLINE_RUNTIE_CHUNK` is for https://create-react-app.dev/docs/advanced-configuration/ > then try to add the css changes to...