Mohamed Daahir

Results 124 comments of Mohamed Daahir

No worries, I have now managed to set up emscripten in the [workers-wasm-rollup-experiment](https://github.com/ducaale/workers-wasm-rollup-experiment) project. The next thing will be to try to apply the learnings from that project into SwiftLaTeX.

I did some experiments in this [branch](https://github.com/ducaale/SwiftLaTeX/tree/comlink) where: - The [comlink](https://github.com/GoogleChromeLabs/comlink) library is used to simplify the web worker communication. - `package.json` is added so SwiftLaTeX can be published as...

Percentages are also used for high school in some countries. @saadq I want to tackle this feature. should I add select control to let the user choose between GPA and...

There is also the third option of renaming gpa to grade [#288](https://github.com/jsonresume/resume-schema/issues/288), [#328](https://github.com/jsonresume/resume-schema/pull/328). What do you think @vs4vijay @saadq ?

Is, by any chance, the issue happening on macOS? I had an issue like this where the only fix was to restart the computer 😕

The invite link does not seem to work anymore. > This invite link is no longer active.

Hi @Jaron-S, Can you mention which template you tried and an example input that causes the line wrapping not to work? Thanks

I was able to make template3 display cyrillic letters by adding these [lines](https://tex.stackexchange.com/a/72690) ``` \\usepackage[T2A]{fontenc} \\usepackage[russian,english]{babel} ``` @vazome template6 already works have you tried using it.

I recently found this self-contained LaTeX engine called [tectonic](https://github.com/tectonic-typesetting/tectonic). I think using it instead of pdfLaTeX should make it easier for people to run resumake.io locally. It is not a...

I have now checked all the templates with tectonic. So far, only template 8 and template 9 are incompatible with it. I can try to modify those templates so they...