-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
-
@brmataptos @fEst1ck @georgemitenkov @rahxephon89 @runtian-zhou @vineethk @wrwg
Index notation is already available [for vectors](https://aptos.dev/en/build/smart-contracts/book/vector#index-notati…
-
The folders inside the modules folder must be named using kabob-case. This is because these names are used in urls which should be lowercase.
This has the unfortunate side-effect of requiring us to c…
-
The following query is sent to the postgresql (seen from homer_app log) and its execution is taking a long time:
`select * from hep_proto_1_call where create_date between $1 and $2 and id in (1.083…
-
**Describe the bug**
The artifact type is missing from artifacts attached to an image in ACR.
**To Reproduce**
1. I'm pushing a very simple image to my ACR, and then I'm signing it with Notation by u…
-
Do we formally introduce the notation `{ f(x) | x:A }` anywhere, for a function `f : A -> B` between sets? It doesn't seem to be in section 3.7, which would be the logical place for it, since it has …
-
I broke the element access notation again
```
variable {Cont Idx Elem} [IndexType Idx] [Indexed Cont Idx Elem]
variable (x y : Cont)
-- broken
#check Function.HasUncurry.uncurry fun i => x[…
-
From the README:
``` js
model.get('otherSpies.0.name')
```
Wouldn't it make more sense to have the option to write
``` js
model.get('otherSpies[0].name')
```
since that's how the parameter would b…
-
I am not sure how to correctly index entropic cones.
For example, we have:
```julia
>>> nonnegative(10, EntropicCone.set(10)).h
1023-element SparseVector{Int64,Int64} with 1 stored entry:
[1 …
-
Range being the C# notation of `start..end` to with start being inclusive and end exclusive.
Range/Index also support backwards indexing with the `^` prefix.
I've quickly cobbled together a proof of …