xiao

Results 13 issues of xiao

Everything was working well until I recompiled HIE with commit hash [22c69c620b2707119194bb33c4ae15427e46f0a2](https://github.com/haskell/haskell-ide-engine/tree/22c69c620b2707119194bb33c4ae15427e46f0a2). When I try editing a test file, vscode keeps complaining the following: ``` Fail on initialisation for "/Users/xiao/haskell/mal2/test/NumberSpec.hs"....

type: bug
can-workaround
status: blocked upstream
component: cabal-helper

As noted in [llvm document](http://llvm.org/docs/LangRef.html#alloca-instruction), the return value of `alloca` should be a pointer. However, in the process of [generating the IR of a `Function`](https://github.com/sdiehl/kaleidoscope/blob/682bdafe6d8f90caca4cdd0adb30bd3ebd9eff7b/src/chapter3/Emit.hs#L34), it is used with type...

``` > type List a = | Cons a (List a) | Nil :Line: 1, Column: 38: Unexpected token: CloseBlock Expected one of (, [, \\\\, block open, byte literal,...

enhancement
typecheck
repl

One shall expect the compiled libraries to be placed in installed path (one could also put soft links if he/she needs to 'share' it) , since otherwise python will complain...

I think the laziness of Haskell is just like the computation graph in TensorFlow, and this feature is used in parallel package of Haskell. Will you try adding something like...

The compiling process on OS X is weird due to Apple's change on tool chains(see [here](https://github.com/andlabs/libui/issues/422)), so I add a cmake file to help compile it. ```shell $ cmake ....

I added the pin names to the binary information in case someone downloaded the firmware ten years ago and forget which pins to use.

公司业务需要UnionID来做,只能通过session_key,iv和encryptedData来解密,最佳实践是什么? 目前的问题是如果自己写封装,会造成前端团队的代码“不可维护”,所以现在选择使用这个库,但是因为缺少UnionID,反而是后端要在每次调用登录的时候根据AppID和OpenID来换UnionID,还需要额外的接口来做绑定AppID OpenID和UnionID,以及要在小程序的状态维护里多考虑一个UnionID的。能否考虑提供一个用getUserInfo来获取iv和encryptedData发到后端直接拿到UnionID的接口?

[Cython](http://cython.org) is a third-party tool to make Python extensions (filenames of whose code file usually end with .pxd or .pyx). Would you consider to add it?

enhancement

I met a pdf with PKCS protection which I had to decrypt it with a pfx cert. I hope you could add a feature to decode it.