Thomas McWork

Results 50 comments of Thomas McWork

Could it be related to this line?: https://github.com/snipe/snipe-it/blob/83200d3cbd5917ea1c2b6dbc6f154491282eb43d/config/database.php#L73 The default value is of type `string`, whereas `public function setPort(int $port)` obviously expects an `int` type. So either the default value...

Isn't this project integrated into any of these funding sites like Liberapay or Bountysource? Maybe throwing some money on this topic could accelerate proper prioritization.

The size of the `docx` file is 80 KB, and it consists of 29 pages. All text blocks are within a huge table. I just retried the process three times,...

Yes, please @robguinness, go ahead and fork it! Many users are waiting for someone to take over. See also the discussion: https://github.com/jamiemcg/Remarkable/issues/187#issuecomment-336867844 I guess there are some people who would...

Is there any way how the community can help in this process?

> I think it is more of a living document and thus could be in a wiki or on a repo of its own. But I think this repo is...

Try out `deepdirectories` which was part of [my closed PR #115 ](https://github.com/kupferlauncher/kupfer/pull/115). It's adapted to the latest kupfer version and working great. And btw. without any performance regressions.

@Klimmbimmel There are other use cases like reading WI-FI credentials that Firefox cannot satisfy.

For me the problem still persists in two different Nextcloud instances :-( Both on versions 1.0.1 for drawIO and 21.0.5 for Nextcloud. Same situation as in the initial post. I'm...

The scenario is: Every host has a pubplic/private key pair which allows you to identify it distinctly. The keys are stored in your `~/.ssh/known_hosts` file once confirmed. From this time...