Natan Yellin

Results 484 comments of Natan Yellin

Hi @Shikachuu, We'd like to remove pypi from the picture here. In fact, that's part of the motivation for adopting Arkade. The plan would be to build all-in-one binaries using...

Hey @alexellis and @Shikachuu, We're doing some work right now on preparing statically linked binaries. (Up until now we packaged up Robusta as Python package and installed it via pip,...

Any interest in trying to add this yourself? It is fairly easy to do. Here, for example, is an annotated copy of the code that generates the C output and...

Sure, do you want to take a shot at adding this yourself? It's very easy and I can point you at the code to change. On Sun, 7 Mar 2021,...

Cool, there are basically three easy steps to adding a new language: 1. Write a new subclass of Outputer which implements `output_enum(self, enum: Enum)` and `output_constant(self, constant: Constant)`. In many...

That should be easy to do. I'll get around to it eventually, but feel free to give it a go yourself and open a PR. On Mon, Nov 30, 2020,...

Any interest in adding the color feature? I can point you at the exact lines of code to modify.

No worries. What command line flags would you like to see for the color? How would you like to specify it?

Any thoughts on how this should interact with the ability to run multiple commands? On Sat, Dec 5, 2020, 17:35 Adriano Provvisiero wrote: > well I think the standard [-c|--color]...

This should be easy to do. Do you have any interest in trying to add the feature yourself and opening a PR? I can point you at the areas in...