GithubHelp home page GithubHelp logo

livesplit-one-druid's Introduction

Druid is not maintained anymore, so we won't update this any further.

livesplit-one-druid's People

Contributors

cryze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

livesplit-one-druid's Issues

Linux - hotkey::linux::Message does not implement Sync

error[E0277]: `std::sync::mpsc::Sender<hotkey::linux::Message>` cannot be shared between threads safely
  --> src/main.rs:39:23
   |
39 | static HOTKEY_SYSTEM: RwLock<Option<HotkeySystem>> = RwLock::new(None);
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::sync::mpsc::Sender<hotkey::linux::Message>` cannot be shared between threads safely
   |
   = help: within `std::option::Option<HotkeySystem>`, the trait `Sync` is not implemented for `std::sync::mpsc::Sender<hotkey::linux::Message>`
   = note: required because it appears within the type `Hook`
   = note: required because it appears within the type `HotkeySystem`
   = note: required because it appears within the type `std::option::Option<HotkeySystem>`
   = note: required for `RwLock<std::option::Option<HotkeySystem>>` to implement `Sync`
   = note: shared static variables must have a type that implements `Sync`

Attempted an initial build of the druid app, and received this

[Bug] Window doubles in size with layout changes

Apple M1 Air
OS X 14.1.2 Sonoma

I can manually resize the window without any issues. When editing numeric variables in components or the layout, the splits/timer GUI window doubles in size (the "edit layout" GUI is unaffected). It will continue to do this with every variable change (even clicking an arrow to change number of splits by 1 or timer size by 1 pixel) until the window is too big to process, the GUI disappears, and terminal returns this message:

2024-01-23 12:55:04.907 LiveSplitOne[30346:1735469] -[<NSViewBackingLayerContentLayer: 0x6000034d0f00> display]: Ignoring bogus layer size (9600.000000, 10728.000000), contentsScale 2.000000, backing store size (19200.000000, 21456.000000)

Screenshot 2024-01-23 at 12 49 50โ€ฏPM

The error repeats itself infinitely a few times a second until manually closed. (In one instance the process killed itself and Livesplit, but I could not replicate that endpoint.)

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.