Gant Laborde
Gant Laborde
Should bring in newclear https://github.com/GantMan/mobile-commander/blob/master/bin/newclear.sh @kevinvangelder - you should write this, and include the command to detect windows build folders and delete those as well. Since that recently bit you...
Great existing table templates, but one key item that's missing is the Markdown table. ```markdown | 0A | 0B | 0C | |----|----|----| | 1A | 1B | 1C |...
I think it would be awesome, if you tied this in with the reddit gem as an option to automatically upload and share. You should at least grab http://www.reddit.com/r/lolcommits for...
Just used this to build a Windows plugin https://github.com/GantMan/WinGif Here's some notes: * there should be a `.gitignore` that at least has a `node_modules/` entry. * Probably update RNWin from...
Perhaps add local storage flag that will save the model to the browser localstorage. Then you can check if there's a cached localstored model before loading from URL? I imagine...
Currently, we have two models. The more accurate one that has type 2 errors, and the slightly less accurate one that has far more type 1 errors We can combine...
Much like the discussion over in #38 There's been a request to run on every frame in a video. It's possible to do in JS like so: https://jsfiddle.net/bmartel/3h98gsvk/11/ Maybe a...
RE: nswfjs.com - Looks like video might have broke and no tests caught it. Code: https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo Fix, and fix tests.
We'll be using NSFWJS in a React Native app, so we'll need the appropriate icons. iOS: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/ Android: https://developer.android.com/studio/write/image-asset-studio
Enable the ability to ask if we should preload weights/start from original model etc. This would be much nicer. Use some good UI stuff like https://github.com/Mckinsey666/bullet