jmills
jmills
Just noticed the same issue, and your fix works for me :)
The latest plugin from w.org (via wpackagist.org) - here's the corresponding info from Composer: ``` name : wpackagist-plugin/wp-knowledgebase descrip. : keywords : versions : * 1.1.4 type : wordpress-plugin source...
@ntnyq yep so perhaps the behavior is expected, but I would expect this: ``` ❯ npx taze minor success Install finished in 5.57 node-starter - 1 minor vitest dev ~2mo...
@antfu which outputs need improvement? I might be able to work on that :) could you help me understand why the behavior is expected? it seems counterintuitive that a `minor`...
So seems like I'm entering a rabbit hole 😅 A minimal reproduction classifies `0.23.4 → 0.25.3` as a `minor` change: ```js const semver = require('semver'); // "semver": "^7.3.8" in package.json...
This would be a great addition; @baalimago re: `Do you guys accept PR's? If so, any hints/tips/tricks for this one?`, `CONTRIBUTING.md` definitely [encourages code contributions](https://github.com/hashicorp/terraform-ls/blob/main/.github/CONTRIBUTING.md#proposing-a-change), though asks for a discussion...
I'm also experiencing these crashes, though tbh it's more like a silent quit. There's no normal system (macOS) "This application has crashed" dialog and nothing logged in `Console`. I'm on...
Here's the stream output in `Console` for search filter `hstracker` for the last few seconds prior to crashing: Logs ```log default 11:38:25.579531-0800 HSTracker Write options: 0 -- URL: -- purposeID:...
I'll try that out! I'm using `0.5.0` but did have to build from source due to an issue w/ glibc that I couldn't quite figure out, so that might be...
@sujalshah-bit I _think_ the aim is to showed the compiled config of ```yml scrape_config_files: - /example/test/scrape_config1.yml - /example/test/scrape_config2.yml ```