Igor Chubin
b1d4ddd6d1
Distribute load between three backend servers
10 months ago
Igor Chubin
ccd7360ece
Move get to a separate file
10 months ago
Igor Chubin
dd87ab5076
Merge branch 'master' of https://github.com/chubin/wttr.in
10 months ago
Igor Chubin
01787b510c
Change geo ip service
10 months ago
Igor Chubin
69f82dd315
Use fork github.com/chubin/vt10x ( #919 )
1 year ago
Igor Chubin
72e468abf8
Add internal/fmt/png/go.{mod,sum}
1 year ago
Igor Chubin
336c5709aa
Add initial png rendering imlementation ( #919 )
1 year ago
Igor Chubin
3f4f06c3cb
Add initial colors mapping
1 year ago
Igor Chubin
676e95a0db
Merge pull request #867 from ashassan8/master
...
added pressure units in mmHg to v2.wttr.in
1 year ago
Igor Chubin
c93f0b042d
Merge pull request #938 from mataha/doc/fallback-glyphs
...
Update documentation regarding fallback glyphs mode
1 year ago
mataha
c2b29e136c
Update documentation regarding fallback glyphs mode
...
Added in #906 .
Tips for Windows users were removed as they are no longer necessary
(and haven't been for a while).
1 year ago
Igor Chubin
9c2de2801b
Merge pull request #869 from jdutchik/339_bug_fix
...
339 Bug Fix for Invalid Domain Name
1 year ago
Igor Chubin
89abf1a55a
Merge pull request #906 from mataha/feat/fallback-glyphs
...
Introduce 'dumb' mode for terminals without fallback glyphs
1 year ago
Igor Chubin
79771b4b4e
Merge pull request #823 from LucasLarson/spelling
...
fix spelling (#822 )
1 year ago
Igor Chubin
4293562c61
Merge pull request #802 from jidicula/patch-2
...
docs(README): Clean up code blocks
1 year ago
Igor Chubin
a4a3a1520c
Merge pull request #804 from hidalgo-vntu/patch-1
...
Create ukr-help.txt
1 year ago
Igor Chubin
6daeb811d0
Merge pull request #893 from AlvinRamoutar/master
...
set application stage image to alpine:3.16
1 year ago
Igor Chubin
03c7894d0f
Merge pull request #807 from rafaeeelv/patch-1
...
[PT-BR] Update Translations
1 year ago
Igor Chubin
68b0fc82f2
Merge pull request #860 from PyDeps/patch-1
...
Fix Python dependency API risk issue
1 year ago
Igor Chubin
fe9817c85d
Merge pull request #937 from Archit-Kohli/master
...
Update README.md
1 year ago
Archit-Kohli
104d7bcc7d
Update README.md
...
Removed confusing live example statement
1 year ago
Igor Chubin
5117d615ef
Merge pull request #917 from weirdan/add-nushell-agent
...
Add `nushell` agent
1 year ago
Bruce Weirdan
1d2352e0f2
Add `nushell` agent
1 year ago
Igor Chubin
4446bf6c0b
Merge pull request #881 from flashcode/readme-improve-weechat-commands
...
Improve WeeChat commands in README
1 year ago
Igor Chubin
b76a7354c9
Merge pull request #931 from uozcan12/master
...
update image on README.md
1 year ago
Igor Chubin
88df26818f
Merge branch 'chubin/logging'
1 year ago
Uğur Özcan
c59f25d5bb
Update README.md
1 year ago
Uğur Özcan
893dc74519
added png file
1 year ago
Igor Chubin
a886adcc34
Disable PNG queries
1 year ago
Igor Chubin
86179768ff
Merge pull request #921 from felix-d1strict/fix-920-uncommon-translation-morning
...
Fix unusual translation in german lang
1 year ago
Felix | D1strict
7acd951c60
Fix unusual translation in german lang
...
Fixes https://github.com/chubin/wttr.in/issues/920
1 year ago
mataha
9d23087ca4
Introduce 'dumb' mode for terminals without fallback glyphs
...
Windows' native terminal, `conhost.exe`, lacks font fallback support.
This causes some of the characters used in `wttr.in`'s terminal output
to not be displayed at all - placeholders are supplied in their place.
This PR provides a mode that, when enabled, translates missing glyphs
to ones available on every platform without (*I believe*) making any
compromises regarding their meaning; see translation table below.
| Character | C-UCP | Replacements | R-UCPs |
| :--------------- | :----: | :------------------------------------ | :----: |
| NORTH WEST ARROW | U+2196 | BOX DRAWINGS LIGHT ARC DOWN AND LEFT | U+256E |
| NORTH EAST ARROW | U+2197 | BOX DRAWINGS LIGHT ARC DOWN AND RIGHT | U+256D |
| SOUTH EAST ARROW | U+2198 | BOX DRAWINGS LIGHT ARC UP AND RIGHT | U+2570 |
| SOUTH WEST ARROW | U+2199 | BOX DRAWINGS LIGHT ARC UP AND LEFT | U+256F |
| HIGH VOLTAGE SIGN | U+26A1 | BOX DRAWINGS LIGHT DOWN AND RIGHT + UP AND LEFT | U+250C + U+2518 |
1 year ago
Igor Chubin
6b050470bc
Merge branch 'master' of https://github.com/chubin/wttr.in
1 year ago
Igor Chubin
cf70167529
Switch geolocation client to the internal service
1 year ago
Igor Chubin
9657b51815
Add several aliases
1 year ago
alvinramoutar
3aea9c6b41
set application stage image to alpine:3.16
1 year ago
Sébastien Helleu
779fed36a7
Remove trailing whitespace
1 year ago
Sébastien Helleu
dd6337fb60
Fix description of conky image
1 year ago
Sébastien Helleu
9a579eacfd
Improve WeeChat commands
...
Changes:
- use /mute command to remove changes on option
- use /item command to create a custom item
- refresh item in the alias
- add spacer in status bar so the item is right-aligned
- run command /wttr immediately
1 year ago
joshdutchik
390e81a0ab
339 Bug Fix for Invalid Domain Name
2 years ago
Alexander Skinner Hassan
c545b9fe80
added pressure units in mmHg
2 years ago
PyDeps
f2670a1a48
Fix Python dependency API risk issue
2 years ago
Igor Chubin
5671b33126
Disable leftover linter findings for view/v1
2 years ago
Igor Chubin
53b29709b1
Fix revive findings
2 years ago
Igor Chubin
91e52efa31
Fix gocritic findings
2 years ago
Igor Chubin
9190897277
Fix gochecknoglobals findings
2 years ago
Igor Chubin
232637db11
Fix nonamedreturns findings
2 years ago
Igor Chubin
5b80bf417b
Fix lll findings
2 years ago
Igor Chubin
d86f03f2b7
v1: Move icons to a function
2 years ago
Igor Chubin
ba82bbd096
Fix wastedassign findings
2 years ago