-
This is a boiled-down example of something that affects a more serious proof effort. Consider this SawScript
let {{ n1: [8] -> [8]
n1 x = x + 1
n2: ([8],[8]) -> ([8],…
-
Hi,
Im not sure if it is supported, but in any case it would be useful to document
I tried
```
#[default(_code = "vec![\"en\"]")]
knows_language: Vec,
```
and
```
#[default(_code = r…
-
> > I wonder if it would make sense to suggest introducing a second binding in those simple `let` cases, aka.
> >
> > ```rust
> > let str1 = String::with_capacity(MAX_PATH);
> > let str1 = st…
-
hey guys when i `python ./tools/mergevec.py -v samples/ -o samples.vec
`
i got an error like this
`Vec files to be merged could not be found from directory: samples
`
-
It would be great to allow for `BigInt` and alike to be used in constant expressions. This is not possible with `Vec`, but if we use `SmallVec` instead, we might be able to make this possible. See htt…
kvark updated
3 years ago
-
It would be nice to be able to import vec-files. Select a frame and Menu import vec.
It would also be nice to save a key frame. Select a frame and Menu export vec.
-
Using the `Result` impl for `FromParallelIterator`, one can already collect the result of many fallible operations into a `Result`. However, AFAICT, it is currently impossible to do this multiple time…
-
alcCaptureSamples fills the memory of the result structure (Vec) only.
Capture.take() needs to call result.set_len(self.len()) after call to alcCaptureSamples().
esn01 updated
6 years ago
-
Currently, Point – Point produces a Point, which seems wrong for the documented semantics.
-
I'm having trouble converting from `HashMap` to `AnyLuaValue::LuaArray` due to this. Since the first element is the key, I think `AnyHashableLuaValue` is the correct way to go here.
Thanks!