Joseph Lewis III
Joseph Lewis III
Currently beancounter doesn't include any plotting utilities, there are a few available for javascript, although gnuplot could be an interesting one to include as a precompiled library.
The use of emscripten to generate the CAS is unfortunate because we end up with a very large package that takes a long time to download/parse. BeanCounter should include a...
Hi Dave, What would you feel about adding a utility that generates code using `reflect.Value`? The goal is to create something similar to the `%#v` `fmt` directive. My immediate goal...
It would be really cool to re-format the docs into a single [start-to-end tutorial that could be run in Cloud Shell](https://cloud.google.com/shell/docs/tutorials). It would make the multi-hour instillation more bearable (because...
Now that Terraform supports internal IP CloudSQL, this project should make users provision databases without external IPs. This will simplify configuration and be a security win. https://github.com/terraform-providers/terraform-provider-google/issues/2127
Rennovatebot isn't creating branches on the local repository, so the conformance tests which require this are failing. It's likely they will also fail for other external PRs as well. https://github.com/GoogleCloudPlatform/functions-framework-php/blob/5b645eedc7508a16481c364e8cd209fb176d3e03/tests/conformance/prerun.sh#L25...
It would be great if a platform was able to inject an always up to date version of Daytona into arbitrary K8s workloads. A common way to do this in...
[JEP 445](https://openjdk.org/jeps/445) (Preview in JDK 21) introduces unnamed classes and instance main methods. This could be a boon to writing functions if done right changing our result from this: ```java...
Each language here uses different RNGs. If this test is for the performance of each builtin PRNG, this is fair, otherwise a single random implementation should be used for each...
I'm generating a client for a GraphQL definition that includes an enumeration with the key `None`. It appears to be coming from here: https://github.com/jhnnsrs/turms/blob/1de3aebf828a18d1199a2007006777572124ce12/turms/plugins/enums.py#L81 It seems like doing an `iskeyword`...