Avi E. Koenig

Results 11 issues of Avi E. Koenig

### Steps to reproduce * ndb version:1.1.5 * Platform / OS version:win10 ver 2004 * Node.js version:v14.3.0 1.ndb nodemon --exec "node server.js" 2.ndb server.js **What is the expected result?** when...

### Steps to reproduce **Tell us about your environment:** * ndb version:1.1.5 * Platform / OS version:win10 * Node.js version:14.3.0 **What steps will reproduce the problem?** logging large objects _Please...

Big fan of the package! I would like to suggest an option that allows me to open on a default tab. Right now the chromium window opens on the sources...

I need someone to please explain why I need "message" and "stack" here: ```typescript import { cleanEnv, makeValidator, str, testOnly } from 'envalid'; import logger from '../utils/logger-winston'; const env =...

### Page(s) https://jestjs.io/blog/2017/02/21/jest-19-immersive-watch-mode-test-platform-improvements#eslint-plugin-jest--our-very-own-eslint-plugin ### Description link to https://github.com/jestjs/jest/tree/main/packages/eslint-plugin-jest leads to empty page

Documentation :book:
Stale

In Vue the I18n api allows component based messages https://kazupon.github.io/vue-i18n/guide/component.html#translation-in-functional-component I tried looking for equivalent behaviour in I18next but could not find any so came up with this. I am...

Hey folks, Following the installation guide at: https://typewind.dev/docs/installation I came across the folllowing issue when trying to load a page: (see below for my configs) Have i missed a step...

It would be great feature to have a different color per language. Even just the spacebar or some border around the keyboard

**Version** - `mssql`: 12.1.0 - SQL Server: SQL Server 2019 (on-prem) - Node: 18.x (Next.js 14 app) **Summary** I’m attempting to pass two TVPs (`dbo.GridFilter`, `dbo.GridSort`) into a stored procedure...

Dont use it ```js import mdPlugin from 'vite-plugin-markdown' const plugins = [ /* */ mdPlugin({ mode: ["html", "markdown"] }), ]; ``` ```text error when starting dev server: TypeError: mdPlugin is...