Dima Korobskiy

Results 17 issues of Dima Korobskiy

MediaWiki supports anchor links to sections containing slashes, for example: `[[#SQL Workbench/J|see here]]`. This does not work on GitHub. Slashes must be omitted: e.g. `[[Database Tools#SQL_WorkbenchJ|see here]]`. Related issues: #1236,...

github.com
MediaWiki
help wanted

If I don't redefine `destinationDir` to be under `${buildDir}` then Gradle clean would not clean `msbuild` output

### Description Our project Jenkins is set up for external access over an SSH tunnel only. Jenkins URL (Manage System > Jenkins Location) = `http://localhost:58080/`: the tunneled URL. Locally on...

### Description I'm getting `Job couldn't not be imported: check if it is already existing and verify all plugins used in this job are installed on the target jenkins instance`....

A Live Template with `$SELECTION$` for Bash context, e.g. `"${absolute_script_dir}/$SELECTION$"` is not offered in the Surround With dialog **if the selected block is not a line block (entire lines).** This...

I'm trying to customize keys for the following Thunderbird functions: * Main / message window: go to the top (Mac: Home or Ctrl+Home) and go to the bottom (Mac: End...

It'd be nice to be able to drop cache for multiple relations at once, e.g. via a list of names or `LIKE`/'SIMILAR TO` pattern(s).

It'd be nice to be able to limit cache clearing to a particular entity only in a particular schema. Supporting query that includes schemas: ```SQL -- Cache, ordered by the...

`pg_buffercache` provides dirty flag implementation which could be checked like this: ```SQL -- Cache, ordered by the number of buffers SELECT pn.nspname AS schema, pc.relname, count(1) AS buffers, sum(pb.isdirty ::...

It's quite useful for benchmarking. Could you tag a release to produce a stable version?