daniel sieradski
daniel sieradski
### Version 29.0.1 ### Steps to reproduce Configure `ts-jest` to use TypeScript paths using `pathsToModuleNameMapper` jest.config.cjs: ```js const {pathsToModuleNameMapper} = require('ts-jest') const {compilerOptions} = require('./tsconfig'); module.exports = { moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths),...
GitHub is [deprecating](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) `echo "::set-output name=etc::etc"` in favor of a new syntax. ``` Run chrnorm/deployment-action@v2 ::set-output name=deployment_id::680226386 Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade...
Here's what I've got: ```ts import consola from 'consola' import { extract, LetterparserMail } from 'letterparser' import { Client, YapopleClientConfig } from 'yapople' const emailService = async (): Promise =>...
### Pitch Open Graph tags currently have defaults set by Mastodon. It would be preferable for admins to be able to set their own via the admin panel. ### Motivation...
This may not be an issue restricted to your app but possibly with cross-platform Swift apps generally, but when I scroll with my mousewheel inside the app on desktop, half...
I notice in the [API docs here](https://www.ansible-semaphore.com/api-docs/#/project/post_project__project_id__keys) that it says you can create keys, but I don't see any way to specify the key's value, just its name and type....
Same issue as #224 but on WSL instead of MacOS and recompiling doesn't work. Ubuntu 22.04.3 LTS on Windows 10 x86_64 Kernel 5.15.123.1-microsoft-standard-WSL2 Cargo 1.73.0 (9c4383fb5 2023-08-26) ```sh ❯ sudo...
Cargo installation fails citing `could not find _unix_ in _os_` ``` Compiling ripsecrets v0.1.5 (C:\Users\dsieradski\.cargo\git\checkouts\ripsecrets-0fa9e8d7534dec57\ac370a9) error[E0433]: failed to resolve: could not find `unix` in `os` --> src\pre_commit.rs:6:14 | 6 |...
The `queryUri` in the `getWeatherData` method in [`/apis/openweathermap.js`](https://github.com/naofireblade/homebridge-weather-plus/blob/master/apis/openweathermap.js) explicitly sets the `units` field as `metric`, and the constructor itself doesn't even seem to offer `units` as a parameter. ``` const...
**What happened**: I updated incoming connection settings for individual applications and quickly unchecked something after checking it. This happened three times.  Dump File Crash Time Bug Check String Bug...