-
### Steps to reproduce
Link to live example: (required)
StackBlitz: https://stackblitz.com/edit/github-8oqtfo?file=src%2Fmain.tsx
CodeSandbox: https://codesandbox.io/p/github/pavankjadda/mui-css-va…
-
Can this work on Linux? I followed the instructions to build myself with npm and when I run `npm start` I get this:
```
Error: ENOENT: no such file or directory, mkdir 'C://BetterSoundCloud'
…
-
```
Require stack:
- /app/node_modules/.pnpm/libsql@0.4.6/node_modules/libsql/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at /app/node_modules/.pnpm/next…
-
The file https://github.com/awslabs/pireporter/blob/master/pireporterPolicy.json only allows rds:DescribeDBInstance on a filtered condition on instances with the tag `"pireporter": "allow"` I am assum…
alecl updated
3 weeks ago
-
First of all, i'm sorry that i'm kinda newbie into Electron apps or something like that. What i wanna do, is trying to implement a real-time speech transcribe inside my electron Apps, however, everyti…
-
```ts
type UUID = string & typia.tags.Format;
type Context = {
[prop: UUID]: {}
};
const app = new Hono()
.get("/some", async function context(c) {
return c.json(
{} as Conte…
-
When bundling a react component using esbuild and trying to execute it within the JS context, it is unable to `require` the `util` package even though it is provided.
```kotlin
private val context…
-
### Description
We're using `DllImport` / `UnmanagedCallersOnly` to build Wasm libraries for a custom host API.
I noticed that some of our functions crash when invoked as Wasm exports, and through f…
-
### Astro Info
```block
Astro v4.16.9
Node v18.20.3
System Linux (x64)
Package Manager npm
Output static
Adapt…
-
### Current Behavior
I followed the steps on [https://nx.dev/recipes/react/module-federation-with-ssr](https://nx.dev/recipes/react/module-federation-with-ssr) to setup a basic SSR workspace. I re…