Max
Max
Hey, so, I have a case where I'd like "subcommands" -- basically something like ` myprogram command subcommand --flag1 --flag2 ` Currently the only way around this without doing argument...
This library might see more interest and adoption if I rip out all the Google Closure bits, which might have made sense 9 years ago, but hasn't for a long...
WIth fixed distances, BFS can be used to calculate a shortest path. It's faster than Dijkstra's, too.
See https://developers.google.com/closure/library/docs/calcdeps
#### Issue details `IndexedAStarPathFinder` assumes that you have a known-ahead-of-time finite graph prepopulated with nodes that you can pass in as arguments to `searchNodePath`. In my code, as the algorithm...
Kotlin 1.3.40 saw the release of a new KotlinJS plugin, `org.jetbrains.kotlin.js`. `apply plugin: 'kotlin-dce-js'` still seems to work, but the [buildBundle](https://github.com/Kotlin/kotlin-examples/blob/64e6cf95508056d716cb024cad3d6e9cc5dda0d5/gradle/js-dce/build.gradle#L34-L36) part doesn't, as `NpmTask` doesn't exist anymore. Can we...
**Describe the bug** As far as I can tell, Jekyll includes (`{% include foo %}`) aren't tested and don't work actually work. `transferReferences` work, but the content isn't actually moved...
# Is your feature request related to a problem? Please describe. Sometimes I have a 16px or 20px tileset, but it'd hard to see due to the small size and...