Ray Elliott
|
f7eb0d3727
|
show guage titles inside labels
|
2021-05-31 18:29:41 +01:00 |
Ray Elliott
|
a90bec834a
|
add option to remove gauge borders
|
2021-05-31 17:39:35 +01:00 |
Alexander Lukyanchikov
|
fc717d627e
|
Merge pull request #95 from pcgeek86/patch-1
Adding Dockerfile 🐳
|
2021-01-19 12:10:49 -08:00 |
Alexander Lukyanchikov
|
667581b005
|
Merge pull request #96 from pcgeek86/patch-2
Add Docker instructions to README
|
2021-01-19 12:10:02 -08:00 |
Alexander Lukyanchikov
|
6bb5e88842
|
Update FUNDING.yml
|
2021-01-04 13:17:44 -08:00 |
Trevor Sullivan
|
5768742cef
|
Add Docker instructions to README
|
2020-11-20 09:39:50 -07:00 |
Trevor Sullivan
|
0cfcb454af
|
Adding Dockerfile 🐳
Adding a basic Dockerfile for running sampler. A config must still be provided.
|
2020-11-20 09:31:55 -07:00 |
Alexander Lukyanchikov
|
1af22f6bfd
|
Merge pull request #86 from digitalcoyote/patch-1
Added Chocolatey install instructions for Windows.
|
2020-01-27 15:59:29 -05:00 |
Curtis Carter
|
b931aa0b8e
|
Update README.md
Added Chocolatey install instructions for Windows
|
2020-01-24 08:00:18 -06:00 |
Alexander Lukyanchikov
|
4e5ba9c764
|
Merge pull request #71 from tim77/tim77-packaging-status
Add Fedora installation instructions
|
2020-01-09 10:07:41 -05:00 |
Artem Polishchuk
|
cd3d6ac914
|
Update README.md
|
2020-01-09 16:14:44 +02:00 |
Alexander Lukyanchikov
|
bb247ad50d
|
update windows installation link
|
2019-12-29 21:13:26 -05:00 |
Alexander Lukyanchikov
|
f4f5e9c1c1
|
update installation instructions to 1.1.0
|
2019-12-29 21:01:12 -05:00 |
Alexander Lukyanchikov
|
3173ed00c9
|
macOS installation: switched from brew-cask to brew
|
2019-12-29 20:45:34 -05:00 |
Alexander Lukyanchikov
|
36d1394111
|
Update README.md
|
2019-12-24 14:54:41 -05:00 |
sqshq
|
43fa3049db
|
1.1.0
|
2019-12-24 13:24:01 -05:00 |
Alexander Lukyanchikov
|
51a334c94d
|
Update FUNDING.yml
|
2019-12-23 22:23:23 -05:00 |
Alexander Lukyanchikov
|
e44776a526
|
Merge pull request #79 from sqshq/remove_metadata_storage
Remove metadata storage
|
2019-12-23 17:57:58 -05:00 |
sqshq
|
3f05ef12c9
|
Remove metadata storage (used for statistics and licensing)
|
2019-12-21 22:51:49 -05:00 |
Alexander Lukyanchikov
|
2681053f29
|
Merge pull request #78 from sqshq/fix_ticker_rate
Fix ticker rate issue
|
2019-12-21 22:07:14 -05:00 |
sqshq
|
6a0a77c1eb
|
Fix ticker rate issue
|
2019-12-21 21:59:05 -05:00 |
Alexander Lukyanchikov
|
43d50652cc
|
Update README.md
|
2019-12-21 21:33:24 -05:00 |
Alexander Lukyanchikov
|
e3d5b9dc0a
|
Merge pull request #77 from sqshq/remove_backend_interaction
Remove all backend interaction
|
2019-12-21 21:32:09 -05:00 |
sqshq
|
76e9140cad
|
Remove all backend interaction
|
2019-12-21 21:05:01 -05:00 |
Alexander Lukyanchikov
|
accb12e515
|
Merge pull request #73 from the-louie/lou-fix_problem_with_ratems_on_rpi
Cast rateMs when calculating NewTicker duration to avoid overflow on RPI
|
2019-10-23 11:46:11 -04:00 |
Anders Green
|
8f6cac9aef
|
Cast rateMs when calculating NewTicker duration to avoid overflow on Raspberry PI
|
2019-10-22 17:05:15 +02:00 |
Artem Polishchuk
|
de2685ba10
|
Add Fedora installation instructions
|
2019-10-15 01:48:11 +03:00 |
Alexander Lukyanchikov
|
6360f4c90f
|
Merge pull request #69 from simross/data_tests
test(data): add tests for data/consumer
|
2019-10-07 19:10:57 -04:00 |
simross
|
de973dfb75
|
test(data): add tests for data/consumer
ref #57
|
2019-10-07 21:17:09 +03:00 |
Alexander Lukyanchikov
|
aadceceed2
|
Merge pull request #68 from sgarciac/master
test(util): add tests for util/geometry
|
2019-10-06 22:46:56 -04:00 |
sergio garcia
|
6bda5dd4ee
|
test(util): add tests for util/geometry
|
2019-10-06 20:36:02 -04:00 |
sqshq
|
60603a07b7
|
Update formatting
|
2019-09-19 20:06:47 -04:00 |
Alexander Lukyanchikov
|
4e35a050d6
|
Update README.md
|
2019-09-14 11:06:58 -04:00 |
Alexander Lukyanchikov
|
c9d15c68a8
|
Merge pull request #63 from Ivan-Marquez/feature/console-tests
feature/console-tests
|
2019-09-10 13:20:33 -04:00 |
Ivan Marquez
|
63a1a94fe7
|
DOC: removes comments from constants
Removed comments from constants due that their names are already self descriptive.
|
2019-09-10 11:19:41 -04:00 |
Ivan Marquez
|
7f47791c7b
|
DOC: adds doc comments to exported functions
Adds comments to console.go exported functions.
|
2019-09-09 20:46:30 -04:00 |
Ivan Marquez
|
9ac1601463
|
DOC: adds descriptive comments to exported types and functions
Comments for palette.go exported types and functions.
|
2019-09-09 20:11:22 -04:00 |
Ivan Marquez
|
cb55f19565
|
WIP: console package tests (palette)
53% code coverage.
|
2019-09-09 11:59:37 -04:00 |
Ivan Marquez
|
44f9ba7441
|
WIP: console package tests (palette)
20% code coverage.
|
2019-09-07 20:46:58 -04:00 |
Alexander Lukyanchikov
|
bafa0963ec
|
Merge pull request #59 from sqshq/fix_percentage_calculation_for_arbitrary_min_value
Fix gauge percentage calculation for the case when min value is not zero
|
2019-08-25 00:13:35 -04:00 |
sqshq
|
b45b3882b0
|
fix gauge percentage calculation for the case when min value is not zero
|
2019-08-25 00:05:10 -04:00 |
Alexander Lukyanchikov
|
cec214dc0d
|
Merge pull request #58 from sqshq/fix_segfalt_for_newlines_in_asciibox
Support newlines in asciibox
|
2019-08-24 09:23:24 -04:00 |
sqshq
|
ec6694ad17
|
support newlines in asciibox
|
2019-08-24 09:15:07 -04:00 |
Alexander Lukyanchikov
|
423e50e3f2
|
Merge pull request #56 from sqshq/cleanup_escape_codes
Cleanup escape codes for regular and interactive shell sampling
|
2019-08-23 23:00:22 -04:00 |
sqshq
|
9c00af5e50
|
cleanup escape codes for regular and interactive shell sampling
|
2019-08-23 22:33:34 -04:00 |
Alexander Lukyanchikov
|
5b0b2291d2
|
Update download links to 1.0.3
|
2019-08-18 13:40:19 -04:00 |
sqshq
|
a086d99bf2
|
1.0.3
|
2019-08-18 13:11:30 -04:00 |
Alexander Lukyanchikov
|
3ccf0333ac
|
Merge pull request #42 from sqshq/fix_triggers_for_textboxes_and_asciiboxes
Fix triggers functionality for textboxes and asciiboxes
|
2019-08-18 12:26:01 -04:00 |
sqshq
|
63bc5a0a3c
|
Fix triggers functionality for textboxes and asciiboxes
|
2019-08-18 12:18:30 -04:00 |
Alexander Lukyanchikov
|
5eb260b432
|
Update README.md
|
2019-08-11 22:14:37 -04:00 |