Ivan Tham

Results 134 issues of Ivan Tham

I believe it's been a year since we last release. We probably want to do a release.

Why not use non zero integer types with option? I saw this project in an article.

Hi, I doesn't know what does these `lua` means but I think I can replace it with something else which is shorter and reduce the dependencies. ``` bash set_config_var() {...

![image](https://user-images.githubusercontent.com/4687791/103482824-f8325b80-4e1d-11eb-8fde-acd3cda90dba.png) https://rust-unofficial.github.io/patterns/functional/index.html The extra blank line look weird.

C-needs discussion
C-upstream
M-maintenance

Since I am still finding ways to do a menu without javascript that is responsive, I found quite a few links: http://output.jsbin.com/sevula/2/#navbar https://hpbn.co/building-blocks-of-tcp/ (partial javascript, but the smooth menu opens...

PR Welcome

All features are enabled even when using it as a library, it would be good to enable the core features and keep the bin features triggered only when building for...

It would be very common to check if flags are set, add examples to show how to use `intersects` and `contains`. Without reading those, a reader might just try `if...

Since we take some keys from both vim and kakoune, we want to reduce the issues of taking the worse of both worse. Currently I dumped some idea in https://github.com/helix-editor/helix/wiki/Keymap-brainstorm...

E-help-wanted
A-plugin
A-keymap

cc @the-mikedavis Example ```rust use inline_python::python; fn main() { let who = "world"; let n = 5; python! { import csv # first import highlight won't work, not sure why...

S-needs-discussion