moander

Results 16 comments of moander

Same issue if A has `valueOf` defined as a property ```js fastDeepEqual({}, { valueOf: 'foo' }); // success fastDeepEqual({ valueOf: 'foo' }, {}); // error Uncaught TypeError: a.valueOf is not...

Quick fix $EscapeControlCharactersOnReceive off $Escape8BitCharactersOnReceive off $DropTrailingLFOnReception off $template CRFIX_TraditionalFileFormat,"%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:R,ERE,0,FIELD:^.*\S--end%\n" $ActionFileDefaultTemplate CRFIX_TraditionalFileFormat

> This would have complex consequences. My thought was that the complexity and consequences of having such shortcuts already is taken care of by implementors because of the boolean schema....

My solution is curl bash. It's lightning fast. pnpm+nodejs installed in 2+3 seconds! ```yaml - name: Install pnpm run: curl -fsSL https://gist.githubusercontent.com/moander/94dca738d0b5b8acacbf898348f7d98a/raw/e209ffa62697a06a40470aaabd20304eb00753fb/pnpm-install.sh | bash - - name: Detect .node-version run:...

Note to Quasar users. Plugin checker config is found in `quasar.config.js`

I got this error after upgrading a Quasar project to use vue-tsc / plugin checker. Adding some missing excludes to `tsconfig.json` solved the out-of-memory error for me: ```json { "extends":...

I see now that it is already documented how to do that.. But script setup with that additional export saves you a few lines :-) ```html import 'highlight.js/lib/common'; import {...

Any chance this will get merged soon?

@jasonmalinowski any updates on this one? I'm really looking forward to this patch. Have a nice weekend! :)

This one works in `v13.9.0` (except that FilterInput is empty so that still needs to be resolved). But here is a working implementation of hierarchyId ```cs using HotChocolate.Data.Sorting; using HotChocolate.Language;...