Philip Xu

Results 10 issues of Philip Xu

All examples failed to compile with: - opam 2.1.2 with ocaml 4.14.0 - gcc (Gentoo 11.2.1_p20220115 p4) 11.2.1 20220115 - esy 0.6.12-dev ``` gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement...

It's a good practice to check referrer header as well. Will add that if I have time.

enhancement

I just saw this https://github.com/hylang/vim-hy/issues/17, but I decided to open the issue here for the sake of visibility. Am I the only one using vim to write Hy? My stack,...

好久不見,決定做輪子啦。 我剛剛看了一下現在的 code base,覺得好多地方可以更好,包括風格,架構,減少重複代碼,更 pythonic 等,有時間我可以一個個 pull request 來。 在此之前,我決定將上次弄的半成品(我發過截圖那個)放出來,或許你可以參考一下。 純 python 和 hy 的 port 都放。 i18n 和 log 可以很簡單寫好 production-ready 的代碼,大概幾十行內就行,但我不確定什麼時候有時間準備 pull request, 另外一些設計決定,如果你有興趣的話我們可以再深入討論一下。

Close #73 . Proof of concept. **No ready to be merged right now** - [x] use 'extras_require' for optional dependencies in setup.py - [ ] CI might fail, 'uvloop' and...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug As mentioned in the the book [Python Web Developmentwith Sanic](https://sanicbook.com/),...

bug

Besides the pull request I just created (#2), I can also help you to setup the project structure and installation script: - `setup.py` and friends - dependencies handling, I think...

I have an idea in how to implement this markup language based on my limited understanding of the purpose and structure of it as of right now. How about instead...

I am working on a project and found out that [Caqti](https://ocaml.org/p/caqti/latest/doc/Caqti_type/index.html) on opam is 2.1.1 with different API. Thanks.

As inspired by @gilch in discussion here: https://github.com/hylang/hy/pull/1179 The macro: ```hy (defmacro/g! time-it [expr &optional setup round] `((fn [] (do (import [timeit [timeit :as ~g!timeit]]) ~(when setup setup) (defn testee...

feature