田舍汉

Results 29 issues of 田舍汉

Sorry, I could not think of a more meaningful title right now. The case I talked about is: Normally, in Haskell world, action requires finalizer or safe guard would be...

I think C2HS tends to ease the process of writing of FFI. And it provides a **^** in fun so I do not need to care about the naming. This...

`{#default out ``Context' [t *] outContext*#}` I got "Something went wrong." `{#default out ``Context' outContext*#}` I got "The phrase `out' is not allowed here." ``` $ ~/.stack/snapshots/x86_64-linux-tinfo6/lts-12.22/8.4.4/bin/c2hs --version C->Haskell Compiler,...

Many types have builtin marshallers, like Int, Double. But if I had `type X = Double`, then I had to give explicit marshaller when using X. Is it possible to...

I have two pointers defined in exactly the same way. And two modules contains `fun` definitions for each pointer. One of them built well. The other complains on unknown type...

When I typed "()" in VSCode, I got hint of "Lambda expression snippet (Haskelly)" and expanded. Even it was in "return ()" context.

I am having a few kube2iam 0.10.0 containers running, and they all have been restarted due to exit code 2. While I am troubleshooting, I'd like to know what does...

I have 5 pods of kube2iam running. Two of them crash frequently, like once 2 or 3 days. I turned on the verbose output, and see this error before crashing....

`MsgTransfer` impl-s `MessageExt`, the function `from_any` of which requires impl of `TypeUrl`. Not sure if this is on purpose, right now with 0.14.0, I cannot do `MsgTransfer::from_any`.