I hereby claim:
- I am jcxia43 on github.
- I am jcxia (https://keybase.io/jcxia) on keybase.
- I have a public key whose fingerprint is 3670 A92C 259D 92F4 DFF5 5227 06DD 5BDA 6ECD F1B9
To claim this, I am signing this object:
| // DON'T FORGET TO IMPORT proxy.conf TOO | |
| [General] | |
| loglevel = notify | |
| skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12,127.0.0.0/24 | |
| bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12,127.0.0.0/24 | |
| // DNS OVERRIDE, REMOVE # IF YOU NEED | |
| # dns-server = 223.6.6.6,223.5.5.5,114.114.114.114,114.114.115.115 |
| #!/usr/bin/env ruby | |
| repo = `git remote show origin -n | grep h.URL | sed 's/.*://;s/.git$//'`.strip | |
| branch = `git rev-parse --abbrev-ref HEAD` | |
| `open https://www.github.com/#{repo}/compare/#{ARGV[0]}...#{branch}` |
I hereby claim:
To claim this, I am signing this object:
| // OpenAI function call guide: https://platform.openai.com/docs/guides/gpt/function-calling | |
| // JSON Schema reference: https://json-schema.org/understanding-json-schema/ | |
| monaco.languages.json.jsonDefaults.setDiagnosticsOptions({ | |
| validate: true, | |
| schemas: [ | |
| { | |
| uri: "http://myserver/foo-schema.json", | |
| fileMatch: ["*"], | |
| schema: { |