depler

Results 9 issues of depler

### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.49 ### What about latest release Yes. I have tried the latest release, but the bug...

How to implement arbitrary precision arithmetic with fixed point? Let's say we have this code: ``` var ctx = EContext.ForPrecision(5); var a = EDecimal.FromString("2"); var b = a.Sqrt(ctx); ``` That...

Here is code sample of IUpdateHandler implementation: ``` public class TelegramHandler : IUpdateHandler { public async Task HandleUpdateAsync(ITelegramBotClient botClient, Update update, CancellationToken cancellationToken) { try { //disable internet connection at...

Source code already contains targets with impersonating options. How about to implement `--impersonate ` command line switch?

enhancement

### What is the issue? **Steps to reproduce**: 1. Add torrent file with one tracker, start download. For example: https://releases.ubuntu.com/22.04/ubuntu-22.04.1-desktop-amd64.iso.torrent 2. Modify trackers list with several different trackers. For example:...

bug
needs clarification

### What is the issue? Details: https://ci.appveyor.com/project/transmissionbt/transmission/builds/45177525/job/r5c6wuw6g9fn4xp4 Pull request: https://github.com/transmission/transmission/commit/12e564096b9ea8a1ebf834e4e26c520b02c6fc0c ### Which application of Transmission? transmission-daemon ### Which version of Transmission? latest

NpgsqlMigrator.cs contains method MigrateAsync with following code: ``` await base.MigrateAsync(targetMigration, cancellationToken).ConfigureAwait(false); ... var reloadTypes = migrations .SelectMany(m => m.UpOperations) .OfType() .Any(o => o.GetPostgresExtensions().Any() || o.GetPostgresEnums().Any() || o.GetPostgresRanges().Any()); ``` Access to...

blocked

Voice search uses only current system language. That say if I use Russian as system language and trying to search something with English voice search - it gives me bogus...

Is it going to be updated when new version of transmission will be released? Also, please consider to replace Web UI with this: https://github.com/6c65726f79/Transmissionic