Mike Hearn

Results 205 comments of Mike Hearn

+1 this would allow a targeted workaround for issue #1753

The Corda team uses this: https://docs.corda.net/head/codestyle.html I have been meaning to add new language to it around terseness. Kotlin lets you write very terse code and sometimes it's tempting to...

I wonder how important this is if IntelliJ's java feature for putting parameter names inline into the editor is carried over to Kotlin.

Is there a way to force the check? Looking at the code, it appears that the wheel contains ordinary C shared libraries that don't depend on Python. [See here](https://github.com/tree-sitter/py-tree-sitter/blob/master/tree_sitter/__init__.py#L125) and...

A few improvements are possible here: 1. Fork should be implemented but throw an exception that points users to a documentation page, or at least an explanation. 2. Usages of...

I guess you could make it callable but hide it from hasattr, but yeah if Python devs are supposed to adapt to missing fork for portability to Windows anyway, then...

I've been talking with @sgammon about maybe using the code he's got in Elide for this PR. It would mean adding some new MIT licensed dependencies to the React Renderer...

I've removed the half-baked server side fetch support for now, as that's the part that would change the most given Sam's work. The remaining tasks are small and can hopefully...

@graemerocher I've done a few improvements in the last couple of commits, including to the docs and I also now expose the request URL to the Javascript (useful for page...

File watching support using the standard API is added, though using it requires disabling the build plugin auto-restart behavior of course, as well as configuring it via extra application.properties which...