Philipp Niedermayer
Philipp Niedermayer
## Description The numeric entry widget combines the useful features of Range and Entry widgets and adds support for unit handling, numeric expressions in any common format and lower/upper bounds....
Using views on log-scaled axes results in distorted artists and gives unexpected results compared to plotting the same data twice. To reproduce, modify the [simple example](https://matplotview.readthedocs.io/en/latest/examples/plot_00_simplest_example.html) slightly ```python from matplotview...
**Problems this feature request addresses** 1. There is no way to view images of an album shared by another person on a map 2. It is also not possible to...
To learn how to implement blocks in gr4 I want to implement and contribute a simple math block as part of the Block Tutorial at [European GNU Radio Days 2024](https://events.gnuradio.org/event/23)....
**Is your feature request related to a problem? Please describe.** There is currently no generic filter capability implemented. A handful of specific filters are available from the side menu (favourites,...
### Description Currently, text and regex show rules don't match when using styled content, as in this example: ```typ #show regex("an \w*"): underline This is an example with regex show...
Ideally use https://github.com/Sharp0802/WebP.Net once it supports .NET standard 2.0
For example, you could use the SkiaSharp.Views.Desktop.Common package like this: ```c# using var skImage = image.ToSKImage(); using var skData = skImage.Encode(SkiaSharp.SKEncodedImageFormat.Webp, 90); using var file = File.OpenWrite(filename); skData.SaveTo(file); ``` See...
Add support for ICS calendar files, e.g. to copy an appointment from Thunderbird calendar and paste it into a file (or vice verca) **Specification and constraints** - File endings: `.ics`...
## Description - Merges the functionality of "Fast Multiply Const" block into "Multiply Const" block - Deprecates "Fast Multiply Const" "Multiply Const" block get's an additional parameter "mode" to select...