Caelan

Results 64 issues of Caelan

### Issue / Motivation Currently all monochrome cursors are always rendered all-black, meaning they are invisible on dark backgrounds (see #6794). ### Description This updates the blend mode from GS_BLEND_SRCALPHA...

Bug Fix

Issue ----- There should be a differentiation between a live feed and a static feed. A static feed would be anchored at a specific element id so new elements would...

enhancement
help wanted

This sits on the back of #132, once that is complete we can look at this: The current view of events should be entirely represented in the URL (search string,...

enhancement
help wanted

### Problem Description Epic library! When given a random EXE file, it's currently cumbersome to locate the dotnet entry assembly. - For Full Framework Exe's, you can use `AssemblyDefinition.FromFile`. -...

enhancement
dotnet

Before I get started on this, I wanted your thoughts on the API. There are many ways to compare strings. Some .net best practice guide is here: https://learn.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings?redirectedfrom=MSDN The C#...

enhancement

I'm not suggesting that Fusion should support people writing anonymous / delegate functions in Fusion, but that our generated code allows people to provide delegates. It's a very common library...

enhancement

I think this depends on #144. It's a very common library paradigm to provide asynchronous functions. In JS, it's not even possible to wait synchronously on a promise, so if...

enhancement

Following the pattern of IntTryParse, I propose a new JsonNode class containing a `TryParse(string)` method. The instance/non-static members will have information about the type of node that was parsed, and...

enhancement

# API Design I reviewed subprocess.h, System.Diagnostics.Process, as well as child_process.spawn/spawnSync initially for the api design. To start with, just the sychronous support. See async notes below. Also, since much...

enhancement

This is similar to https://github.com/pomerium/pomerium/issues/1677 and the merged https://github.com/pomerium/pomerium/pull/4131 which allows you to use wildcards in the 'from' route property. Also related to: https://github.com/pomerium/pomerium/issues/659 **Is your feature request related to...

backend