-
# Definitions
## Top-wise
Actions that are performed by on top elements as arguments, destroy their arguments and leave the result on top of the stack are denoted as top-wise, with the note `t`
…
-
I'm seeing `RangeError: Maximum call stack size exceeded` inside of this function.
https://github.com/paulyoung/purescript-prettier-printer/blob/32fbceaa9c397bb4406c2827fcc61b1e4bf46416/src/Prettie…
-
Recently an issue was raised in the SAFE Dojo repo which was ultimately as the result of an error message being a bit buried.
Link: https://github.com/CompositionalIT/SAFE-Dojo/issues/185
The er…
-
We've migrated from using the C++ Protobuf implementation to nanopb for the middleware [eCAL](https://github.com/eclipse-ecal/ecal) on our master branch.
So far we haven't had any problems on our d…
-
## Describe the Bug
This module inherited a bug in PDK which causes the `docker_stack` resource to ungracefully fail with a "wrong number of arguments" error while calling `psych`'s YAML.safe_load.
…
-
When running DBIO.fold with a large collection a stack overflow is thrown. This is due to chained calls to flatMap not being stack safe.
This is very similar to #1186.
I have created a fix that …
-
Alice Ryhl [brings up](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/Choosing.20provenance.20exposed.20in.20the.20future.3F) the following data structure: a concurrent stack whe…
-
### Description
Types defined using the `class` keyword are heap allocated. While #750 talks about giving users the option to explicitly opt-in to stack allocating data, I feel we also need a mechani…
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my b…
-
Greetings,
I have been using scala-arm to read and concatenate lines from a large number of files, an operation that requires a large number of nested calls to `ManagedResource.map()`. This appears…