thigg

Results 37 issues of thigg

Regard following Example: ``` import java.util.Arrays; import org.hamcrest.Matchers; import org.hamcrest.core.AnyOf; import org.junit.Test; import static org.junit.Assert.assertThat; public class TestHamcrest { @Test public void hamcrestTest() { new AnyOf(null, null); String[] truth =...

Currently, the editor app only previews files shared via link. It would be useful, if it also would allow to edit them.

Gradle changed the plugin and the task names with 1.3.40 I think in a few days, they'll have updated the documentation as well, so we can build simple support for...

My phone supports to add more than one reminder. Would be nice to have this here too. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26117303-allow-multiple-reminders?utm_campaign=plugin&utm_content=tracker%2F19394737&utm_medium=issues&utm_source=github)** We...

enhancement
help wanted
sponsor needed

The examples are often not very useful. For example here: https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyShortcut I would expect at least one example which links from an installed package to the desktop, but the examples...

Up For Grabs
0 - Backlog
Documentation

I haven't found any place in the documentation where it is mentioned, that it is possible to globally disable network access: ``` HTTPretty.allow_net_connect = False ``` I also didn't find...

When running mvnd on a failing build it is really hard to figure out what was going on when the build is highly parallel. As a solution to this, I...

**Describe the bug** I got a symlink from `.vagrant.d/boxes` to another disk. This lets the example from the readme fail with: ``` /opt/vagrant/embedded/lib/ruby/2.7.0/fileutils.rb:250:in `mkdir': File exists @ dir_s_mkdir - /.vagrant.d/boxes...

It would be nice, if the focused_window block could be used as title bar replacement. The missing bit of information for me is the count of windows on this workspace....

enhancement
feature request

Just some Housekeeping to start with. 1. I merged the changes from https://github.com/DataxPL/vagrant-proxmox 2. Unified the error handling for rest-requests. 3. Added previously undocumented config options to README I only...

enhancement