NullVoxPopuli

Results 2059 comments of NullVoxPopuli

![image](https://github.com/emberjs/ember-qunit/assets/199018/5667da92-f7dc-4cab-b9e3-57332527078a)

I'll revert back to just Date then..

changed pushed! :tada:

@camerondubas any chance you want to rebase?

looks like a floating dep dropped node 16, breaking our ci. I'd consider this non-blocking for merge, myself, and fixing the floating dep issue can happen in a different PR

I changed my args to my tiny components to be "any" and the issue went away. Issue present ```ts menu: MenuTypes.Menu; trigger: ModifierLike; ``` Issue gone: ```ts menu: MenuTypes.Menu; trigger:...

Another repro: ```gts import Component from '@glimmer/component'; import { modifier } from 'ember-modifier'; import type { ModifierLike } from '@glint/template'; class Scroller extends Component { declare withinElement: HTMLDivElement; ref =...

@flashios09 if you upgrade to 1.3, do you get your completions back?

This triggers a failure for: https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-args-paths.md