-
Many programs have the form: `(str.substr name (+ (str.indexof name "-" 0) 1) (+ (str.indexof name "-" 0) 4))` where `(str.indexof name "-" 0)` is repeated. Absynthe spends a lot of time duplicating t…
-
### Objective
To conveniently use tasks multiple times in the cycles without respecifying all the inputs in each cycle-task. We need some option to inherit inputs from a base definition (similar id…
-
Hello,
Can you advise on how the hosted zone could be reused for multiple instances (i.e. define in a outer stack and share to multiple sub-stacks) or how an existing HZ should be used in it's place …
-
This is a request for ideas. Overall the structure of `next-rest-framework` is a perfect companion to the App Router for detailed control of each API method. But for concerns which are global to the…
-
### Overview
We need to create a tool so that each project at H4LA that renders points on a map can use District Files to help people analyze or view the data.
## Action Items
- [x] Identify large g…
-
* Dart VM
I may be off base here but this is an observation I made looking at the profiling results from Flutter.
I was running performance benchmarks for Flutter ( https://github.com/flutter/fl…
-
The "Reuse" option of a published content type throws the following error:
Page Not Found
The page did not exist or was inaccessible. Reason: No site configuration found.
-
I got a few projects which use same like database schema. But there are some new columns, tables added in some projects.
I created a reusable core with Entity classes. But if I extend a entity and …
-
Imagine you have this code (ignore that it is quite useless):
```go
cfn.Go(func() error {
return nil
})
cfn.Go(func() error {
return nil
})
```
It is not defined whether it succee…
-
This is a suggestion I found in the TODO:
We can reuse an AWS instance instead of shutting them down after each job.
At least during a single benchmark, we could limit #instances = #parallel jobs.…