-
Updated
May 29, 2020 - Python
macOS
macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.
Here are 645 public repositories matching this topic...
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
Eg: norestored.
And until then, change the man page to say that it is incomplete, and to look in examples and the changelog. Are there configuration settings that are only documented in code?
if I understood it corretly from README.MD, we can install like this:
$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx
and later when we need datastores, we run
$ cd ~/dev-setup
$ ./.dots datastores
I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
There is a difference depending on running nfty inside a Python shell (call notify.notification() ) and run ntfy from commandline. I think the reason is a different default config file location.
In my case, I have created a config file under ~/.ntfy.yml and ntfy use that config when i run it from console (it sends notification via pushover). But when i try to send a notification from a inter
-
Updated
Jul 1, 2020 - Python
- Share good stories. Enhancement - share link by email
- Send to mobile. Enhacenement - use pushbullet api to push link to user's phone
- Send to Text-to-Speech reader on android - I use " @voice " on my android to have HN articles read to me while I drive. Can we push article links using pushbullet api to your phone and to your TTS app?
Hi Coala maintainers,
Can you help clarify AGPL coverage in Coala's case? Specifically, are the modifications made by Coala, which would get put into the input source code, covered by AGPL?
Your clarification will help evaluate the technology selection. I'd be helpful If you could clarify your interpretation in the Q&A page.
Thanks,
Brian
-
Updated
May 15, 2020 - Python
I noticed that the repository description only says 'Personal Assistant for Linux and macOS' even though the README.md clearly mentions that it runs on Windows as well. I think 'Windows' should be added to the description as well.
Due to the 2GB contiguous block allocation limitation of 32 bit systems, this line:
https://github.com/readbeyond/aeneas/blob/master/aeneas/audiofile.py#L447
might throw a MemoryError, causing an "unexpected exception".
We should:
- catch it and log a meaningful error
- document this limitation somewhere
Hi there, this is something might be useful if it's put in the Wiki.
I've had a problem with sudo modprobe snd-aloop and adding snd-loop to /etc/modules. As the title suggest this reorders the card order during boot. Since I've only got my own setup to compare against I'll just assume that people with other GNU/Linux distros might bump into the same problem. I use Debian.
Anyway, what
Hey,
You guys should probably remove the sudo from pip install from your "How To Use" section in your readme (I'm not sure whether PIP drops privileges these days, but either way it's bad practice and some people will probably follow your instructions line by line).
-
Updated
Sep 25, 2019 - Python
If we compare the name to let's say macOS alternative (NSApplicationDirectory), we should most likely use FOLDERID_Programs from KNOWNFOLDERID.
ref: https://docs.microsoft.com/en-us/windows/desktop/api/sh
-
Updated
Oct 9, 2017 - Python
To Reproduce
Steps to reproduce the behavior:
- Run
make allas described in README.md and follow install process. - After install,
macOS-VM.efi.vdiandmacOS-VM.vdiare located directly in~/VirtualBox VMsinstead of~/VirtualBox VMs/macOS-VMas is typical for VirtualBox VMs.
Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in `~/
https://github.com/0xmachos/mOSL is a good replacement until this is updated.
Basically, we should remove all settings that are no longer relevant, and add ones that are newly added.
Somewhere between 0.6.10 and 0.6.22 vorta introduced a change that made sure that pre- and post-backup commands are run before Repo checks. I think this was PR #264. This enabled me to use pre- and post-backup scripts for mounting and unmounting a samba share where the actual backup is stored.
However, these commands seem to only run when an actual backup task is being executed (borg create).
-
Updated
Jun 21, 2020 - Python
The title is fairly self-explanatory. Most applications have "Ctrl + Q" linked to the 'quit' action. I realise that "Alt + F4" does the job, but this is a bit more cumbersome.
The keyboard shortcuts should be separated in some config file because the current ones' may interfere with the user bindings. Also, in this case we also need to handle the rendering of the shortcuts from the config file.

Versions
Description
when BorderImage's
display_sizeoption is used, it overrides theauto_scaleparameter, simply because it first computes the valueauto_scalewould need, and then look if there is adispaly_bordersetting, and overrides the values if