Finn Pauls
Finn Pauls
Hey, I created a module called [workshopper-browser-guide](https://github.com/finnp/workshopper-browser-guide) for creating git-it-style html guides from the exercises. This PR adds this module and a few scripts for creating the html versions as...
This is an idea I had recently. Since `npm install` as well as `yarn` update their lockfiles when the `package.json` doesn't match the lockfile it could actually be enough to...
I tried to use workshopper-adventure instead of adventure and was running into an issue. The verify was always failing, because there is a weird check that verify needs to pass,...
This PR adds the possibility to overwrite the English default Strings as requested in #6. The developer can pass an `i18n` object as an option mapping langage keys to alternative...
Currently we have `learnyoureact` and [thinking-in-react](https://github.com/asbjornenge/thinking-in-react) on the nodeschool homepage. This lead to some confusion: https://github.com/nodeschool/discussions/issues/2256 It seems to me this one is more beginner-friendly. What do you think? We...
Hyper link assets are rendered like this by default in the react renderer:  They should be rendered as shown in the rich text editor, as links.
Hey :) I have a few problems with the _Expected Behavior_ section. I feel like the last bullet point is the only part I would mention here and remove the...
Hey ☺️ I met @vanessayuenn at jsconf this year (who works on the @electron team) and we thought that it would be cool to organize an electron workshop in berlin...
**Is your feature request related to a problem? Please describe.** I'm interested to see toots that are popular within my network. I don't really want to see all tweets on...
**Describe the bug** It did not rename the module name in AppDelegate.mm **To Reproduce** ```objectivec #import "AppDelegate.h" #import @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"aiflashcards"; //...