max funk

Results 25 issues of max funk

Add a [Drawing Layer](https://developers.google.com/maps/documentation/javascript/drawinglayer) so that queries are executed with coordinate-ranges returned by the [getPath()](https://developers.google.com/maps/documentation/javascript/shapes#polyline_inspect) & [getPaths()](https://developers.google.com/maps/documentation/javascript/shapes#polygon_inspect) methods (see [third-party demo](http://www.etechpulse.com/2014/02/get-latitude-and-longitude-coordinates.html)). If a box is drawn around the U.S. while...

feature

Create a [/visualization.html](https://docs.google.com/drawings/d/1C1i1mJ4H9gS7rKsfOgMtEInMDtf3581VZCwav-rZ-OQ/edit?usp=sharing) page that embeds a U.S.-centered map using the [Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/tutorial). Systemaccounting data queried from this page's input fields will be inserted into the [GeoJSON objects...

feature

the [ProfileIds struct](https://github.com/systemaccounting/mxfactorial/blob/f73f90ffcc730f867d591669278c4c1de659a2fc/crates/types/src/account.rs#L135) wraps a `HashMap` of account names and profile ids `ProfileIds` implements the [From trait](https://github.com/systemaccounting/mxfactorial/blob/f73f90ffcc730f867d591669278c4c1de659a2fc/crates/types/src/account.rs#L137-L147) for a vec of string tuples, e.g. `vec![("some_account", "1"), ("another_account", "2")]` a failing...

cadet

#### current the `if [ ${TS_TUNE_MEMORY} -gt ${FREE_BYTES} ]` comparison in [772345](https://github.com/timescale/timescaledb-docker/blob/772345bb2eae58ddeace05c8f7c2714fb6b1ba33/docker-entrypoint-initdb.d/001_timescaledb_tune.sh#L49) was not likely reached before adding cgroups v2 in https://github.com/timescale/timescaledb-docker/pull/262 #### expected test for numeric `TS_TUNE_MEMORY` before referencing...

#### current https://doc.arroyo.dev/developing/dev-setup#testing tasks the `cargo test` and `cargo nextest run` commands after a `master` clone but several tests with dependencies fail #### expected 1. post `master` clone cargo test...

print "not started" error when calling send on none sender

1. navigate to http://localhost:10009/measure 2. search "riverside california gdp now" 3. search "StateOfCalifornia revenue now" #### observed streamed StateOfCalifornia revenue appears after 15 seconds #### expected streamed StateOfCalifornia revenue appears...

#### env os: sonoma 14.6.1 arch: x86-64 #### steps 1. `cargo install cargo-machete --version 0.6.2` 2. `git clone https://github.com/systemaccounting/mxfactorial` 3. `cd mxfactorial/services/graphql` 4. `cargo machete` #### observed ``` Analyzing dependencies...

published a node adapter on lambda example in https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examples/sveltekit-ssr-zip if youre not interested in maintaining this anymore

#### current the sql files in `migrations/schema`, `migrations/seed` and `migrations/testseed` are not linted #### expected 1\. lint sql files with https://hub.docker.com/r/sqlfluff/sqlfluff example commands: i) single file ```sh docker run -it...

help wanted
cadet