I hereby claim:
- I am mtth on github.
- I am mtth (https://keybase.io/mtth) on keybase.
- I have a public key whose fingerprint is 5E58 F75A 5DA4 4C4B CD67 13A0 7800 266D A107 476A
To claim this, I am signing this object:
/** The most minimal module possible. */ | |
'use strict'; | |
module.exports = require('@avro/types'); |
/* jshint esversion: 6, node: true */ | |
'use strict'; | |
/** Sample code using the promisified service API. */ | |
const avro = require('avsc'); | |
const promisify = require('./promisify'); // See file below. | |
// A sample service with a single message. Note that this message's error type |
" Syntax file for Avro IDL files. | |
if exists('b:current_syntax') | |
finish | |
endif | |
syn case match | |
" Delegate to JSON syntax highlighting for defaults. | |
syn include @json syntax/json.vim |
#!/usr/bin/env python | |
# encoding: utf-8 | |
"""Rest.li encode: a simpler way to encode Rest.Li query parameters. | |
Usage: | |
restli-encode.py [JSON] | |
Arguments: | |
JSON JSON string. Will read stdin if unspecified. |
I hereby claim:
To claim this, I am signing this object:
{ | |
"protocol": "Mail", | |
"namespace": "example.proto", | |
"doc": "From https://github.com/phunt/avro-rpc-quickstart/blob/master/src/main/avro/mail.avpr", | |
"types": [ | |
{ | |
"name": "Message", | |
"type": "record", | |
"fields": [ | |
{ |
An Avro schema to describe Avro schemas.
Sample custom error hook usages for type.isValid
.
Sample type hook implementations for avro.parse
.
Sample Avro LogicalType
implementations.