Di Fan

Results 11 comments of Di Fan

https://legacy.gitbook.com/book/astaxie/build-web-application-with-golang/discussions/17

Is this an Excel issue or excelize issue? http://dmcritchie.mvps.org/excel/colors.htm Would also be nice to name the API you tried to call....

It has been almost a year. Seems a bit long for a P1? Should it be now bumped to P0 to help prioritization? I came here after updating `rules_python` to...

That being said, I realized it would be easier to just set `crate_name` on my `rust_library`s

So, any updates on this? I am looking to manually creating these Cargo.toml now to make the tooling understand where my extern crate comes from, but I am not sure,...

Interesting. I wonder if I need to generate a Cargo.toml for the generated proto lib so it can be recognized by the code depending on the proto lib. Anyway, FYI...

Thanks guys for the starting point. A more recent attempt of mine: https://github.com/dayfine/xlab/pull/6 Basically my setup allows me to use Google Colab with the local libraries (proto, etc) I build...

Suppose defining your own BUILD rule is the right solution: semantically it would belong to /contrib (though there isn't one), instead of /experimental, which is more for things that might...

@BullCheat Can you also update the test cases for fibonacci to include negative inputs? and the expected output should be -1.

` Overflows don’t have to be handled.` as of today's instruction. I don't think the last test should still be there?