Sam Reed

Results 294 comments of Sam Reed

``` kml.php?user=0&trid=0&alid=0&year=0&param=Frankfurt%2520am%2520Main%2520Airport%2520(%253Cb%253EFRA%253C%2Fb%253E)%253Cbr%253E%253Csmall%253EFrankfurt%2C%2520Germany%253C%2Fsmall%253E&id=R340%2C340 ``` And for an airline... ``` kml.php?user=0&trid=0&alid=3320C&year=0&param=Lufthansa%2520(%253Cb%253ELH%253C%2Fb%253E)%253Cbr%253E%253Csmall%253EGermany%253C%2Fsmall%253E%253Cbr%253E923%2520routes&id=L3320 ```

Based on `getFilterString`... ``` function getFilterString($dbh, $vars) { $filter = ""; $trid = $vars["trid"] ?? null; $alid = $vars["alid"] ?? null; $year = $vars["year"] ?? null; $xvalue = $vars["xvalue"] ??...

There are some "new" files in 3.52.5 vs 3.28.0, but I don't believe any of them are required as they're ES bundling ``` swagger-ui-es-bundle-core.js swagger-ui-es-bundle-core.js.map swagger-ui-es-bundle.js swagger-ui-es-bundle.js.map ```

https://github.com/flasgger/flasgger/blob/master/Makefile#L37-L38 is "scripting" for `swagger-ui`

Thanks! I was having a similar problem with OpenSCAD-2024.04.05 using https://github.com/scottbez1/splitflap/blob/master/3d/tools/flap_container.scad (it's got another issue which I've fixed in https://github.com/scottbez1/splitflap/pull/235) > Also, try to enable `Preferences->Features->manifold` - this new geometry...

> You have to restart, or do `Design->Flush caches`. We don't spend too much effort on UI or docs for experimental features, until they make it out of the experimental...

``` Site statistics ``` top10.dat is missing?

Looks like `sql/top10.sql` needs running... And cron-job-ing? And presumaly adding to the INSTALL for setup too, like account expiry - https://github.com/jpatokal/openflights/blob/master/INSTALL#L59-L64