View AsyncProvider.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint vue/no-setup-props-destructure: 0 */ | |
import { defineComponent, createVNode as h, ref, provide } from "vue" | |
const createInnerProvider = <T> () => { | |
return defineComponent({ | |
props: { | |
toProvide: { | |
type: Object as () => T | |
}, |
View jar_merger.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash/ | |
#Based on http://sureshatt.blogspot.com/2012/03/unzip-all-jars-at-once.html | |
#Command line args are ($1) the directory to pull jars from and ($2) | |
mkdir unzippedjarfilesthatwillbemerged; | |
x=0; | |
ls -1 $1/*.jar > filelist | |
for filename in `cat filelist` | |
do |
View gist:3bc89a515b67b72f9f60834009850e88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am tylermercer on github. | |
* I am tylermercer (https://keybase.io/tylermercer) on keybase. | |
* I have a public key ASBfh8djhhBZhJZ73MQnyIBIdpz8sGR6p2Vs8wVJvMHmRQo | |
To claim this, I am signing this object: |