nitedani

Results 36 issues of nitedani

Windows supports capturing/excluding the audio of a specific process/process tree. I would like to set the ProcessLoopbackParams that is passed to the windows api. Related: https://docs.microsoft.com/en-us/samples/microsoft/windows-classic-samples/applicationloopbackaudio-sample/ https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/ApplicationLoopback

feature request

**Is your feature request related to a problem? Please describe.** The following query pulls the whole posts table in memory: ` query{ posts{ id } } ` If there are...

enhancement
priority:low

Angular universal 13 introduced a feature called inlineCriticalCss. On ssr, it scans the document and inlines the css used by it. The more the css, the slower it is. ![image](https://user-images.githubusercontent.com/67418286/169532346-a548fb0f-7090-429d-96a0-d3d430968607.png)...

### Environment nitropack: 0.4.4 node: 16.13.2 no config ### Reproduction 1. create a new project 2. install webtorrent 3. add this code: ``` import WebTorrent from "webtorrent"; const client =...

### Environment nitropack: 0.4.4 node: 16.13.2 no config ### Reproduction 1. create the folder structure seen in the picture 2. npx nitropack build 3. node .output/server/index.mjs 4. navigate to localhost:3000...

Right now, if the user server application needs a long amount of time to register the http listener, vite will return 404. For example, NestJS needs time to build its...

Miniaudio recently added experimental support for windows application loopback audio capture to specify/exclude process id It would be nice to use this new feature in malgo. Related: https://github.com/mackron/miniaudio/issues/484

For example: ``` [tool.poe] envfile = ".env" [tool.poe.tasks] migrate = "alembic -x dbname=$POSTGRES_URL upgrade head" ``` Issue: If I run `poetry run poe migrate` then poe will use the POSTGRES_URL...

**Describe the bug** A clear and concise description of what the bug is. Node fails to import `@compiled/react/runtime` ``` (node:19347) Warning: To load an ES module, set "type": "module" in...

**Describe the bug** When settings `"jsxImportSource": "@compiled/react",` in tsconfig.json, ReactNode becomes an invalid component return type. **To Reproduce** Steps to reproduce the behavior: ```tsx const ComponentA = (): React.ReactNode =>...