Results 475 issues of milahu

i made some fixes to the api data https://github.com/milahu/api.ernte-teilen.org/tree/fixes ```diff # git diff -U0 main fixes diff --git a/api.ernte-teilen.org/farms/153 b/api.ernte-teilen.org/farms/153 index 159541c..c94c03a 100644 --- a/api.ernte-teilen.org/farms/153 +++ b/api.ernte-teilen.org/farms/153 @@ -13 +13...

based on https://github.com/milahu/qwik-table parse data from markdown: compiles from, compiles to, ... add github action to update website on every git push

reproducible compilation bazel rule: flag: "-frandom-seed=%{output_file}"

make it work with cpp source files bash: ```sh source=/a/b/c.x.y.cpp dest="${source%.*}.o" echo $dest # /a/b/c.x.y.o ```

small bug ... still irritating, distracting focus could be a rounding error (int vs float) or an off-by-one error

to resize two of N cells in a flex layout, we must set the `flex-size` for all N cells which is unnecessary (N-2 cells keep their size) and expensive (layout...

### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [X] All - [ ] Angular - [ ] HTML - [ ] Qwik...

bug

currently, webcrack produces code like ```js let { sin: k, cos: v, abs: w, log: N, floor: U, PI: A } = Math; ``` with the [smart-rename](https://github.com/pionxzh/wakaru/blob/main/packages/unminify/src/transformations/smart-rename.ts) rule of wakaru...

enhancement
unminify

input: mangled import names ```js import a from "/lib/some-lib-a/index.js" import b from "/lib/some-lib-b/dist/index.js" import c from "/lib/some-lib-c/dist/modules/some-module.js" ``` actual result: preserve the mangled import names `a` `b` `c` expected result:...

enhancement