Noah Kreiger

Results 10 comments of Noah Kreiger

see https://github.com/leezng/vue-json-pretty/pull/80/files I extended what you have done (the styling) to work recursively, a little jenky, but maybe we can pick something up from there.

@JeffNeff it looks like the linting failed on a code file unrelated to my chagne, would you like me to resolve this as well?

> @nkreiger Thanks for the PR. Before I review the code, does this change somehow correlate with this #1049 ? @tzununbekov yes lol, exactly, I guess I should've looked at...

> What was the bug or issue that was occurring? sorry I messed up linking the issue to the PR https://github.com/triggermesh/triggermesh/issues/1133

@tzununbekov @sameersbn I'm a bit pressed for time, I could maybe get to writing a test sometime next week...unless @JeffNeff you were working on one? its not overly complicated, just...

@sameersbn sorry about the delay, I mixed this message with another one that got merged, and didn't realize I hadn't rebased this. Let me know if you need anything else.

fixed by: https://github.com/triggermesh/triggermesh/pull/1134

Is anybody seeing issues with the latest version of knative? 1.12 ``` everity":"ERROR","timestamp":"2023-12-14T00:14:02.568534211Z","logger":"queueproxy","caller":"network/error_handler.go:33","message":"error reverse proxying request; sockstat: sockets: used 10\nTCP: inuse 2 orphan 3 tw 14 alloc 759 mem 253\nUDP:...

My initial thoughts are a custom Producer and Consumer component, where the producer would store, and create the reference to be passed on. And the consumer would bring back the...

@JonasDoe QQ, how do you override that default to extend it? I see its hardcoded as a `const`, trying with difficulty on the best approach to override that, thanks