-
| Q | A
| ---------------- | -----
| RFC? | yes
Hey guys! As we move forward to a more modular approach of the bundle and the code splitting, we will have to make a cho…
Vincz updated
3 years ago
-
This is where we dump stack traces from Win32 things that haven't been worked around yet or have regressed in some way.
Starting with Stardew Valley, using the stardewFNA script:
```
System.Ref…
-
This is where we dump bugs related to Windows Media content not being fixed or bugs that are introduced by the content conversion.
Starting with a Stardew Valley WaveBank, which interestingly doesn…
-
The common `Instrument` and `Controller` interfaces are pretty restricted, but there are at least a couple of elements that should be redesigned, namely
- `bounds`
- `sampling_rate`
There may b…
-
# Monolithic vs Distributed
- [ ] [monolithic vs distributed](https://dzone.com/articles/styles-of-software-architecture)
Monorepo means using one repository that contains many projects, and polyr…
-
dr elephant compiles to a single big jar. It will help if this jar is broken into independent ones - dr-elephant, heuristics and fetchers.
One advantage is that fetchers and heuristics can be reused…
-
Something like:
validator.set_format_check("url", [](const std::string &value) {
const std::regex uri_regex(R"(^https?:\/\/[^\s]+$)");
if (!std::regex_match(value, uri_regex))…
-
As a part of refactoring towards a monolithic repository https://github.com/eclipse-basyx/basyx-python-sdk/issues/277 we will need tests for the `server`, which do not exist at all yet and integration…
-
Currently the spec says:
> Size containment boxes are monolithic (See CSS Fragmentation 3 §4.1 Possible Break Points).
I think what we want to say is that the box is treated as fixed-size for th…
-
Monolithic LTO bug results in call to `f()` being erased by `InstCombinerImpl::visitUnreachableInst`
```c
// File f.c
extern void __attribute__((noreturn))f();
extern volatile int b,c,d,e;
int …