Ecosyste.ms: OpenCollective

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

Espruino

Work on the Open Source Espruino JavaScript engine (and associated tools)
Collective - Host: opensource - https://opencollective.com/espruino - Website: http://www.espruino.com/ - Code: https://github.com/espruino

Add mappings to support Catalan language

github.com/espruino/EspruinoAppLoaderCore - 9beaefa0d2d6cab8d47b2a552c15334e8841181a authored 11 months ago
sleeplog: only write log if we have something to write

github.com/espruino/BangleApps - 0d5c39a1836ef979ca2d85d9e3574cdded1fd02b authored 11 months ago
sched: interface.html, Monday is the first day of the week

github.com/espruino/BangleApps - d28d696deaa7eab31678d7e398fdc3a0375bb4de authored 11 months ago
Merge pull request #3226 from bobrippling/fix/multitimer-settings

multitimer: fix settings

github.com/espruino/BangleApps - 4c0eccaf672684adcc52fa0c03f8913bcd5f3036 authored 11 months ago
sched: add day selection to interface.html

github.com/espruino/BangleApps - 97d648d4affa58f2d13daf46a0e606809a96d786 authored 11 months ago
multitimer: fix settings

github.com/espruino/BangleApps - baa5b058095a244a1b9014110e0013af58540ae9 authored 11 months ago
Merge pull request #3224 from bobrippling/feat/multitimer-initial

multitimer: add setting for initial screen

github.com/espruino/BangleApps - 0aff4409a888749b7547a290fef75b6a6763dd10 authored 11 months ago
multitimer: restore json & sw default

github.com/espruino/BangleApps - 4a35b30bb07d382d02b7b9a74d33c79194f91477 authored 11 months ago
Merge pull request #3225 from jordimas/fixes_catalan_locale

Fixes to Catalan locale: right icon for all regions, shorter long dat…

github.com/espruino/BangleApps - c33ba7ed9360e35f9b5c47690ef12d7d87097375 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - de5b976d4f9ebdd29c2af8fc28b8e158f8dc37ad authored 11 months ago
Update metadata.json

github.com/espruino/BangleApps - 7ee0149b810a24a809adca36e298dab72a275267 authored 11 months ago
Fixes to Catalan locale: right icon for all regions, shorter long data pattern and fix lang code

github.com/espruino/BangleApps - a23f49a4535eed65ad84468a72ca4ece91b4bd6c authored 11 months ago
Delete apps/regattatimer/screenshot (2).png

github.com/espruino/BangleApps - 10f8a606151b69f8c9cb226af10e5a167e3343d5 authored 11 months ago
Delete apps/regattatimer/screenshot (1).png

github.com/espruino/BangleApps - 5bcd589d9ffbb19309048c49d223f0b2e969393c authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 017df90c58e65f6a3a9dbc11f2a6b1074570e761 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 5d13118416b8266165113f606269f501d1b58d08 authored 11 months ago
Merge pull request #2473 from brendena/patch-2

Building EMSCRIPTEN boards on the latest EMCC

github.com/espruino/Espruino - e5ffc93c2ca76bfdfc688b1be32ba9306d09cf77 authored 11 months ago
Update jshardware.c

proper comment

github.com/espruino/Espruino - 3218bccdb516981a13d3621131d612e9081b1759 authored 11 months ago
Update jshardware.c

Needed to add a memcpy function else the build would fail

github.com/espruino/Espruino - 6d8195d29590ada5fd10eb603d44ad86541ff971 authored 11 months ago
Update EMSCRIPTEN.make

Changed for the new naming

github.com/espruino/Espruino - 27acfd652fee953adfbb54620222cb2f5bad3fc9 authored 11 months ago
Merge pull request #3219 from bobrippling/fix/rep-interface

rep: fix interface.html

github.com/espruino/BangleApps - 5750aeb2520532273baffa79a3c4187d708109de authored 11 months ago
Merge pull request #3220 from bobrippling/feat/sched-forever-buzz

sched: permit buzz count to be infinite

github.com/espruino/BangleApps - 75431b5e2e2711a0081abfb5a13c4e83ab0fef6c authored 11 months ago
multitimer: fix missing scroller (introduced, b9e73d47f1)

github.com/espruino/BangleApps - 145b983b230b823b9949eeaef76b3c7fff4277d7 authored 11 months ago
sched: fix initial display of forever-buzzcount

github.com/espruino/BangleApps - 6aa0b8dbe777b92f4f824a8bd69a4b0a49c4b86c authored 11 months ago
multitimer: handle espruino-specific switch

github.com/espruino/BangleApps - 717d262f26e674dc5ba92f4cb351a1988edffb1c authored 11 months ago
multitimer: add setting for initial screen

This also updates multitimer.json to hold settings as well as stopwatches.

github.com/espruino/BangleApps - a51405967ca5442120c7dc36f53bf9c179c7fa67 authored 11 months ago
Merge pull request #3215 from thyttan/messagegui

messagegui: swipe up/down on msg goes to newer/older msg

github.com/espruino/BangleApps - 0211c896da5b9bfef4b88ccf4583319ea2f2a391 authored 11 months ago
Merge pull request #3223 from thyttan/swipeinv

swipeinv: add README

github.com/espruino/BangleApps - 23899c7edef31cca4bca201290ef7e1140980443 authored 11 months ago
Merge pull request #3222 from thyttan/autoreset

autoreset: bootloader app - universal timeout to clock face

github.com/espruino/BangleApps - efc52c832cb7f7d57efd387c70d07c8539e2c123 authored 11 months ago
messagegui: swipe up/down on msg goes to newer/older msg

messagegui: small refactor of swipeHandler

`if (ud!=0)` -> `if (ud>0) ... if (ud<0)`

github.com/espruino/BangleApps - 907ebd34f54179626db20b1da1cb2570838cc5b4 authored 11 months ago
Mave fast load docs clearer that we don't care so much that memory is back to where it was before, rather that it doesn't keep going up

fix https://github.com/espruino/Espruino/issues/2471

github.com/espruino/EspruinoDocs - f59f712df20c795bc9d2304b3eca881585e624b3 authored 11 months ago
swipeinv: add README

github.com/espruino/BangleApps - 0f40ab025e3243564aaed3558b322ea1cca1b43f authored 11 months ago
Merge pull request #3221 from bobrippling/fix/settings-load

settings: fix typo

github.com/espruino/BangleApps - 358996adf2d53cfa2c71a828e8477016340757fc authored 11 months ago
autoreset: bootloader app - universal timeout to clock face

github.com/espruino/BangleApps - 5240c4b1d307c7e39394a59585cb02487f1b9da0 authored 11 months ago
settings: fix typo

github.com/espruino/BangleApps - 1c28933dfd83091f2114d28da362a00b5ed4d1c8 authored 11 months ago
sched: add setting to buzz forever when alarm is fired

github.com/espruino/BangleApps - 40b718ed49a9ede706b8efa99ee26666dfe82dae authored 11 months ago
sched: update README based on latest settings

github.com/espruino/BangleApps - 44ebbe3a6d3174afa1eeadd08dc5ab7226258f48 authored 11 months ago
Merge pull request #3217 from nxdefiant/swipeinv

swipeinv: new app

github.com/espruino/BangleApps - d35ee5a1424e2f04b290ad33b91ad5faed490a61 authored 11 months ago
Merge pull request #3218 from signaleleven/linuxclock-date-bugfix

linuxclock - Bugfix Add 1 to month received from Date.getMonth (0..11)

github.com/espruino/BangleApps - c215570260b9eba7ac7126209c187addfcf2ff65 authored 11 months ago
Merge pull request #3209 from atjn/da_DK

Rename da_DA -> da_DK

github.com/espruino/BangleApps - acd7b835bbe3cc17078493db1573cdfc879db4d8 authored 11 months ago
rep: fix interface.html

github.com/espruino/BangleApps - 3a4504953b5bfa1812bd9ff03cf7822ac11f5a1e authored 11 months ago
linuxclock - Bugfix Add 1 to month received from Date.getMonth (0..11)

github.com/espruino/BangleApps - 2063cca87f8ec46fc1286fba29de2347166e7175 authored 11 months ago
Merge pull request #3212 from atjn/no-empty

Warn about empty blocks

github.com/espruino/BangleApps - 1f2179535a62c74da7f78978bab2eed5c8797190 authored 11 months ago
Added 'globalThis' var as it's the ECMAScript version of Node.js's 'global'

github.com/espruino/Espruino - 6be243d1c5f9350ee98acf92357c1dd79ad89703 authored 11 months ago
sanitycheck: avoid error after emitting changelog error

github.com/espruino/BangleApps - 07adead2ca7936462097ceed41bb4d8495af8324 authored 11 months ago
Merge branch 'add/fallout_clock'

And fixes to pass sanitycheck

github.com/espruino/BangleApps - d3aef9c7b45fe3d13397cae4bab9f7c308789248 authored 11 months ago
Merge pull request #3210 from shansou504/master

Binaryclk - add settings to hide unused squares and to show date

github.com/espruino/BangleApps - 8dd0df6b86825bb748db162a30fa427c1e161c1c authored 11 months ago
swipeinv: add icon

github.com/espruino/BangleApps - 64c0e844d0eeccc4529da9aad57933f133b7290c authored 11 months ago
swipeinv: new app

Inverts swipe direction globally or per app

github.com/espruino/BangleApps - 03bf02eb222aef10494c13c476258f2bb2b12cdd authored 11 months ago
Applied PR Changes

github.com/espruino/BangleApps - b80c4cd824e2c1e84a72d1917187755b5d48b2bc authored 11 months ago
Warn about unused variables

github.com/espruino/BangleApps - b7a7c59ff8111e0af8ffe0a553d457159fc9b78f authored 11 months ago
Warn about empty blocks

github.com/espruino/BangleApps - 241b6e20ce3caa1939056f7ef815156a7ffab7de authored 11 months ago
Merge pull request #3208 from atjn/http-server

Add http-server dependency

github.com/espruino/BangleApps - 43d7fba0ca2799dc5ee793a2f9953624c9e177e3 authored 11 months ago
Merge pull request #3203 from KTibow/patch-7

use a crisper svg logo

github.com/espruino/BangleApps - a7911db2550805f5991eb27e6221ebc6c88b87de authored 11 months ago
Merge pull request #3206 from Erovia/c25k

New app: C25k

github.com/espruino/BangleApps - 4281bf3ae07d2cb3b0b82efd10323e169f01bd7c authored 11 months ago
Merge pull request #3205 from wagnerf42/master

gipy: new release

github.com/espruino/BangleApps - 3f6dce1f2e5b4185f6bf18c7d74eca09bb818322 authored 11 months ago
Added settings to hide unused squares and show date

github.com/espruino/BangleApps - ca22b24590d6243a4a56aa7fcd01532461c520f3 authored 11 months ago
Rename da_DA -> da_DK

github.com/espruino/BangleApps - 1ec46375fb9550691413a9357177fc8bfd966e73 authored 11 months ago
Add http-server dependency

github.com/espruino/BangleApps - 07bc3952f535d3aacb08c7b8c0f4e91cb565d8d5 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 2621e53765d6bb9722a1b3e5c854c44984bd32ed authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 2dbec19f1e9819a5179b0f0830601568398df514 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - b5fc57f54498be35d3c62cee2621ef4d6b6ea342 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - d9ff6c4ecaa8afd9d1390484b3ffc053b73050b4 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 20d9f772653892a4fbf44222f2bb35f09f4294c9 authored 11 months ago
Update settings.js

github.com/espruino/BangleApps - 2a76bc638b1b8d4f291de82e065ac87a30adcabe authored 11 months ago
Add: Fallout Clock - fixed image

github.com/espruino/BangleApps - 0d44f1a43e2967aff11b68fa692a279d8488aeda authored 11 months ago
Add: Fallout Clock - fixed metadata

github.com/espruino/BangleApps - f9cb2b14e2fbf380df61a3f99d23156937e35c24 authored 11 months ago
Add: Fallout Clock

github.com/espruino/BangleApps - 884691d10c320c9a15163646cd9fa7521e73b861 authored 11 months ago
Add possibility of creating a custom exercise

github.com/espruino/BangleApps - 551a5db61158a3f6bdec51b54f663ca27c702538 authored 11 months ago
Update metadata.json

github.com/espruino/BangleApps - be897389287900f98f82d8db62b0a82a61ae391d authored 11 months ago
Create settings.js

github.com/espruino/BangleApps - e92165d357521ca430d0e0afc9d945a907aab314 authored 11 months ago
Delete apps/regattatimer/regattatimer.settings.js

github.com/espruino/BangleApps - a83af8166facc7a587558d806161d25920091a3e authored 11 months ago
Update metadata.json

github.com/espruino/BangleApps - 291bad8e35aa38dece4bef23f5b3aca98a07a245 authored 11 months ago
Delete apps/regattatimer/regattatimer.app.js

github.com/espruino/BangleApps - dcb7078b55e2a2c72a858f608d403f6a25b17f2c authored 11 months ago
Update metadata.json

github.com/espruino/BangleApps - 3b6c422d667cadf02078b16d48443401ea9bf9ed authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 33fc9f2669e9ce4967d0a46a5d8a7a00274a9e52 authored 11 months ago
Add files via upload

github.com/espruino/BangleApps - 39e524f6f45463575431d64b9b9208825bb21feb authored 11 months ago
there was a problem with the null terminator in the bangle watch

github.com/espruino/Espruino - 889258a09791fac3ecb837a497967b3e513c1f81 authored 11 months ago
added the defines to the platform file

github.com/espruino/Espruino - b0377889ed805bd53d77cc1f34380c1a027264ea authored 11 months ago
Tweak to change define name, add docs, and avoid having to re-escape the defines

github.com/espruino/Espruino - 5ee8eb21559ef01c3d84750d4c8a0955762f2b1f authored 11 months ago
now works with parentheses

github.com/espruino/Espruino - 4c36e5c1f43f26327bb112155007accbde8f879d authored 11 months ago
nRF52840: setScan({... phy:"both"}) now means coded+1mbps (ref #2465)

github.com/espruino/Espruino - c3f31b1210b91a835d458acbd3f7f4aef4b99965 authored 11 months ago
nRF52: Added window/interval arguments to NRF.setScan (default was 100ms) (ref #2465)

github.com/espruino/Espruino - 76d2b5793474571169c4d1caf64292c2cb35e569 authored 11 months ago
Merge pull request #3204 from bobrippling/fix/flightdash-settings

flightdash: drop unnecessary boolean formatter

github.com/espruino/BangleApps - c06296b1cd9bb9b7c061e2e8b2951b6553557947 authored 11 months ago
flightdash: drop unnecessary boolean formatter

github.com/espruino/BangleApps - ce85145cf63ccf836e7a63138e77062295155fa3 authored 11 months ago
use a crisper svg logo

github.com/espruino/BangleApps - 02d7af99a65e4aa6a5c3610ccc767f381275ceb1 authored 11 months ago
Add option to pause/resume workout (Bangle.js 1 only)

github.com/espruino/BangleApps - 42389fd9b41bf28fc717964db9abd7696e03aaf5 authored 11 months ago