WhiteBlackGoose

Results 177 issues of WhiteBlackGoose

I've seen a sample on the website, which looks like this: ```fs #r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll" open FSharpPlus ``` But it's probably a good idea to show real life usage, like this:...

C code: ```c extFloat80_t extF80_add( extFloat80_t a, extFloat80_t b ) { union { struct extFloat80M s; extFloat80_t f; } uA; ... ``` The generated C# code: ```cs [return: NativeTypeName("extFloat80_t")] public...

bug

### Motivation To avoid reallocations for every created bitmap. Useful, when rendering a formula for the same control/file. ### Details Proposed syntax for `TexRenderer`: ```cs public void RenderToBitmap(RenderTargetBitmap dst, double...

kind:feature
help-wanted

Hello! First of all, great extension. Thanks for it! Now, I'm quite new to VSC. I set the display language to English in it, but some things are still displayed...

bug
up for grabs
language services

**Describe the bug** docs.microsoft "forgets" the preferred language and switches back to `English US`. **To Reproduce** Steps to reproduce the behavior: 1. Be unlogged in 2. Go to random page,...

bug
Pri3

### Now we can do this ![image](https://user-images.githubusercontent.com/31178401/178413758-a7db9c81-8ccf-4c66-a0cb-adf81d5b3c5d.png)

There's `Plotly.NET.Export` which exports images, for example, into base64. However testing it on exact matches doesn't work well, after all, there are multiple ways the same image can be encoded...

help wanted
Area: ImageExport

## Problem This is the problem that we intended to fix with PR #321. It is fixed *partially*. After we migrated to tasks instead of F#'s async, plus we changed...

Type: Bug
Area: ImageExport

Gifs work very well to attract. And it's a plotting library! Can't exist without gifs.

With `ImmutableDynamicObj` [arriving](https://github.com/CSBiology/DynamicObj/pull/4), we now can replace everything related to `DynamicObj`.

Type: Enhancement
Area: Meta