Ilia Baryshnikov
Ilia Baryshnikov
Support `toJSON` method on objects is required for [accurate JS/TS to JSON translation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description). `toJSON` can define custom representation of any JS object wich may not match the object itself. If...
Error: `Error: Unknown type "def-alias-1815346304-90-222-1815346304-0-1480423532975"` Repo to reproduce: https://github.com/qwelias/typed-fastify-test Steps: - clone repo - `npm ci` - `node node_modules/ts-json-schema-generator/dist/ts-json-schema-generator.js --path src/schema.ts --type APISchema`
I've been just looking through sources and it seems like it should be fairly simple to implement `costs_factor` for `vehicle` input similarly to `speed_factor` using `CostWrapper::set_costs_factor`. In practice it would...
This is a breaking change since previous implementation was using `speed_factor` to scale `costs`, but only in case of missing `costs` matrix. ## Issue Closes https://github.com/VROOM-Project/vroom/issues/767 Closes https://github.com/VROOM-Project/vroom/issues/783 ## Tasks...
NodeJS v7.0.0 When running node directly everything is fine. ``` /home/qwemaze/projects/containers/kholodilnikcompose/kholodilnik/node_modules/sharp/index.js Module version mismatch. Expected 50, got 51. at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:168:20) at Object.Module._extensions..node (module.js:583:18)...
### What version of Bun is running? 0.4.0 ### What platform is your computer? Linux 6.1.1-arch1-1 x86_64 unknown ### What steps can reproduce the bug? 1. index.ts: ```ts export default...
Consider a case where there's three pickup places A, B and C, and a delivery place D, such as: - A has `[2]` items available for pickup - B has...
### Checklist - [X] I have checked the [issue page](https://github.com/lay295/TwitchDownloader/issues?q=is%3Aissue) for duplicates - [X] I am running the latest version ([download here](https://github.com/lay295/TwitchDownloader/releases/latest)) ### Write your feature request here I was...
`esc` before-unlock-after-wake does not work [dmesg](https://gist.github.com/qwelias/9af4b3df64ad049a291ffb69fc298712) from before suspend to after unlock after unlock: ``` $ cat /sys/power/state freeze mem disk $ cat /sys/power/mem_sleep s2idle [deep] ```
- Missing `speaker` in `results.channels.alternatives.paragraphs.paragraphs` of `SyncPrerecordedResponse` - Missing a type for error in callback `{ err_code: string; err_msg: string; request_id: string; }`