Giovanni Bassi

Results 200 comments of Giovanni Bassi

After creating the issue I worked over the abstraction I needed, and it is actually a base lease interface. I created as a record, but it is copying data because...

Shoutrrr doesn't need to know the environment, the user is supposed to know what they want to call. I'll explain my context. I'm using Shoutrrr with Watchtower, and I need...

I could volume mount what I need.

Some more context. This seems to be the line causing one of my errors. For preview, that syntax won't work if you are using bash on Windows: https://github.com/denisidoro/navi/blob/f1cbed6d07298a9671e3b97e2786f9f2cc4002c4/src/commands/core/actor.rs#L68 Result at...

I created an initial implementation, if anyone is interested: https://github.com/giggio/nuscripts/blob/main/scripts/navi.nu It needs a little refining, but it is good enough for now.

@udarrr what is the use case? This already runs on package installation.

I will not significantly change how this library works by removing the Chromedriver download which happens during npm install. This would break a lot of projects that assume it works...

I was now thinking, I would be willing to publish a new npm package that had these set as default. We could use the same source. What do you think?

> I am wondering how much this change could affect users given that for them no interface will change. Only the first test executed will be minimal slower because the...

> Can you explain which workflow these people use? I doubt that anyone is installing the NPM library and then copy out the downloaded binary file. Like this: ```js const...