-
### Feature request type
Enhance component
### Component name
mudautocomplete
### Is your feature request related to a problem?
I have thousands of static items that take too much time to load in…
-
The less deps the better - less updating and CVE surface. We are only using string and immutable list utils.
For the lists, new JDKs have:
- `Collections.unmodifiableList(list);`
- `List.of(...…
-
I noticed this looking at warnings from the Go testsuite in `chartest.i` where we have
```
struct CharTestClass {
static const char memberchar0 = '\0';
// ...
};
struct X_CharTestClass {…
-
The current proposal (#3835) for static extensions only allows static members and constructors to be accessed only on "class-like" types (that is classes, mixin classes, mixins, enums, and extension t…
-
I first build on windows: vcpkg install **grpc**:x86-windows-static
It fails at utf8-range. **Error: Package 'absl_strings', required by 'utf8_range', not found**
I get the same error with: vcpkg …
-
Hello, we have ported [micro-ROS](https://micro-ros.github.io/) (ROS2 for microcontrollers) to some of your development boards.
In order to do so, we use precompiled static libraries that are integ…
-
AFAF: https://try.haxe.org/#52ff1319
```haxe
@:using(Test.MyEnumUtils)
enum A {
VA;
VB(isX:Bool);
}
abstract B(A) from A {
@:to function toString() return this.toString();
}
…
-
I encountered an unknown exception during the deployment of an Azure Static Web App using Azure Pipelines. The deployment process downloads the `mcr.microsoft.com/appsvc/staticappsclient:stable` image…
-
**Is your feature request related to a problem? Please describe.**
Today using pendra does not give static type checking. For example when I have a row set to str, but then try to modify it to int, m…
-
### What problem are you trying to solve?
Separate tracking issue for non-statically-analyzable dynamic imports, as [the fix](https://deno.com/deploy/changelog#statically-analyzable-dynamic-imports…