Noah

Results 58 comments of Noah

@christianvuerings https://www.npmjs.com/package/@eslint-community/eslint-plugin-eslint-comments

For what it's worth, you can use `Win`+click+drag can move it to the other screen. It also seems to fix it, at least temporarily.

FYI, the title should be "any --> unknown" :slightly_smiling_face:

Maybe you are interacting with the wrong remote repo? You don't want to pull from *this* repository and reset your progress. Check which remote is upstream with `git status -sb`,...

To clarify, a button/link on `/start` goes to `/page` which sends the header you have listed redirecting to `/new-page`? [Based on the docs](https://htmx.org/headers/hx-location/), I believe the `"headers"` key is what...

Perhaps this is bad wording just to say the url will *replace* the current one instead of being pushed. I don't have enough knowledge to know if that's what they...

> I want to use records and tuples as keys to Maps and Sets for their value comparison semantics. Same for me. Particularly for use in describing coordinates as pairs/triplets...

Gotcha. FYI, it doesn't have to be a second proxy state as the assignment, any property of a regular object will do. ```js const nested = {object: null} // This...

Thanks @kfrajer! That fixed it after a little bit of finagling. Note to other readers: I did have to list the environment variable as an array item: `- POSTGRES_HOST_AUTH_METHOD=trust`