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 |
2 years ago
Igor Chubin
6b050470bc
Merge branch 'master' of https://github.com/chubin/wttr.in
2 years ago
Igor Chubin
cf70167529
Switch geolocation client to the internal service
2 years ago
Igor Chubin
9657b51815
Add several aliases
2 years ago
alvinramoutar
3aea9c6b41
set application stage image to alpine:3.16
2 years ago
Sébastien Helleu
779fed36a7
Remove trailing whitespace
2 years ago
Sébastien Helleu
dd6337fb60
Fix description of conky image
2 years 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
2 years 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
Igor Chubin
8cdf491cb5
Fix whitespace findings
2 years ago
Igor Chubin
bebbc32353
Fix nlreturn findings
2 years ago
Igor Chubin
0bf476bd41
Run gofumpt for view/v1
2 years ago
Igor Chubin
cfe5b0761e
Add v1 Go dependencies
2 years ago
Igor Chubin
602ee55a8b
Remove internal/view/v1/go.{mod,sum}
2 years ago
Igor Chubin
afd335cfa7
Set v1 package
2 years ago
Igor Chubin
25b321015b
Rename internal/view/v1/main.go -> internal/view/v1/cmd.go
2 years ago
Igor Chubin
c94cc933dd
Move we-lang to internal/view/v1
2 years ago
Igor Chubin
7f9eb91ecc
Print geolocation errors
2 years ago
Igor Chubin
ecc9479719
Skip existing entries in db when converting
2 years ago
Igor Chubin
38e2ddd69b
Keep existing db when converting geocache
2 years ago
Igor Chubin
54b5bfc64d
Link statically
2 years ago
Igor Chubin
302b00ee7d
Add opencage support
2 years ago
Igor Chubin
2e67874e04
Add NominatimLocation
2 years ago
Igor Chubin
45900bc565
Prepend function name when doing logging in readFromCacheDB
2 years ago
Igor Chubin
c9fc3aa74a
Rename Location to Address in geo/ip
2 years ago
Igor Chubin
d91c6da43e
Suppress more HTTP log messages
2 years ago
Igor Chubin
0e2e39774e
Use db-based location cache by default
2 years ago
Igor Chubin
c398d9204d
Implement location resolution interface
2 years ago
Igor Chubin
08794675a7
Add github.com/sirupsen/logrus to dependencies
2 years ago
Igor Chubin
04f064460c
Fix linter findings for: funlen, nestif, gocognit, revive, cyclop
2 years ago
Igor Chubin
635ac451c0
Fix linter findings for: goerr113
2 years ago
Igor Chubin
173b501a2d
Fix linter findings for: forbidigo, funlen, forcetypeassert, stylecheck
2 years ago