MURAOKA Taro

Results 58 issues of MURAOKA Taro

bug
enhancement

enhancement

- [x] ~~test suites~~ フレームワークと一番単純なテストはできた - [x] ~~profiling method~~ 単純なプロファイルは取れるようになった - [x] UTF-8 based - [ ] API cleanup (calling convension or so) - [ ] Data structure (trie or...

enhancement

After modernize (#11), we will release it as 2.0

This PR eases writing and using custom validation rules. It includes two changes: 1. make `graphql.Do()` be able to change validation rules by adding `ValidationRule` field to `graphql.Params` and use...

enhancement

### Discussed in https://github.com/dragonflydb/dragonfly/discussions/212 Originally posted by **koron** July 20, 2022 Are there any plans to support the [BITMAP commands group](https://redis.io/commands/?group=bitmap)? ### Summary I want to use [`BITFIELD` command](https://redis.io/commands/bitfield/) for...

enhancement

When execute `swagger generate support` on the environment without Go and its runtime source, it will be failed with this messages. ``` 2022/05/16 15:47:25 source formatting failed on template-generated source...

Vim.Python はその構造上おおきくわけて、Vimが - Python 2 にしか対応していない時 - Pytohn 3 にしか対応していない時 - 両方に対応している時 - if_python にまったく対応していない時 でコードとテストそれぞれが分かれています。 しかしCIで実行されるテストはこの3つを網羅していません。 どれか1つのCIで全部をサポートするのは困難でしょうから、組み合わせで対処すると良いでしょう。

py2exe などで加工された python3x.dll が path 上にあると、 Pythonの必須モジュールが読み込めないために初期化に失敗し、 Python側で `exit()` を呼ばれてVimが終了してしまう。 #594 からの継続で、向こうでは2.xについて対応した。 これは Python 2.7/3.2 からの仕様で > 必須モジュールが読み込めなかったら `exit()` したほうが便利じゃね? という残念な提案が通ったことによる。 基本的には [2.7 用のパッチ](https://gist.github.com/koron/aa53ddf11510e9d8942d/52662223b31cd5f27fb8362dd1c8b6ed96b372e4) をポートすれば良いのだが、 以下の2点に注意する必要がありそう。 - 必須モジュールが増えており、2.x だけでは対応しきれない可能性がある -...

kind/bug