Skip to content
#

macosx

macos logo

macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.

Here are 776 public repositories matching this topic...

awesome-mac
gamtiq
gamtiq commented Jul 26, 2019

Put "Add ____" as Title
[X] Done

Provide a link to the proposed addition.
https://github.com/sindresorhus/quick-look-plugins

Explain why it should be added
Currently QuickLook Plugins section contains the only item.
The proposed set represents useful plugins for QuickLook.

Additional context
Plugins are useful for developers.

Issue Checklist

Put an x in the

jusw85
jusw85 commented Nov 29, 2019

Issue details

Camera.unproject does not return original value

Reproduction steps/code

    public void create() {
        Vector2 tmpvec = new Vector2();
        tmpvec.set(0, 0);

        Stage stage = new Stage(new ScreenViewport());
        stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
        stage.screenToStageCoordinates(tmpvec);
        
JayBrown
JayBrown commented Sep 15, 2017

Wouldn't it be easy to improve the option to show two lines of text in the menu bar?

Say there's the initial line echo -e "Text String\nOther Text String"

BitBar will not center the text, and it will not adjust the font size to auto-fit the two lines in the menu bar.

You can always say echo -e "Text String\nOther Text String" | size=10, but line spacing is messed up, so it doesn't loo

UNIFY-MatthewDayne
UNIFY-MatthewDayne commented Sep 19, 2019

When sharing access to stmp4dev to other users they might decide to click buttons to see what they do, currently the clear button does not ask for confirmation and can be very easy for user to accidentally remove everything.

Adding a confirmation box would help to prevent such instances occuring.

guestisp
guestisp commented Nov 23, 2017

I don't want to use current chunks loop for replication (mostly because is still unclear how it works).
What I would like is to set our cluster to replicate as much chunks as possible up to REPLICATION_BANDWIDTH_LIMIT_KBPS

What should I have to set and how ? I think that both REPLICATION_BANDWIDTH_LIMIT_KBPS and chunks loop limits are honored, so I have to set chunk loop to very high value

MattAWright
MattAWright commented Nov 3, 2017

Starting at the "Create a staging environment", the steps described in the guide quickly outpace the explanations and it was not obvious to me what was going on. The quickstart assumes knowledge of concepts (environments, machines) that I would have liked to see brief explanations of.

The Quickstart could also use now.sh as an example deployment environment so that the user can follow along wit

Created by Apple

Released March 24, 2001

Website
www.apple.com/macos
Wikipedia
Wikipedia

Related Topics

linux visual-studio dotfiles
You can’t perform that action at this time.