Stijn Tallon

Results 17 issues of Stijn Tallon

There seems to be an issue where the server side code renders markdown differently than the client side javascript code? it renders the markdown with the html `...` readable. Markdown:...

### Is your feature request related to a problem? From what i understand (from the unit tests), is that you can run one query, and grab output variables from it...

🎉 enhancement
🌶️ banana cake pop

**Environment** - Nuget Package: JsonPath.Net - Nuget Version: 0.2.0+ - OS: Any - .Net Target: Any **Can this library make doing something simpler?** Convert from a PathMatch to JsonPointer, or...

enhancement
pkg:path

### Describe the bug ``` node.error(RED._("s7.error.onconnect") + err.toString(), {});``` `err` is an object, so the message is appended with [object Object]. I'd use JSON to have more information about the...

First expression i try to debug i get this exception: ``` System.TypeLoadException: The generic type 'System.Func`3' was used with an invalid instantiation in assembly 'System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. at System.RuntimeTypeHandle.Instantiate(Type[]...

**Describe the bug** When using threads in a blazored application, the local storage functions break, even when called from thread 1. **To Reproduce** ```LocalStorage.SetItemAsStringAsync("key", "value", default);``` **Expected behavior** No exception...

Bug
Triage

The current serialization model assumes JsonSerializer.Deserialize() will always work: [(here)](https://github.com/Blazored/LocalStorage/blob/10e53abd64cb9b66b159f656998cdc283be5f7c6/src/Blazored.LocalStorage/LocalStorageService.cs#L217) ``` private async Task RaiseOnChangingAsync(string key, object data) { var e = new ChangingEventArgs { Key = key, OldValue =...

Feature Request
Needs: More Information

Mainly, can we somehow get this extern (snooped from chrome's dev tools): ```json { "extern": { "type": "File", "package": null, "imports": null, "body": [ { "type": "OptionStatement", "assignment": { "type":...

**Describe the bug** KubernetesYaml uses Culture dependant string formatting for floating point numbers. **Kubernetes C# SDK Client Version** `13.0.11` **Server Kubernetes Version** `N/A` **Dotnet Runtime Version** `net8` **To Reproduce** ```csharp...

This fails to parse: ```SQL MERGE [testDb].[dbo].[testTbl] AS [target] USING (VALUES (@key1, @key2, @key1, @key2 )) AS [source] ([key1], [key2], [key1], [key2]) ON [key1] = @key1 AND [key2] = @key2...

under review