Hanif Ariffin

Results 84 comments of Hanif Ariffin

Turns out I have more than 1 complaints about ImGui.

I wasn't commenting on your codebase readability when I mentioned it. But I was wondering how complicated would have to be to be able to support complicated configurations i.e enabling...

Do you have a markdown I can test? I created a 900 lines markdown and it works in around ~2 sec (not fast but okay).

You need to escape the double quotes like so, ```shell hbina@akarin ~/D/test-xsv> cat select_test.csv Name,"Stringly header" Ben,Yes Phil,No⏎ hbina@akarin ~/D/test-xsv> xsv select Name,"\"Stringly header\"" select_test.csv Name,Stringly header Ben,Yes Phil,No ```

@kdy1 do you have a pointer to get me started on this issue? I grepped for `_tsDecorate` and can only find TS files so I am not sure where to...

@stevefan1999-personal Can you elaborate exactly what is expected here? I currently have made this change but after some testing this is not enough. ```bash hbina@akarin ~/g/s/b/swc_cli (main)> git diff --...

In my opinion, a library should never panic. If there's something wrong with the file, I would rather it propagates all the way to the user even if it means...

Is this bug fixed already? I am not able to reproduce ``` hbina@hbinalapt:~/git/wgpu-rs$ cargo run --example hello-triangle Finished dev [unoptimized + debuginfo] target(s) in 0.34s Running `target/debug/examples/hello-triangle` hbina@hbinalapt:~/git/wgpu-rs$ ```

So where should I look to fix this bug? The repository is enough.

I cannot reproduce this issue: ```shell hbina@akarin:~/git/synth$ ./target/debug/synth version synth 0.5.6 hbina@akarin:~/git/synth$ cat issues/issue_194/schema.json { "type": "array", "length": 1, "content": { "type": "object", "date": { "type": "string", "date_time": { "format":...