-
Currently tycho uses a split approach:
1. It resolves dependencies using P2 to get the order of projects and there preliminary requirements
2. It starts an OSGi resolve process to determine the pa…
-
Tested with `quay.io/operator-framework/upstream-registry-builder:v1.6.1` with this:
```Dockerfile
FROM quay.io/operator-framework/upstream-registry-builder:v1.6.1 as builder
COPY upstream-commun…
-
from retro
create repo of meetup presentations to iterate over them with new questions, explaining things and such
- Consolidate into one format (hopefully it has presenter notes and such alon…
-
I occasionally update ollama on a linux box by downloading URLs like `https://github.com/ollama/ollama/releases/download/v0.3.7-rc6/ollama-linux-amd64.tgz` and extracting/overwriting files into a loca…
-
My icons bundle size is 1008KB. Mostly because of using icons from the "flags" collection, which is quite heavy.
I don't know if it's feasible, but a way to automatically split the bundled icons into…
-
JS code for the browser is currently all bundled into one multi-megabyte file. The major pages (gene, region, variant, structural variant, etc) can be split into separate bundles and loaded on demand.…
-
We should (IMNSHO) split ScopeSim into two packages:
* ScopeSim_Core: A library with almost all the contents of the current ScopeSim, but with as less dependency as necessary (in particular not Sco…
-
This library seems not to work with dynamically loaded components.
Use case:
I have a create-react-app set up with react-snapshot. When i use react-loadable to split the bundles upon routes, the pag…
-
Android Appbundles (aabs) are the required format for play store app submissions. However, .aab files built by `flutter build appbundle` cannot be easily previewed.
https://github.com/google/bundle…
-
@huoxito In our app it's important to make sure that bundles ship together. If one 'part' of the bundle is backordered then the entire shipment should remain together as one shipment. The behaviour we…