Manuel Vázquez Acosta

Results 52 comments of Manuel Vázquez Acosta

I've just realized that the map in the code schema would (again) create unparsable code by joining the KEYWORD_DERIVING with the UPPER_IDENTIFIER. So inheriting would be too hackish. Another possibility...

> Note that the regex pattern for a terminal is within that terminal, and uses fullmatch=True, so the ^...$ markers don't do anything. I'm not really sure I follow your...

Even though I would like to, I can make any promises of working on this. If I can, I will notify you.

Well, both #215 and #156 have been closed in favor of this one. Hope that amounts to something.

Hi @tseaver, Would you consider this PR to be included? Would it break anything?

Hi @tisdall, Thanks for the update. I wasn't aware of those other cases. However, I do suggest a change to the current documentation. As I commented in #156, the documentation...

I'm getting the following error in some case: > B014 Redundant exception types in `except (IOError, OSError):`. Write `except ():`, which catches exactly the same exceptions. Notice that the recommendation...

The way I see it, poetry can start by supporting PEP 621. PEP 631 (actually PEP 508) requires some changes in the way versions are dealt with in Poetry (e.g...

We use it heavily in a custom integration we have of a React-like framework based on [Mithril](https://mithril.js.org/) -- this is mainly because our app is offline-first and the connection is...

@mattdamon108 > @mvaled Can you try the latest compiler and rescript-react as posted on the forum? https://forum.rescript-lang.org/t/call-for-help-2-test-jsx-v4/3781 Thanks. One question, though. Would this require the actual React JS library or...