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).
2023-11-03 19:59:47 +01:00
Igor Chubin
9c2de2801b
Merge pull request #869 from jdutchik/339_bug_fix
...
339 Bug Fix for Invalid Domain Name
2023-11-03 08:33:06 +01:00
Igor Chubin
89abf1a55a
Merge pull request #906 from mataha/feat/fallback-glyphs
...
Introduce 'dumb' mode for terminals without fallback glyphs
2023-11-02 18:08:31 +01:00
Igor Chubin
79771b4b4e
Merge pull request #823 from LucasLarson/spelling
...
fix spelling (#822 )
2023-11-01 19:50:04 +01:00
Igor Chubin
4293562c61
Merge pull request #802 from jidicula/patch-2
...
docs(README): Clean up code blocks
2023-11-01 19:49:43 +01:00
Igor Chubin
a4a3a1520c
Merge pull request #804 from hidalgo-vntu/patch-1
...
Create ukr-help.txt
2023-10-31 20:18:48 +01:00
Igor Chubin
6daeb811d0
Merge pull request #893 from AlvinRamoutar/master
...
set application stage image to alpine:3.16
2023-10-31 20:18:31 +01:00
Igor Chubin
03c7894d0f
Merge pull request #807 from rafaeeelv/patch-1
...
[PT-BR] Update Translations
2023-10-30 07:26:10 +01:00
Igor Chubin
68b0fc82f2
Merge pull request #860 from PyDeps/patch-1
...
Fix Python dependency API risk issue
2023-10-30 07:25:56 +01:00
Igor Chubin
fe9817c85d
Merge pull request #937 from Archit-Kohli/master
...
Update README.md
2023-10-30 07:25:32 +01:00
Archit-Kohli
104d7bcc7d
Update README.md
...
Removed confusing live example statement
2023-10-30 07:49:20 +05:30
Igor Chubin
5117d615ef
Merge pull request #917 from weirdan/add-nushell-agent
...
Add `nushell` agent
2023-10-29 17:47:58 +01:00
Bruce Weirdan
1d2352e0f2
Add nushell
agent
2023-10-29 12:41:30 +01:00
Igor Chubin
4446bf6c0b
Merge pull request #881 from flashcode/readme-improve-weechat-commands
...
Improve WeeChat commands in README
2023-10-29 11:14:11 +01:00
Igor Chubin
b76a7354c9
Merge pull request #931 from uozcan12/master
...
update image on README.md
2023-10-29 11:11:34 +01:00
Igor Chubin
88df26818f
Merge branch 'chubin/logging'
2023-10-29 11:05:15 +01:00
Uğur Özcan
c59f25d5bb
Update README.md
2023-10-20 11:34:49 +03:00
Uğur Özcan
893dc74519
added png file
2023-10-20 11:30:10 +03:00
Igor Chubin
a886adcc34
Disable PNG queries
2023-10-16 08:29:25 +02:00
Igor Chubin
86179768ff
Merge pull request #921 from felix-d1strict/fix-920-uncommon-translation-morning
...
Fix unusual translation in german lang
2023-09-28 19:08:29 +02:00
Felix | D1strict
7acd951c60
Fix unusual translation in german lang
...
Fixes https://github.com/chubin/wttr.in/issues/920
2023-09-27 18:28:35 +02:00
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 |
2023-08-09 19:02:39 +02:00
Igor Chubin
6b050470bc
Merge branch 'master' of https://github.com/chubin/wttr.in
2023-07-14 21:08:19 +02:00
Igor Chubin
cf70167529
Switch geolocation client to the internal service
2023-07-14 21:08:02 +02:00
Igor Chubin
9657b51815
Add several aliases
2023-07-14 21:07:30 +02:00
alvinramoutar
3aea9c6b41
set application stage image to alpine:3.16
2023-07-06 20:10:06 -04:00
Sébastien Helleu
779fed36a7
Remove trailing whitespace
2023-05-24 19:44:57 +02:00
Sébastien Helleu
dd6337fb60
Fix description of conky image
2023-05-24 19:44:09 +02:00
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
2023-05-24 19:43:34 +02:00
joshdutchik
390e81a0ab
339 Bug Fix for Invalid Domain Name
2023-04-23 18:27:56 -05:00
PyDeps
f2670a1a48
Fix Python dependency API risk issue
2023-03-30 20:00:24 +08:00
Igor Chubin
5671b33126
Disable leftover linter findings for view/v1
2022-12-24 18:48:21 +01:00
Igor Chubin
53b29709b1
Fix revive findings
2022-12-24 18:11:42 +01:00
Igor Chubin
91e52efa31
Fix gocritic findings
2022-12-24 18:10:20 +01:00
Igor Chubin
9190897277
Fix gochecknoglobals findings
2022-12-23 20:55:30 +01:00
Igor Chubin
232637db11
Fix nonamedreturns findings
2022-12-23 20:13:13 +01:00
Igor Chubin
5b80bf417b
Fix lll findings
2022-12-23 20:05:30 +01:00
Igor Chubin
d86f03f2b7
v1: Move icons to a function
2022-12-23 17:15:17 +01:00
Igor Chubin
ba82bbd096
Fix wastedassign findings
2022-12-23 17:02:39 +01:00
Igor Chubin
8cdf491cb5
Fix whitespace findings
2022-12-23 16:59:36 +01:00
Igor Chubin
bebbc32353
Fix nlreturn findings
2022-12-23 16:55:14 +01:00
Igor Chubin
0bf476bd41
Run gofumpt for view/v1
2022-12-23 16:35:30 +01:00
Igor Chubin
cfe5b0761e
Add v1 Go dependencies
2022-12-23 16:33:28 +01:00
Igor Chubin
602ee55a8b
Remove internal/view/v1/go.{mod,sum}
2022-12-23 16:32:51 +01:00
Igor Chubin
afd335cfa7
Set v1 package
2022-12-23 16:25:26 +01:00
Igor Chubin
25b321015b
Rename internal/view/v1/main.go -> internal/view/v1/cmd.go
2022-12-23 16:24:31 +01:00
Igor Chubin
c94cc933dd
Move we-lang to internal/view/v1
2022-12-23 16:23:08 +01:00
Igor Chubin
7f9eb91ecc
Print geolocation errors
2022-12-23 14:53:16 +01:00
Igor Chubin
ecc9479719
Skip existing entries in db when converting
2022-12-23 14:45:59 +01:00
Igor Chubin
38e2ddd69b
Keep existing db when converting geocache
2022-12-23 14:09:17 +01:00