Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/aerogo/codetree

:evergreen_tree: Parses indented code and returns a tree structure.
https://github.com/aerogo/codetree

Updated dependencies

e9240b8be5283248de72d68159df01c1dec7b1e1 authored about 5 years ago by Eduard Urbach <[email protected]>
Updated linter version

a2516449fb7948d86ea0888421264669fa347993 authored about 5 years ago by Eduard Urbach <[email protected]>
Disable typecheck while it's bugged

a8ce0bfa8a57f0f1642068bbe995d91b2b089f72 authored over 5 years ago by Eduard Urbach <[email protected]>
Sponsorship License

61b0167e133d3ecd02fe318406235124c74fbec1 authored over 5 years ago by Eduard Urbach <[email protected]>
Updated dependencies

2b142d8841c2d77a09c40bb722226f615336c975 authored over 5 years ago by Eduard Urbach <[email protected]>
Updated dependencies

2b5d823e6a3b3916ab3796d7cdaf12f963be9af0 authored over 5 years ago by Eduard Urbach <[email protected]>
Use akyoto/assert for tests

61f41b9575d205c67726c840de9cc3da5aa9ac65 authored over 5 years ago by Eduard Urbach <[email protected]>
Disabled line skipping

f10c55b60d41af7113b02eec778ff63e831955b6 authored over 5 years ago by Eduard Urbach <[email protected]>
Fix linter complaints

7ab3d70d14ab1d838c6281a97eeff432d38f06c6 authored over 5 years ago by Eduard Urbach <[email protected]>
Use stricter linter settings

47c04579279fc3ad07d0909fbf7792a9d03f0716 authored over 5 years ago by Eduard Urbach <[email protected]>
Updated README

6f247de86f557c493530b2953a02b40b6ca1f508 authored over 5 years ago by Eduard Urbach <[email protected]>
Clean up dependencies

8f0f7dac7a058ca34d6eb45f5e57a0afe2a55d17 authored over 5 years ago by Eduard Urbach <[email protected]>
Updated dependencies

4702c1d313c251a8f2676460934149db1c9ec69f authored over 5 years ago by Eduard Urbach <[email protected]>
Updated README

579669f7af1c7f43da6b7252b3567112d8bf88ee authored over 5 years ago by Eduard Urbach <[email protected]>
Improved CodeTree documentation

706d6fae3b6134c8843b5aabec4482b9b3a6f212 authored over 5 years ago by Eduard Urbach <[email protected]>
Increased coverage to 100%

ec9579ae6a5a8aee922e87f09a69d5f0c3d48942 authored over 5 years ago by Eduard Urbach <[email protected]>
Updated README

19f21034a68147194bae40a721107dbd710c12ab authored over 5 years ago by Eduard Urbach <[email protected]>
Use akyoto/readme

e4acb2be4cbe1da7ccd1504adbeb0a6d06c1e270 authored over 5 years ago by Eduard Urbach <[email protected]>
Use akyoto/readme

dcc0c4e55bc2c0d432ce7193280c948249e76d00 authored over 5 years ago by Eduard Urbach <[email protected]>
Removed line number temporarily

8596fead81e20356cae1f3a24f005fbb76772f1f authored over 5 years ago by Eduard Urbach <[email protected]>
Fixed CI tests

14b23f477b65784e3deefc0ad331167a212ed7fe authored over 5 years ago by Eduard Urbach <[email protected]>
Make use of io.Reader for improved performance

74c6dbad368e4f07a59672f029831ce6b5f59de2 authored over 5 years ago by Eduard Urbach <[email protected]>
Fixed line endings test

0051fb4879a9a154d01a8c97c8a8b910afa65ed2 authored over 5 years ago by Eduard Urbach <[email protected]>
Full coverage

56da70dffa44507917988a661f264697b75f8545 authored over 5 years ago by Eduard Urbach <[email protected]>
Fixed test data

45e9bdc03578a5466c77221d7a14ea80f4d783fe authored over 5 years ago by Eduard Urbach <[email protected]>
Performance improvements

4c52f1f0fa6c7d782014626300d4ffdf176eb80f authored over 5 years ago by Eduard Urbach <[email protected]>
Enable code duplication checks

e4655bbef6b942e3a794374dc5c14f05c536d5bc authored over 5 years ago by Eduard Urbach <[email protected]>
Switched to Drone CI

9561ee7d39e4ac9b409348af1a2abd7ff0d8d4bf authored over 5 years ago by Eduard Urbach <[email protected]>
Updated dependencies

efc34debcbf0f0e49f0275d6343b11e7ef44217a authored over 5 years ago by Eduard Urbach <[email protected]>
Updated repository paths

f1b237157aaece1530ba26c7482115d5bf5f795a authored over 5 years ago by Eduard Urbach <[email protected]>
Bump Go version in tests

e5475653e6e70bbbea449e3a87117552de4ac4ce authored over 5 years ago by Eduard Urbach <[email protected]>
Added Go module definition

25da6a812cfabda89b5a84fdf94508cb84df8a05 authored over 5 years ago by Eduard Urbach <[email protected]>
100% coverage

4c75b3ac0bda6170ec5c4675450e9f4ebed07157 authored over 6 years ago by Eduard Urbach <[email protected]>
Improved error message format

b10e302d4f6a2c094751d67bf3ec6d1347ddb398 authored over 6 years ago by Eduard Urbach <[email protected]>
Slightly improved performance

773391b247071a3af6fecdbe49afa99991054f94 authored over 6 years ago by Eduard Urbach <[email protected]>
Merge pull request #1 from soulcramer/master

🔨 Added a more complete error message with the line number/line content.

d8e28445eb3a4c99b1b000c0435702afbf083ed1 authored over 6 years ago by Eduard Urbach <[email protected]>
Fixed a typo, forgot to start the error message with a capital letter.

cddfd6653b3e88469eeac4c8c84cff2957ea3b32 authored over 6 years ago by Scott <[email protected]>
Replaced performance critical `+` operator when creating the error message

Removed usage of strconv.

818b12e6d4da21c6b7baa1f42e8671b0dc3ade12 authored over 6 years ago by Scott <[email protected]>
🔨 Added a more complete error message with the line number/line content.

81e8826041307978c5f32ea5c578d5375754c05d authored over 6 years ago by Scott <[email protected]>
Updated documentation

b9a6d3946ead97f4bf1fdc8e3725610455a06784 authored about 7 years ago by Eduard Urbach <[email protected]>
Added memory pooling

83f63be900b681074efa1d25d6bc59f8fdbb3ddd authored about 7 years ago by Eduard Urbach <[email protected]>
Consistent coding style

bbc914ceb47017f38cd2e77a6818ea91761c1f1f authored about 7 years ago by Eduard Urbach <[email protected]>
Performance improvements

376e305de8567bdd681975100bd74313bf0d7a6a authored about 7 years ago by Eduard Urbach <[email protected]>
Improved documentation

b225dbc1782e92603a5fbd9982e126637432fdc1 authored about 7 years ago by Eduard Urbach <[email protected]>
Performance improvements

a50eca772bdeb6785a7f2fd2642bd845786820fc authored about 7 years ago by Eduard Urbach <[email protected]>
Added an example

a868a7c47c87e541b742b2a2f4ae09e92e0196ae authored over 7 years ago by Eduard Urbach <[email protected]>
Improved error handling

b5b7d796ea39b332365a0ff5d7d5271560cae1b7 authored about 8 years ago by Eduard Urbach <[email protected]>
Initial release

7c0a4fc4414700fda0a224ef2ee785368b838227 authored about 8 years ago by Eduard Urbach <[email protected]>
Initial commit

01206e938129c459baa9351a3dcbd4565957d5fe authored about 8 years ago by Eduard Urbach <[email protected]>