haskell-jp / general #14
Previous
Top
Next
fumi
2019-01-08 03:24:50 +0900
@fumi has joined the channel
shugo
2019-01-08 12:07:51 +0900
@shugo has joined the channel
Kazufumi_Suzuki
2019-01-08 19:13:13 +0900
@Kazufumi_Suzuki has joined the channel
koyama41
2019-01-09 09:10:43 +0900
@koyama41 has joined the channel
2019-01-09 14:52:54 +0900
@ has joined the channel
GrimssonG
2019-01-09 17:21:05 +0900
昔の話ですが,職場のOSがWin10になり,新しいGHCが使えるようになったのでAttoparsec.Text.Lazyで実装したら3分の1ほどのメモリ消費になりました.
2019-01-10 11:29:43 +0900
@ has joined the channel
kazy
2019-01-10 20:18:13 +0900
@kazy has joined the channel
Slackbot
2019-01-14 10:00:07 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2019-01-15 13:14:57 +0900
@ has joined the channel
Lizyc-jp
2019-01-15 15:58:16 +0900
@Lizyc-jp has joined the channel
2019-01-16 18:43:38 +0900
@ has joined the channel
kilo
2019-01-16 22:11:16 +0900
@kilo has joined the channel
GrimssonG
2019-01-17 14:39:02 +0900
質問させていただきます. TemplateHaskell で以下のコードでコンパイル時に文字列を埋め込んでいます. UTF-8のcsvファイルの数値等は問題なく読み込めるのですが,日本語を埋め込む際に何故か先頭に「・」(中点)が入り込み困っています. この現象の原因に心当たりがありましたらご教示下さい. 環境は Win10 Docker for Windows 上のCent OS 7, GHC 8.6.3 です.
kakkun61
2019-01-17 15:01:30 +0900
本題じゃないですが、
lift t + [|TL.pack $(lift $TL.unpack t) |]
の
+
は
=
のまちがいですかね?
GrimssonG
2019-01-17 15:03:41 +0900
はい,間違いです. ご指摘ありがとうございます.
GrimssonG
2019-01-17 15:04:13 +0900
修正させていただきました.
GrimssonG
2019-01-17 15:25:05 +0900
大変申し訳ありませんが,自己解決しました.
エディタの関係でBOMの\65279が記述されており,TemplateHaskellがそれを書き込んでいたようです.
篠川
2019-01-18 00:01:44 +0900
@篠川 has joined the channel
Slackbot
2019-01-21 10:00:22 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
sirkerf
2019-01-24 15:21:10 +0900
@sirkerf has joined the channel
2019-01-25 08:14:14 +0900
@ has joined the channel
apo
2019-01-25 11:31:28 +0900
@apo has joined the channel
2019-01-26 01:30:44 +0900
@ has joined the channel
2019-01-26 13:57:59 +0900
@ has joined the channel
tiquer
2019-01-26 14:04:06 +0900
@tiquer has joined the channel
えび (ebi_chan)
2019-01-26 15:00:09 +0900
@えび (ebi_chan) has joined the channel
Slackbot
2019-01-28 10:00:21 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
rusconn
2019-01-28 17:37:50 +0900
@rusconn has joined the channel
tech_machii
2019-01-29 16:02:31 +0900
@tech_machii has joined the channel
Koyanagi S
2019-01-31 13:47:55 +0900
@Koyanagi S has joined the channel
heyclor
2019-02-01 15:20:44 +0900
@heyclor has joined the channel
Slackbot
2019-02-04 10:00:09 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2019-02-05 11:31:06 +0900
@ has joined the channel
白椿
2019-02-06 06:22:09 +0900
@白椿 has joined the channel
2019-02-06 11:57:02 +0900
@ has joined the channel
yantene
2019-02-06 19:03:03 +0900
@yantene has joined the channel
shinichir0
2019-02-08 01:25:05 +0900
@shinichir0 has joined the channel
keisuke.i
2019-02-08 21:38:36 +0900
@keisuke.i has joined the channel
Slackbot
2019-02-11 10:00:10 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
tribal_tech
2019-02-17 13:42:47 +0900
@tribal_tech has joined the channel
2019-02-17 14:39:21 +0900
@ has joined the channel
2019-02-17 15:18:19 +0900
@ has joined the channel
2019-02-17 16:20:56 +0900
@ has joined the channel
Slackbot
2019-02-18 10:00:09 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2019-02-18 17:38:28 +0900
@ has joined the channel
GrimssonG
2019-02-20 15:32:38 +0900
質問させていただきます
haddock のGrid Table で日本語を使いたいのですが,方法はありますか?
英数は問題なく作成されるのですが,日本語を入れると崩れます.
Haddockの versionは 2.22.0 です.
igrep
2019-02-20 15:40:10 +0900
崩れる、というのはどういう状態でしょうか?
文字化けする?それともテーブルのレイアウトがおかしい?
(言語化するのが面倒なら入力したソースとhaddockが出したHTMLのスクショでもいいです)
あと、そもそもほかの箇所で日本語が使えるかも気になります。
どちらにしても、おそらくバグとして報告しないとダメな問題ではないかと思います...
仮にワークアラウンドがあったとしても、所詮ワークアラウンドですし。
GrimssonG
2019-02-20 15:47:14 +0900
以下の例(部分ですみません)をstack haddockしたものが,画像になります.
-- | test
--
-- +----+----+
-- | a | b |
-- +====+====+
-- | a |
-- +---------+
-- | b |
-- +---------+
-- | test
--
-- +----+----+
-- | あ | い |
-- +====+====+
-- | あ |
-- +---------+
-- | い |
-- +---------+
GrimssonG
2019-02-20 15:47:51 +0900
日本語自体の表示はされますが,Grid Tableが作成されません.
Previous
Top
Next