Mikhail Yakshin

Results 55 issues of Mikhail Yakshin

This is the question that was discussed a zillion of times, but I'd want to create a separate issue for this one. ## Current state of things Right now we're...

enhancement

Extracting easier part of #81, with a concrete proposal on implementation. Context: we want to have some sort of way to state that certain attributes have some sort of "valid"...

enhancement

Bash launcher script, generated out of a template, includes [these lines](https://github.com/sbt/sbt-native-packager/blob/c770faa17bb22032b3b165b0c5416851fc593052/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bash-template#L225-L230). For a generic console application, if we're running it in Cygwin terminal, these lines effectively ruin the console after...

windows
bug
universal

* Added links to published runtime packages (Nuget, RubyGems, etc), akin to existing PIP link * Fixed CI results link

TODO: elaborate what exactly was changed and why

It turns out that there are many more timestamp formats in the wild besides UNIX timestamp. It would be cool to show more of them in "converter" to aid timestamp...

enhancement

When one's working on a moderately large project, it is often impractical to view the whole tree of resulting objects, when you're working on something deep inside it. It would...

enhancement

Currently, hex viewer always shows 16 bytes (0x10 bytes) per line. On bigger screens, it might be more comfortable to dump more bytes per line (i.e. 20, 24, 32 or...

enhancement

A few people already mentioned that: why can't we work with something tree-like in Web IDE, instead of just a text editor with a YAML file? Instead of editing (and...

enhancement

I'd like to propose a "watch" functionality. It should probably work like that: * User selects a particular node in a tree, and calls "Add watch" on it * This...

new feature