Alex Kreidler

Results 84 issues of Alex Kreidler

From the last lines of `copystructure.go`: ```go // wrapPtr is a helper that takes v and always make it *v. copystructure // stores things internally as pointers until the last...

This looks like an awesome tool but I'm curious how it stacks up to various Apache big data projects. It would be awesome to have some benchmarks and/or comparison to...

I recently started using react-mosaic in a project with [Snowpack](https://www.snowpack.dev/). These are the changes I made to get it working. I added ES module generation via `tsc`, and removed the...

I'm using `migra` with [tusker](https://github.com/bikeshedder/tusker), a tool that creates a temporary PG database `CREATE DATABASE;` for both my schema and migrations separately, runs them from my SQL files on disk,...

bug

It is apparent that there has been some confusion (see #104 and #108) about how to pass command line arguments to the program being debugged. The current solution is to...

I've used [Rush](https://rushjs.io/) and [Nx](https://nx.dev/), which are alternative tools for managing monorepos, in the past. They can be configured to simply use a `packages/` folder just like lerna. Would Auto...

enhancement

According to [the website](https://pnpm.js.org/), one of the major features is `pnpm`'s minimal disk usage. If it is possible, could you add sizes of the folders (with `du -sh` or something)...

E.g. compare to Spark and [Ballista](https://github.com/ballista-compute/ballista).

It would be great to have a user guide in the style of the Rust book or https://ballistacompute.org/docs/introduction.html, beyond what the API docs and examples provide.