Adrian Ehrsam
Adrian Ehrsam
On Windows, in VS Code, using Powershell host, I get the following error: ``` npm-gui web-server running at http://localhost:1337/ { Error: ENOENT: no such file or directory, open 'C:\SOMEPATH\�w^~)�\package.json' at...
I have a recursive data structure as follows: ```python @dataclass_json @dataclass class TreeItems: data: TreeItemData Children: List["TreeItems"] ``` This does not work, even with the workaround here: https://github.com/lidatong/dataclasses-json/issues/340#issuecomment-1048277260 (infinite recursion)...
Feature Request: Consider use of IReadOnlyList<object> or ReadOnlySpan<object> instead System.Array
**Version:** Parquet.Net v.3.8 **Runtime Version:** All **OS:** All #### Expected behavior In order to create a Data Column object I am forced to use an Array which often leads to...
Hi there I saw that this package relies on azure-datalake-store for the support of ADLS Gen1. [azure-datalake-store](https://github.com/Azure/azure-data-lake-store-python) seems to be quite outdated (last commit 2021) and references old packages such...
MouseMove is not unsubscribed -> Memory Leak This quick & dirty hack makes the event static, preventing the leak
City
Hi there, I really like this little awesome library! However, I can't set the city on the Address Type, how is this supposed to work?
Wouldn't it be great to have npm-gui integrated into VS Code as an Extension? That would be so awesome! Also would it be possible in theory to add completely different...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
Port of https://github.com/PowerShell/PowerShell/issues/15588 ## Summary of the new feature/enhancement Powershell Package Authoring in C#/.Net is a very unsatisfying task for anything that relies on complex Nuget Packages. As an example:...