Stephen Wicklund

Results 213 comments of Stephen Wicklund

Just wanted to mention that I'm hitting the same issue, on OVH Managed Kubernetes as well. #### Environment Platform: Kubernetes on ovh managed kubernetes service Platform Version: 1.22.2 PGO Image...

Okay, I reset + changed-version my cluster to 1.21 (1.21.5-0), and the error above is no longer being hit: ``` [postgres-startup] Initializing ... [postgres-startup] ::postgres-operator: uid::26 [postgres-startup] ::postgres-operator: gid::26 65534...

> Good point. If that's the case, then the problem looks like a Linode problem. Linode + OVH Cloud, yes; perhaps it's a common error (or complication for postgres-operator) that...

Here's another place where I'm hitting errors when trying to use it in the browser: ``` function maybeReadMore(stream, state) { if (!state.readingMore) { state.readingMore = true; process.nextTick(maybeReadMore_, stream, state); //

Okay, I seem to have gotten it working in the browser after... 1) Adding this to my `webpack.config.js`: (after adding `stream-browserify` as an npm dependency) ``` resolve: { fallback: {...

> Does anyone have a definite way of permanently listing `.yalc/` in `files` but ensuring that folder doesn't ever get published accidentally? @neaumusic You may be interested in the wrapper...

> I would suggest this is actually a bug in NPM. That operation modifies the lock and package json, so it should check the engine. We should potentially raise that...

Yes please! In the meantime, is there any supported way of logging messages that will show up in the Tilt UI under the "Warnings" and "Errors" tabs? (or are those...

To clarify on usage, here is an example `package-scripts.js`: ``` const scripts = { myScript: "echo Hi", }; module.exports.scripts = scripts; ``` Example usage: (without "--") ``` (base) PS C:\Test>...

I did work earlier to fix the playback speed being limited to x2, as well as making the playback-speed-setting code consistent between the three code-paths that perform that function. It...