Aleksander Heintz

Results 47 issues of Aleksander Heintz

I just rewrote the YoloDev Expecto runner to use the new `CLIArguments` DU (instead of creating the config object ourselves), and one of the issues I ran into was that...

enhancement
help wanted

I have an application that has to be mounted from a virtual directory with a given name. Today I solve this by manually creating that directory after build, and moving...

[pnpm](https://pnpm.js.org/en/) is an alternative package manager, and uses `shrinkwrap.yaml` as it's lockfile. It would be great if greenkeeper could update this file too.

I've come up with a working syntax for configuring protected methods. The example provided here could obviously also be modified to easily allow for protected properties as well. Also, the...

:speech_balloon: discussion
P3

It would be really nice if the following worked, in order to enable re-use of options between multiple commands: ```rust #[derive(Options)] struct CommonOpts { foo: bool, } #[derive(Options)] struct Opts...

Having minified sources be the "main" makes things much harder to debug. Minification should be an issue for the end client and how they want to setup webpack or similar,...

enhancement

Jarvis is currently the only thing running as part of my "dev" script that outputs logs (although only one line) that is not coherent with the rest. It would be...

I'm trying to create a function that takes a `ToDoc` type (I made a trait that basically has the function (&self, &'a Allocator) -> Allocator::Doc) and returns a "document", without...

There is a npm package for creating windows installers out of electron projects IIRC. Would be really nice to have an installer.

Infrastructure

I have a project with both typescript and js in it, and I've set up import-sorter to use the babylon parser for both of them, with babel configured in such...