I hereby claim:
- I am wkirby on github.
- I am wkirby (https://keybase.io/wkirby) on keybase.
- I have a public key ASDjR-4wKbsAr01dqddXw3S5Lq6RPAiDpwItdxsGHJEvNwo
To claim this, I am signing this object:
| import { StrictMode } from "react"; | |
| import { createRoot, Root } from "react-dom/client"; | |
| type AppDefinition = { name: string; component: React.ElementType }; | |
| const APP_FILENAME_REGEX = /^(?:.*?(?:apps)\/|\.?\.\/)?(.+)(\..+?)$/; | |
| const identifierForGlobKey = (key: string): string | undefined => { | |
| const logicalName = (key.match(APP_FILENAME_REGEX) || [])[1]; | |
| if (logicalName) return logicalName; | |
| }; |
| gem 'devise' | |
| gem 'devise-security' |
| {"version":1,"resource":"file:///Users/wyatt/Dev/apsis/ream/client/src/components/reviews/EditReviewDescriptionForm.tsx","entries":[{"id":"SpFV.tsx","source":"undoRedo.source","timestamp":1688738061104},{"id":"ACpr.tsx","source":"Workspace Edit","timestamp":1688738286012},{"id":"rSxy.tsx","source":"Workspace Edit","timestamp":1688738425030}]} |
| # Node | |
| nodesize() { | |
| find . -name "node_modules" -type d -prune -print | xargs du -chs | |
| } | |
| nodenuke() { | |
| echo "This command will recursively delete node_modules from your current directory." | |
| echo "Continue (y/n)?" | |
| read CONT |
| # Optionally extend the ActiveRecord model to | |
| # allow you to take an ActiveRecord instance and call | |
| # `#presenter` on it to get an automatically-bound | |
| # presenter. | |
| # | |
| # The downside to this is that it will use a separate | |
| # instance of the presenter for each instance of | |
| # a model, instead of sharing a single presenter | |
| # that gets re-bound to each instance of a model. |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /* | |
| Plugin Name: Apsis Template Render | |
| Plugin URL: http://apsis.io/ | |
| Description: Better component rendering for Wordpress Themes | |
| Version: 1.0.0 | |
| Author: Apsis Labs | |
| Author URI: http://apsis.io/ | |
| */ |