王世达

Results 21 comments of 王世达

Thanks for the reply. So tradition req in getopt is not mapped to a thing here?

Similar issue, not sure root cause is the same. Latest source from github. Font size in css is 15pt, barHeight in taffybar.hs is 24. I have two screen attached, so...

@IvanMalison, Yes, I understand pt != px. But I do not think that is the reason enlarging the bar. From what I see, the strings only take half of the...

@IvanMalison Thanks. Finally I got time to confirm the issue is in the default .css. Some padding-s.

I think there should be a high level design on this. Not that the provider or plugin-sdk that decides or provides options for user on certain attributes to be sensitive....

Sorry, I may not make myself clear. By using `Internal`, I meant to put the ccall-s in that, not C2HS wrappers. So the "normal" module would be clean that only...

I am thinking exporting all. If I need to write individual function names, it seems no difference than current manual way.

`t` is defined in header as `typedef struct _cairo cairo_t;`, I have `cairo` prefix. `Context` is defined as ``` {#pointer *t as Context foreign finalizer destroy newtype#} outContext :: Ptr...

I have the same question. I thought the finalizer would be used in default out marshaller. But it is just `newForeignPtr_`. Unless GHC would call the finalizer itself, I think...

I also got another issue that `Foreign.Marshal` is not imported when I need `with` and `alloca`. And `Foreign.Storable` when I need `peek`.