Ferenc Tamás

Results 132 comments of Ferenc Tamás

I suggest disabling stdout/stderr logging altogether when atuin wraps commands as well. Setting the `RUST_LOG` variable will cause atuin logs to appear after every command. I was debugging an application...

If anyone's still wondering, I ran a quick test just out of curiosity about how "go" javascript engine implementations compare. I ran the following code a couple times: ``` function...

@tisba I don't have any of these anymore, but I'm almost certain it was this https://github.com/augustoroman/v8 . At least I remember the installation steps mentioning getting a compiled v8 from...

Is there ETA on this, what can I do to help driving it forward? I have a [tool](https://github.com/tamasfe/aide) that uses schemars for schema generation but with own type definitions. It...

I see, thanks. That's unfortunate, it's currently the best schema generator library and having its schema types among the openapi types has been very convenient for me.

My observations without looking at the code: - without flags all env vars are enabled from the pod - `-s ''`: no env vars from pod - `-x "FOO"`: env...

> @tamasfe Hey, wanted to check if you were planning to get back to this one anytime soon? Feel free if you want us to pick it up where you...

Closing in favor of #537.

> but ofc in the end we can support both I would prefer something that supports comments, but I agree, there should be no difficulty in supporting multiple formats. I...

#396 has been fixed, but no traffic is captured still, or at least the traffic I expect. Linkerd uses its own TLS that could interfere, or some other magic. Without...