Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp conversion C <-> K off by 0.01 #1486

Open
hulumibuna opened this issue Feb 1, 2025 · 1 comment · May be fixed by #1491
Open

temp conversion C <-> K off by 0.01 #1486

hulumibuna opened this issue Feb 1, 2025 · 1 comment · May be fixed by #1491
Assignees
Labels
bug Something isn't working triage

Comments

@hulumibuna
Copy link

Describe the bug

0C is 273.15K, not 273.14K as displayed by default on my local docker install

What happened?

A bug happened!

System information

version: '3.9'
services:
it-tools:
image: 'corentinth/it-tools:latest' # The Docker image to use.
ports:
- '8888:80' # Maps port 80 inside the container to port 8080 on the host.
restart: unless-stopped # Ensures the container restarts unless it is explicitly stopped.
container_name: it-tools # Custom name for the container.

Running on updated AlpineLinux docker server, self hosted on local proxmox server

Where did you encounter the bug?

Other (installations, docker, etc.)

@hulumibuna hulumibuna added bug Something isn't working triage labels Feb 1, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Feb 5, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Feb 5, 2025
@sharevb sharevb linked a pull request Feb 5, 2025 that will close this issue
@sharevb
Copy link
Contributor

sharevb commented Feb 5, 2025

Hi @hulumibuna, fixed in #1491 and in https://sharevb-it-tools.vercel.app/temperature-converter and if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants