Samuel Marks

Results 339 comments of Samuel Marks

@chipsenkbeil YAML is pretty popular, as is TOML, JSON and what-have-you. YAML seemed like the simplest syntax to get this example working for you. I think a CLI would create...

I'm no fan of Go, but you can use this to release on commit: https://github.com/goreleaser/goreleaser Rust tutorial: https://medium.com/@jondot/shipping-rust-binaries-with-goreleaser-d5aa42a46be0

Hmm, well @syntagmatic the main idea with TypeScript is that you just add type annotations and it'll still compile down to pure JavaScript. So people won't need to change a...

Hmm, alright. Okay @syntagmatic I have finished rewriting d3.parcoords so it compiles in TypeScript. Now down to the d3 v3 → v4 upgrade: --- **Can you assist with the d3...

Getting closer: Added little TODO helpers with a candidate rewrite when it wasn't a 1:1 replacement in implementation (e.g.: flattened namespace or rename): 1. [`axis = d3.axis().orient('left').ticks(5);`](https://github.com/SamuelMarks/parallel-coordinates/blob/0726e7e63bf09d19ec08f43b0e867be67178575d/d3.parcoords.ts#L162) 2. [`xscale.rangePoints([0, w()],...

Oh good, it has types: https://www.npmjs.com/package/@types/sylvester

Are the CI servers we use powerful enough to run docker inside them? - Will this significantly slow-down the CI process? Otherwise we might as well stick to your scripts...

@raid-7 I like the idea of caching the vcpkg process somehow. That seems to be the big time sync. Maybe one of you can setup a vcpkg fork that always...

https://github.com/spf13/viper is an interesting and very popular solution (in Go) In the Rust world I was recently made aware of: Figment https://docs.rs/figment

What's the status of this? I've got about 60 Python packages that I want to release under [`(MIT OR Apache-2.0)`](https://spdx.org/spdx_specification_2_0_html#h.fi18czul1o7n).