Jamon Holmgren
Jamon Holmgren
1. Create a new dynamic page 2. Edit that page's path 3. There will now be two of those pages, one at each path Possible solutions: 1. Make "moving" or...
Thesis-Phoenix needs work on its test suite. - [ ] Thesis.EctoStore - [ ] ThesisEditor js
It's been [over two years] since the 3.0.0-beta of Reactotron was released! This PR brings in all the work that @rmevans9 did to update Reactotron, simplify and modernize the code...
There are still a few places where we're using `context` instead of `toolbox`. (ref #350). Rename those to `toolbox` for consistency. Good first PR for someone!
Need to add https://github.com/snowfrogdev/Vts to the README.
Per #451, for TypeScript generated CLIs, I'd like to add a `./src/types.ts` file that you export your public-facing types from, plus these: tsconfig.json: ```json "compilerOptions": { "declaration": true, "declarationDir": "build/types",...
By adding [Rollup](https://rollupjs.org/) to our generated CLIs, it would allow us to tree-shake and bundle only the code that is used into one (smaller) shipped bundle.
Our GluegunToolbox (aka GluegunRunContext) has many optional properties that hold extensions. ```typescript export interface GluegunToolbox { // known extensions filesystem?: GluegunFilesystem http?: GluegunHttp meta?: GluegunMeta patching?: GluegunPatching print?: GluegunPrint prompt?:...
Hey there! Thanks for your hard work on this package. I've started work [extracting the built-in WebView](github.com/react-native-community/discussions-and-proposals/pull/3) into [its own package](https://github.com/react-native-community/react-native-webview). This package supports WKWebView (based on [Facebook's internal work](https://facebook.github.io/react-native/blog/2018/08/27/wkwebview)),...
The README currently doesn't have any screenshots. Add an animated GIF and some screenshots of the app to the README.