-
Hello, this is a reminder that we were discussing SCAMP integration with your project.
Scamps project url:
http://store.raspberrypi.org/projects/scamp
-
Suggestion:
1. All participant led sessions will be the same length, with strict timing as we practiced at the last full TH.
2. We'll open with a session led by Helen, and some warm up stuff as always…
Stray updated
10 years ago
-
As discussed at length here:
http://groups.google.com/group/amplesdk/browse_thread/thread/2175c0fe52f1a201
Although, the discussion seems to have wandered off the main point: MAXWIDTH fails to have a…
-
It took me some time to figure out that VM's DSL doesnt export react components as `default`. And thus you have to use curly braces when `importing` your components.
It would be nice to have a mentio…
-
Hello guys! Thank you for your work!
I have a question, does your library support the double-sided representation of the Single Elimination Bracket?
Or maybe you could let me know how I can custom…
-
As titled, this is causing the build process to fail on some machines.
This happens because https://github.com/nodegit/nodegit/blob/master/lifecycleScripts/checkPrepared.js only checks for vendor/ an…
-
For this to be a truly international checklist, you might need to rethink the recommendation of CC0. It might not be a legal licence in Australia:
http://www.ausgoal.gov.au/research-data-faqs#Q4
-
Currently, I have multiple places in my codebase where I end up doing `Ok(try!(myres))` in order to get the error type to convert cleanly. It would be nice to have something like:
``` rust
impl From …
-
(imported from https://github.com/KnightOS/KnightOS/issues/136)
The following software is either distributed under an open source license, or we've been explicitly granted permission to port it to Kn…
-
Node.js now supports [ES Modules](https://nodejs.org/api/esm.html). We should support it by exporting both CommonJS and ES modules as outlined in [this article](https://2ality.com/2019/10/hybrid-npm-p…