Anton Gilgur

Results 1000 comments of Anton Gilgur

Yea I'll agree with @taion that the browser ESM use-case should use a production minified bundle (like I mentioned in https://github.com/jaredpalmer/tsdx/issues/631#issuecomment-602131471), which would have `process.env.NODE_ENV` replaced and then DCE'd. The...

> You can use the `appPort` Option. I implemented basic port forwarding via the docker `-p`/`--publish` flag. Currently, it is still living here: https://github.com/MunsMan/devcontainercli/tree/port_forwarding > I will do a pull...

Nice find! And thanks for providing a workaround! > Since `fn1va` is a CommonJS module, it should not use the syntax `export default function` which is for ESM. It should...

Linked to https://github.com/argoproj/argo-cd/issues/16375 cc @rbreeze since I don't work much with the CD codebase.

Yes you'll need to use the version of Node specified in the [`.nvmrc`](https://github.com/argoproj/argo-ui/blob/c65a9520366b0c0cf0ac585618d029e60041a94d/.nvmrc). This repo is on an older/EoL version of Node (v14) and the OpenSSL error in later versions...

Welp, I reproduced the second error as well after updating Node and adding `NODE_OPTIONS=--openssl-legacy-provider` to all the Storybook scripts. This seems to be because we're using Storybook v6 w/ Webpack...

I've never seen this error before, but here's a GH community discussion on it: https://github.com/orgs/community/discussions/61472 Did you properly fork this repository and create a branch on your fork? I didn't...

@terrytangyuan would you mind pinning this issue for higher visibility? Sorry to have to keep bugging you for assistance; tbh that's probably the main reason I want write permissions at...

Jotting down https://github.com/argoproj/argo-ui/pull/432#issuecomment-1879816619 -- upgrading to Storybook v7 and Webpack v5 is highly non-trivial and may not be worthwhile given the state of this repo

> While it may be possible to improve this situation, some contributors believe that this may not be worthwhile and that a design guide of sorts may be a better...