Somē Cho

Results 10 issues of Somē Cho

Hi! I see that you are working on p5 1.0 at the moment so I don't want to bother you with this issue. It seems that P5 sound is not...

bug

**Is your feature request related to a problem?** OpenRNDR currently doesn't support TIFF (when saving a colorBuffer to disk). **Describe the solution you'd like** Would be great if there would...

enhancement

Calendar formatting/templating doesn't work if using Obsidian's own "Open today's daily note" command. For example, in my template I have ``` [[{{yesterday}}]] ``` If I use Obsidian's "Open today's daily...

bug

### Is your feature request related to a problem? I am currently using `getPuppeteer` (from `webdriverio 8.30.0`) to get all the requests from a page. This is working great, but...

help wanted
Idea 💡

I get the following error when I test a component with codemirror: ``` Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state...

Using Nannou 0.18.1, using OBS with window capture to record the window does not work, but Display Capture works. Not sure if WGPU bug or OBS bug...

**Describe the bug** On Windows Terminal using WSL2, initializing colorizer in `init.lua` causes the error `&termguicolors must be set` **Operating System:** Debian 11 **Neovim Version:** 0.8.3 **Colorizer Version:** 36c610a

bug

Version info: ``` VERSION INFO: Artillery: 2.0.22 Node.js: v20.12.2 OS: win32 ``` Running this command: ``` npx artillery run .\301.yml ``` ```yaml # 301.yml config: target: "http://localhost:3000" phases: - duration:...

The `afterResponse` hook gets called when a VU receives a response. I want to emit a custom metric during ECONNRESET. In this case, `afterResponse` does not work since it does...