-
Because apparently "think about BM infrastructure" is my brain's current idle loop.
This is a very high-level thought dump; I haven't looked at the actual implementation details this would have to …
-
# Name
Your open source repo needs a project manager: lessons learned from building Bevy
## Contents
## Backgound
- I'm Alice
- I'm one of the maintainers of Bevy and Sprawl
- These proj…
-
Right now, incremental compilation can only re-use an object file if it is an exact match of that code that we want. In theory it would be possible though to keep using an object file that contains a …
-
# Abstract
The well-being of our global ecosystem is dependent on the shared preservation of global public goods (GPGs). A GPG is a good which cannot be replaced with any other good, and that no on…
-
## Project description
**Problem**
I have a vision or an idea for a product and I want to work on it with other entities (i.e. actants, stakeholders, people, organisations, etc.). The goal is, to …
-
A general issue to collect discussion and decisions on supporting type classes. Discussion so far has been along the following lines:
- Introduction of a new, typed language between parsing and Pur…
-
Hello,
based on the information I could find it seems like the autoscaler doesn't account for capacity each new server will have and therefore it is unable to scale up quickly in case a ton of pendin…
-
The following test case produces inconsistent results:
```c
#include
#include
int main(void) {
int s;
long double u = (uintptr_t)&s;
int *p = (int *)(uintptr_t)u;
assert(&s == p);
}
…
-
**Issue by [mdnunez](https://github.com/mdnunez)**
_Tuesday Apr 19, 2016 at 23:50 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1875_
----
#### New Feature Suggestion:
Add a W…
-
Have `new` support a user written BUILD function.
- Called after the object is created.
- It takes no arguments and returns nothing.
- The decision to call BUILD or not should be made by the mite comp…