-
Is it possible to consider adding a theme like the things theme(like the color scheme of the things3)in future versions of redesign?And I see that catppuccin has released v0.2.0 with three new colorwa…
-
Great wrapper! I've been googleing something like this for dayz!
Quick problem. I'm using this wrapper to call Things3 on macOS but getting:
```python
Traceback (most recent call last):
File…
-
Hello,
This is a bit hard to explain, but I'll try :)
If I have a window that is maximised in its height (for example) which I try to make smaller, will not shrink in both directions, but only o…
-
def doubleStuff(a_list):
""" Return a new list in which contains doubles of the elements in a_list. """
new_list = []
for value in a_list:
new_elem = 2 * value
new_lis…
-
Got on the TestFlight (yay!), and everything seemed to be working great *except*, some apps don’t seem to be enumerated in the list at all, so can’t be ‘ensemble’d.
1. Start session on mac
2. Star…
grork updated
8 months ago
-
Following a [conversation in Discord](https://discord.com/channels/763107030223290449/763107030654779422/1038491839734493304), the salient points of which I'll repeat here.
> DW: We need to find a …
-
**Describe the bug**
I believe Amethyst's most recent version is causing an OS crash. Not quite sure if it's a "kernel panic", but has the same effect. I believe it's Amethyst as a) it's the only app…
-
Let's create one version of `create_spoken_forms` that can be used in many places. This would be a function that you can pass in a string, and it returns a list of possible ways to speak the given st…
-
**Describe the bug**
Autocomplete shortcut (Cmd + Space) conflicts with default MacOs Spotlight shortcut
**To Reproduce**
1. Open editor
2. Start typing query
3. Press Cmd + Space
-> Spotlight…
-
I am on macos Sierra with the latest zazu and plugins.
Sometimes it works. But most of the times, it just does not find anything
Maybe it would be good to look at how cerebro does it?