-
### Motivation
Right now, incoming slices and vectors are typed as `T[]` or `UInt8Array` and similar for primitives. This is unnecessarily restrictive.
Even today, all function taking slices an…
-
### Is your proposal related to a problem?
We've been working with splink to do a bit of address matching, and have identified cases where:
1. We can't use Levenshtein distance because it wouldn't…
-
```
model Person {
@prefixItems(string[])
names: string[]
}
```
[Playground Link](https://typespec.io/playground?c=aW1wb3J0ICJAdHlwZXNwZWMvanNvbi1zY2hlbWEiOwoKdXNpbmcgVHlwZVNwZWMuSnNvblPFHTsKCkD…
-
```c
#include
#include
#include
#include
const int width = 1024;
const int height = 768;
template
void RandomData(T &data) {
std::mt19937 mt(20241101);
std::uniform_int_dist…
-
### Steps to reproduce the behavior (Required)
```
CREATE DATABASE IDS_OCPM2_TRUE;
CREATE TABLE `IDS_OCPM2_TRUE`.`EVENTA` (`ID_EVENTA` BIGINT, `ID` BIGINT, `Time` DATETIME, `objecta_ID` BIGINT, `…
-
-**User Story**
Need to set-up arrays for the use of all features.
**Acceptance Criteria**
Create temporary Array to be used by all features:
- Respository
- Projects
- Package
-
**Dependecies**
n…
-
I'm not sure if this is possibly a duplicate of one the existing issues I filed, but I didn't want to let this case get missed just in case. I can't seem to simplify this down much more without the er…
-
### Bug report
When an array is passed expecting numeric keys unioned with an array shape of string keys, it merges them together into `array`, which makes type checking much more difficult.
In my…
Paril updated
4 months ago
-
**Godot version:**
3.2.1
**OS/device including version:**
Windows 7 64 bits
**Issue description:**
Code:
> var test = []
> for i in range(2) : test.append([])
> print(t…
-
Here is a very rough first cut at an alignment authoring api. I obviously need to learn a lot about python so forgive the non-standard function signatures.
I think the goal is: Keep it simple - dev…