Sam Hoque
Sam Hoque
**Describe the bug** ``` Warning: Cannot update a component (`AuthProvider`) while rendering a different component (`RequireAuth`). To locate the bad setState() call inside `RequireAuth`, follow the stack trace as described...
Here is the stacktrace ``` Exception in thread "main" java.lang.ExceptionInInitializerError at net.dongliu.apk.parser.parser.ResourceTableParser.parse(ResourceTableParser.java:55) at net.dongliu.apk.parser.AbstractApkFile.parseResourceTable(AbstractApkFile.java:391) at net.dongliu.apk.parser.AbstractApkFile.parseManifest(AbstractApkFile.java:188) at net.dongliu.apk.parser.AbstractApkFile.getIconPaths(AbstractApkFile.java:312) at net.dongliu.apk.parser.AbstractApkFile.getAllIcons(AbstractApkFile.java:251) at Main.downloadApks(Main.java:32) at Main.main(Main.java:16) Caused by: java.lang.NullPointerException at java.io.Reader.(Reader.java:78) at...
Added it in the plugins doesn't seem to be obfuscating the JS compiled file. ``` const { BytenodeWebpackPlugin } = require('@herberttn/bytenode-webpack-plugin') var WebpackObfuscator = require('webpack-obfuscator') const rules = require('./webpack.rules') module.exports...
https://ui.shadcn.com/docs/cli the cli doesn't work because the next.js config and package.json are in different dirs.
> ts-node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll Webpack does not work with native dependencies. flowbite-react is a native dependency and should be installed inside of the "./release/app"...
The keycloak variable is undefined if we try to get it from a function that was called by a button. @onClick=myFunc. myFunc -> can't access $keycloak.
client.ts:78 WebSocket connection to 'ws://localhost:5173/' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET setupWebSocket @ client.ts:78 client.ts:78 Uncaught (in promise) DOMException: Failed to construct 'WebSocket': The URL 'ws://127.0.0.1:undefined/' is invalid. at setupWebSocket...
I am trying to intercept an input stream and then return an unconsumed input stream so the original method can still read from the input stream. but for some reason...
### Describe the bug When running the build command, I am getting an anti virus alert on the manifest.json file.  ### Reproduction run build ### Steps to reproduce _No...
when turning on code minify on bun, the d.ts file doesn't get minified.