Aki Hideaki Kawai

Results 15 issues of Aki Hideaki Kawai

As seen in other languages, run `*-trim-indent` when getting out of insert mode.

Support plain timestamp type (timestamp without timezone) which is mapped to oid of 1114. Currently it has `timestampType` and is mapped to `oid 1184` as: https://github.com/valderman/selda/blob/33f76cf7f21f73c82365aaf959ec69195d1bcd89/selda-postgresql/src/Database/Selda/PostgreSQL/Encoding.hs#L30-L47 Plain timestamp type is...

I got hit by the problem which is reported on https://gitlab.haskell.org/ghc/ghc/issues/16620 and failed to bootstrap. When cloning this repository and running the following command: ```console % nix build "(with import...

preserved

With a new stack project, this code works fine with halive. Lib.hs ```haskell {-# LANGUAGE TupleSections #-} module Lib ( someFunc ) where someFunc :: IO () someFunc = print...

- [x] ファイルを開く - [x] エンコーディングを指定してファイルを開く - [x] ファイルを行単位で処理する - [x] ファイルの内容を読み込む - [x] 新しいファイルを作成する - [ ] ファイルの最後にデータを追加する - [ ] バッファリングしないで読み書きする - [ ] ファイルの行数を数える - [ ]...

initial contents

- [x] リストを作成する - [ ] ~~リストの全要素を順に処理する~~ - [x] リストの内容を表示する - [x] 多次元リストを扱う - [x] 複数のリストを並行処理する - [x] リストの要素を取得する - [x] リストの要素を変更する - [x] リストの要素を削除する - [x] リストの先頭・末尾に要素を追加する - [x]...

initial contents

- [ ] 数値をフォーマットする - [ ] ビット演算を行う - [x] 2進、8進、10進、16進の各表現を相互に変換する - [x] 数値を3桁ずつカンマで区切る - [x] 最小値・最大値を求める - [x] 数値の総和を求める - [x] 絶対値を求める - [x] 割り算の余りを求める - [x] べき乗を求める -...

initial contents

- [x] 現在の日時を取得する - [x] 今日の日付をISO8601形式で表示する - [ ] 任意の時刻の時刻オブジェクトを取得する - [ ] 時差を扱う - [ ] 日時から月や曜日を取り出す - [ ] 日時とエポック秒を相互に変換する - [x] 2つの日時の差を求める - [ ] 文字列を日時に変換する -...

initial contents

- [ ] 文字コードを推測する - [ ] 文字列を反復する - [ ] 文字列の長さを得る - [ ] 文字列を検索する - [ ] 正規表現が文字列の先頭・末尾にマッチするか調べる - [ ] 単語にマッチさせる - [ ] 特定の文字コードで正規表現マッチを行う - [...

initial contents

こちらは大項目のリストです。 大項目ごとに別途リストが分かれていますので、イシューのリンクを辿って参照してください。 - [ ] #2 文字列 - [ ] #3 コレクション - [ ] #4 数値 - [ ] #5 ファイルとディレクトリ - [ ] #6 入出力 - [ ]...

initial contents