no
no
Could you provide an example of something that works with msx, but fails with babel-plugin-mjsx?
@brlewis, could you provide a more minimal test case? Perhaps create a failing testcase for babel-plugin-mjsx.
@bergwerf, according to the [int documentation](https://api.dart.dev/stable/2.8.1/dart-core/int-class.html) ints are at least 53bits, but bitwise operations of 32bit on javascript platforms. I think I missed the bitwise part when I implemented the...
Hi @mishatron , So, this might be a flutter thing, but I'm not 100% sure since I don't have any experience with RTL languages. I tried writing a test to...
Hi, sorry for the very delayed response, I think the email notifications aren't working for me. Would you be able to add some test cases for this PR?
It's easy enough to add: ``` python from hamlpy import nodes as hamlpynodes hamlpynodes.TagNode.self_closing.update(verbatim = endverbatim) ```
I did a little investigation as to how git gui calls git hooks, and it looks like it doesn't use git itself; but instead builds the [builds the path to...
I think your examples of a function returning a function returning a function etc. are a bit of a false problem which could be solved with type aliases, and at...
Is it possible that the `guildID` column does not have a unique or primary constraint?
@akkinraghu, that's a different issue to the original, no? However you should be able to use a `union select` to return in the case where the upsert doesn't change anything....