Jugal Mistry

Results 11 comments of Jugal Mistry

@xpseudonym finally which permutation seemed to work? Is there a way I can avoid GoogleContactsSync but still get contacts synced?

@xpseudonym I was only able to see davx5 account without the davx5 address book entry. I guess I'll ask about this somewhere else. This issue tracker is for microG. Don't...

Thank You I'll update once I have tried the fix

> Any news on how it worked out @HuM4NoiD? > I've been having the same issue, but was hesitant to mess around with fonts since I have no experience there....

The generated fonts after removing symbols obviously work @Interesting-name @ryanoasis Should I keep this issue open till it is fixed or close it?

You could use the command `monas bump patch alpha` Example: Before the bump command: root `pyproject.toml` ```toml [tool.monas] packages = ["utils"] version = "0.1.1" python-version = "3.11" ``` Running the...

This might be the wrong issue to ask this, but is the workspace/monorepo management functionality going to be a plugin that can be installed optionally along with PDM or will...

@neersighted how is this a duplicate of #1632? #1632 caters to the fact that a "mirror"/"proxy" repository should be used globally. As far as I understand this issue is about...

I am following the html version of the tutorial [here](https://craftinginterpreters.com/parsing-expressions.html#ambiguity-and-the-parsing-game), it still has the rules: ``` term → factor ( ( "-" | "+" ) factor )* ; factor →...