Giter Site home page Giter Site logo

workstation's People

Stargazers

 avatar  avatar

Watchers

 avatar

workstation's Issues

Idle detection should wake up when events are received

Currently idling will only stop once the window is focused again, but it's possible for the window to be visible, and interacted with before then (mouseovers, second monitors).

Ideally we'd be able to wake on events coming in as well / instead of focus being restored. This may also require the sleep code to become more complex / ramp down as suggested in the Dear IMGUI wiki.

Atlassian Document Formatting rendering doesn't handle inline elements and wrapping cleanly

The interaction between the default wrapped text renderer and multiple SameLine elements breaks down into being one wide, multiline cell, then a cell beside that with the SameLine element, finally any remaining text in a 1 char wide column.
image

This has been raised in ocornut/imgui#2313 and the suggestion is to handle the wrapping manually.

For this ticket, we probably want to manually calculate some of the wrapping manually, which may require splitting texts up into wrapped whole lines, and rendering any lines with multiple components manually.

Play with representing / grouping branches by their ticket

Working cares more about a branch more than a set of commits, but natively git mostly deals with commits.

Can we represent things clearer by their as a ticket approach.

  • Move a ticket's worth of changes (rebase)
  • Handling tickets built on tickets easier
    • Rebase + force push all refs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.