-
Hi,
when using the "-s MAXIMUM_MEMORY=4GB" flag i have run into issues with the glTex(Sub)ImageX functions. As soon as an address beyond the 2GB address space is passed as the pixels parameter and th…
PhM81 updated
2 years ago
-
Currently the flutter tool creates a plugin for all package dependencies, even though in the dev_dependencies section. We'd like to remove this behavior, since it can lead to plugins used for testing …
-
The [spec for SimpleFixedSizeExemplarReservoir](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#simplefixedsizeexemplarreservoir) says:
> Any st…
-
Assume we have `solid_a` and `solid_b`. If we want `solid_b` to execute after `solid_a`, we can composition functions to express the ordering:
```
@pipeline
def pipe():
solid_b(solid_a)
```…
-
http://www.eelis.net/c++draft/hardware.interference
`constexpr size_t hardware_destructive_interference_size = implementation-defined;`
This number is the minimum recommended offset between two conc…
-
The main goal of this issue is to make sure we don't forget to take this into account when implementing Roc's standard hash maps! It can be closed when we have a hash flooding mitigation strategy in p…
-
Eventually these may each need their own issue? For now, some bullets, some with recommendations.
### Syntax
- Space between tag and string literal? I.e. is `tag "abc"` the same as `tag"abc"`? […
-
```
gosh> (eqv? (begin) 0)
#t
```
R7RS doesn't say anything clear about an empty begin but `0` is probably an unexpected return value. Some implementations return `#`; does Gauche have a void va…
-
Practice talk for Haskell implementors workshop -- 20 + 10 minute format.
27:52 talk time.
-
In other issues we find some detailed analyses of how the pandas API is used today, e.g. gh-3 (on Kaggle notebooks) and in https://github.com/data-apis/python-record-api/tree/master/data/api (for a se…