-
Thanks for creating this awesome tool! I used https://github.com/hcoles/pitest a lot in Java and I'm happy to see a similar tool for Dart. So far it is working, but the results are not very useful.
…
-
It would be nice to be able to use the correct mathematical notation " ↦ " (`\mapsto`) for anonymous functions, `x ↦ f(x)`, in addition to `x -> f(x)`
This sounds like it should be a relatively easy…
-
-
I'm trying to build version 2.5.1 on CentOS 7 for Arm.
I ma not a wel versed in building Java projects with Gradle.
Here is my Gradle environment:
=======================
# gradle -v
Welc…
-
Please, see [explicit-backing-fields.md](https://github.com/Kotlin/KEEP/blob/explicit-backing-fields-re/proposals/explicit-backing-fields.md) for the full text in PR #289.
## Summary
Sometimes…
-
When there's a constant in a function call in a `compile {}` macro, the macro silently fails to compile because the func_call declaration in macros.yay only accepts variables as arguments.
This sho…
-
Hello,
I have looked into added gherkin support to opentest but i don't think it's a great fit due to missing built in features like:
- ability to call other features
- built in $data support
…
-
Comments for method definitions that are placed in conditional (if/unless) blocks are not shown.
https://github.com/lsegal/yard/blob/565343f35fce64df4c16ef89a2c48dcf1f93b8c3/lib/yard/parser/ruby/ru…
-
There seems to be no consistency in the languages being used for syntax highlighting in fenced code blocks. All languages known to GitHub are listed [here](https://github.com/github/linguist/blob/mast…
wborn updated
8 months ago
-
Like for the Atom plugin, I suggest making your own grammar, which would merely extends Haskell. It also gives the opportunity to add autocompletion (#11).
My real issue: I regularly use Ctrl+Enter…