-
Is there any plans to publish Reaktive to npm?
Recently we used reaktive in our lib to support node.js apps so we are publishing Reaktive to our internal artifactory since Reaktive is not published
-
**Is your feature request related to a problem? Please describe.**
I can see there is an official plugin for vscode, but not the Jetbrains?
**Describe the solution you'd like**
I can see that htt…
-
Hi all,
I am opening this issue to gather your feedback on a tentative roadmap that I've put together with the help of @Carthage/carthage
This roadmap will try to address the most pressing issu…
-
Finally [Webpack 5 has been released](https://webpack.js.org/blog/2020-10-10-webpack-5-release/)! 👍
During the beta I tried to provide a html-webpack-plugin version which is compatible to webpack …
-
**Is your feature request related to a problem? Please describe.**
This issue based on the discussion in the #1832 issue.
Instance attributes in many libraries, that I checked, aren't explicitly a…
-
With webpack 5 reaching it's final stages, I would love to put this on the roadmap since there is much to be gained with the new upgrade.
-
# Introduction
I don't have experience with IntelliJ plugin development, so I would like to discuss with you if it is possible to implement something like which-key:
![2019-12-29_1759x167](https:/…
-
### Description
I'm extending a package to support .NET 5.0 and ran into a breaking change. Given the console application:
```csharp
using System;
namespace ConsoleApp
{
class Program
…
-
Is it possible to hide child windows which are created by application itself? I want to see only main window per application in the box.
![ss](https://user-images.githubusercontent.com/801371/1054…
-
With C# 8, developers will be able to express whether a given reference type can be null:
```C#
public void M(string? nullable, string notNull, IEnumerable nonNullCollectionOfPotentiallyNullEntrie…