Marcello DeSales

Results 61 issues of Marcello DeSales

Using the snippets from the following work: * https://github.com/mrorgues/dockerfiles/tree/master/har_viewer_builder * https://github.com/mrorgues/dockerfiles/tree/master/har_viewer The build will make all the necessary calls, while the runtime runs Apache with PHP as it is required....

Hi @ConradIrwin, Do you happen to have any code examples on how to properly use your module? Do I just drop the usage code anywhere? Thanks Marcello

When it's off, it would be good to just print the strings of at least INFO... What do you think? Currently, it just doesn't print anything...

According to https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux?rq=1#comment24883926_5947802, the format can be incorrect in some terminals with `\e`. Replacing it with `\033` should be cross-terminal compatible. The following is the output in a MacOS with...

* Running the example it prints the following: ```console $ bash example.sh \e[41;37m[2021-02-08 15:40:33.N ][FATAL ][main:18 ] fatal level\e[0m \e[1;31m[2021-02-08 15:40:33.N ][ERROR ][main:19 ] error level\e[0m \e[1;33m[2021-02-08 15:40:33.N ][WARN ][main:20...

What about adding CI and CD? * Jenkins to build changes in the Git server * Jenkins shared libraries in the same Git server

Feature Request: Save session as Gist ===== * Each host's terminal output would go to a given gist file * Debug Info: Each host state, memory, files open, etc could...

# 🐞 `@web3-react/walletconnect-connector`doesn't load * Installed dependencies worked * Can't run the app # 🛠️ Config * Node 16 * React and react-pom 18 * Webpack 5.0.0 * Yarn 1.22.18...

# 🐛 Problem * All configured settings for Metamask as the same, and it works properly * The WalletConnect configuration suggested is not working * https://www.coinbase.com/cloud/discover/dev-foundations/use-web3-react-to-connect-wallet It looks like the...