-
Brackets uses [RequireJS's i18n localization](https://github.com/adobe/brackets/wiki/Localization). The choice about which locale to use is done in `src/main.js` [here](https://github.com/humphd/brac…
-
```
im suspecting the moxes, tho not too sure. crashes on turn one as ai plays his
very first card.
#NAME:Kill by Numbers
#DESC:They just keep multiplying.
Gelatinous Genesis (*) *2
Bramble Elemen…
-
I often see Time To First Byte (TTFB, https://developer.chrome.com/devtools/docs/network#resource-network-timing) times from bramble.mofostaging.net and thimble-beta.webmaker.org in the 30s range. It…
-
We're very close (within a week) to having the MVP version of thimble-beta ready for production, and we'll need it deployed to allow @hannahkane to create starter content.
**Publish.wm.o:**
- A prod…
sedge updated
9 years ago
-
I'm sure you've seen [Mozilla's makedrive](https://github.com/mozilla/makedrive) it'd be incredibly awesome if `cloudcmd` could either support `makedrive` or some offline editing functionality.
In Ma…
-
This is planned for the first day of the heartbeat (Monday)
Tasks include:
- [x] Push to thimble.mozilla.org (planned for ~12pm ET) - @jbuck
- [x] Announce at All Hands call (@hannahkane, w/ suppor…
-
Hi all!
We need some help figuring out why there's a delay between us deploying to `bramble-staging.herokuapp.com` and being able to see the changes on `bramble.mofostaging.net`.
We can confirm th…
sedge updated
9 years ago
-
http://www.andreaforte.net/ParkICER2013.pdf is an interesting read, and it makes me wonder if there is anything we could learn from it and/or implement in Bramble to help those learning web dev.
-
A request I've gotten from a few people is to allow starting the app with arbitrary content, which might be a single HTML file, or a bunch of HTML, CSS, JS files. You can already do this with sites l…
-
```
var fs = Bramble.getFileSystem()
undefined
var sh = new fs.Shell()
undefined
fs.readdir("/", function(err, entries) { console.log(err, entries); });
undefined
VM2193:2 null ["7", ".anonymous"]
fs.…