-
1. Use following `Dockerfile`:
```
FROM nginx:mainline-alpine
RUN apk add --no-cache --update git && rm -rf /var/cache/apk/*;
RUN rm -rf /usr/share/nginx/html/ && \
mkdir -p /usr/share/weba…
-
For numeric queries it seems that the operators "equals to" and "different from" and "lower or equal to" yield the same result (ex. A152-height = 6 => 24 subjects, A152-height != 6 => 24 subjects, A15…
-
* Docker Link: https://hub.docker.com/r/jkaberg/weechat/
And/or
* Git Link: https://github.com/jkaberg/dockerfiles/tree/master/weechat
sic79 updated
3 years ago
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
I evaluated the resolution of issue #3052 in Kubernetes by following a similar test to the original reporter…
-
So I just build the electron app for mac OS with this terminal output:
```
npm install; npm install electron-packager; npm run build-electron-darwin
npm WARN deprecated bower@1.8.8: We don't reco…
-
I have issues to get the instance of transmart/glowingbear running locally on my system.
My .env file looks like this:
```
INSTANCE_ID=DWH1
KEYCLOAK_SERVER_URL=https://keycloak
KEYCLOAK_REALM…
-
It would be handy to have the URL hash link to the current window using the channel ID (e.g /#irc.network.#channel) so 1. bookmarks for glowing bear can link to a particular channel or buffer, 2. refr…
-
### What version of Traefik are you using (`traefik version`)?
1.2.1
### What is your environment & configuration (arguments, toml...)?
traefik.toml:
```toml
debug = true
logLevel = "debug…
-
With the setting on, buffers are marked as read upon focusing/unfocusing them in g-b. With the setting off, only on unfocusing.
-
Would be great if setting "only show buffers with unread messages" would also hide server buffers (when no unread in any of server's related buffers, perhaps)
quite updated
6 years ago