-
The gabs library changed the function return for `Children()` and `ChildrenMap()` as of version 2.0.0
`# github.com/EquityZen/go/vendor/github.com/jefferai/jsonx
../../vendor/github.com/jefferai/j…
-
We have several dependencies in go.mod that we don't directly use in our code, and these should be cleaned up if possible. In particular:
- Do we need `gopkg.in/yaml.v1`?
- Are there any `hashicorp` …
-
My jsonx looks something like this...
```
const config = {
component: "Card",
children: [
{
component: "CardHeader",
props: {
title: "Test Header"
}
}…
-
I just cloned this repo. I'm on master branch.
I'm pretty new to Go and packer.
```
$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working…
-
Thanks your work on this, I've found it much easier to use than other AoG/DialogFlow libraries despite being in early beta.
With the latest update (removing builders), there's a problem with callb…
-
We are getting following error after upgrading ASM version to 7.0 from 5.x . The GWT version is 2.7
[java] Compilation completed in 7.42 seconds
[java] [ERROR] Unexpected internal compi…
-
json.stringify()/parse() speed is dependent on input complexity. jsonx is the same, but as usercode is slower.
however as we hold the source, we can promiseify and defer execution
consider doin…
-
**Motivation**
I am planning to use `graphql-compose` to enhance `type-graphql` generated schema.
```
import { SchemaComposer } from 'graphql-compose';
import { buildSchema } from 'type-graphq…
-
**TypeScript Version:** typescript@3.3.0-dev.20190118
**Search Terms:**
- quick fix
- code action
- lib.d.ts
**Code**
For the code:
```ts
async function a() {
const response …
mjbvz updated
5 years ago
-
Should be derived from `aiohttp.web.Response`.
Constructor signature is:
`def __init__(self, data, *, status=200, reason=None, headers=None)`
Should pack `data` arg as `json.dumps()` and set content…