Raine Virta

Results 54 issues of Raine Virta

Would it be difficult for tail to keep waiting for new builds instead of quitting?

When running the script, I would get no output other than `No jobs found for pattern /./` After adding `print $res->decoded_content() . "\n";` after line 368 in `jenkins-static`, I'd get...

`timeago` on npm is the jquery plugin.

``` $ git-lab merge-request -b csp-updates -h master Incorrect Usage. NAME: merge-request - create merge request. USAGE: command merge-request [arguments...] DESCRIPTION: ```

This needs to be set also it seems: `git config --global gitlab.host gitlab.xxx.com`

Could this be used as a backend also for a chat-style UI such as the one CopilotChat.nvim provides? It allows you to interact with an LLM by asking questions about...

Hi, > If you are seeing this message, the meta logger is somehow configured. I don't see how I'm configuring meta logger in this example I derived from the documentation....

I have latest version of the repo installed in ComfyUI, but the ShowText node cannot be found in ComfyUI custom nodes. Any ideas? ![image](https://github.com/user-attachments/assets/182f4687-9b2d-4ff7-bed0-b4a8030e8dd6)

I'm seeing parameters being generated in this project's README, but when I use `buildDocumentation`, I'm not seeing function parameters in the output. ![Image](https://github.com/user-attachments/assets/d14eb62e-8dc3-4361-8ec5-205de8800aa3) Am I missing something or are parameters...

With `npx @eslint/migrate-config .eslintrc.json` migrated my config to `eslint.config.js` for eslint v9 and got: ``` ESLint: 9.13.0 Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /node_modules/eslint-plugin-require-extensions/package.json imported from eslint.config.mjs at exportsNotFound...