FUJI Goro

Results 57 issues of FUJI Goro

[SQLite Query Language: CREATE VIRTUAL TABLE](https://www.sqlite.org/lang_createvtab.html)

enhancement

with RxJava `Subject` interface?

enhancement

[SQLite Query Language: CREATE TRIGGER](https://www.sqlite.org/lang_createtrigger.html)

enhancement

It sometimes renders an empty string with status 200, or sometimes just raises 404. The app below reproduces the former, though. The demo is based on Rails5 but I have...

`index.d.ts` declares `buffer` is `Uint8Array`, but in fact it can be `Array` or any kind of array-like object (`ArrayLike` in TypeScript), so I've tweaked those declarations in `index.d.ts` and add...

For examplei `query init --theme=rails --lang=ja`

## Patten `!field(_, _, null: _, ...)` This is a useless pattern because of just my mistake, but it causes NoMethoderror and I think it is a bug in querly....

I have troubles with GitHub SSO. When the access token is authorized for some (but not all) SSO-enabled orgs, the GraphQL API returns both `data` and `errors`. The `error` field...

https://github.com/Microsoft/vscode-tslint/issues/70 @egamma said: > I'm closing this issue, the right way to support this feature request is the tslint-language-server plugin. For now, tslint-langauge-service does not support `--type-check`, so I've opened...

It is messy to modify a `Uri` instance with `Uri::Builder`. For example, if one wants to modify `path_and_query`, they should do something like this: ```rust let uri: &Uri = req.uri();...