Charles Lowell

Results 148 issues of Charles Lowell

While the baseline for data generation should be zero-config, we need to be able to constrain a scenario based on certain parameters. Because multiple simulators may respond to a single...

Trying to follow along with the examples, I cut and paste the imports into the repl from `Product.purs` And then tried to insert the first examples into the repl. The...

For frameworks like [cells](https://github.com/apotonick/cells) that don't use standard template paths, I've added the ability to search multiple paths for your mustache templates. The array of search paths is stored in...

I'm trying to compile tree-sitter modules on a Windows 10 box at my work. However, whenever I try to use `clang` and `clang++` for the compilers (those are the C...

The APIs which the benchmark uses to create a router appear to no longer work. At first blush, It appears that its the lack of a container with properly registered...

I'm not quite sure why some of the tests use benchmark.js and other not, but on my machine, the `baseline-handlebars-list` yields the following dataset: `[ 4, 2, 2, 1, 2,...

As convenient as that is, it is an unintended side effect of starting a backstage server that you will create a full blown GitHub api simulator. We ran into this...

1. navigate to http://localhost:3000/platformscript 2. edit libraries in backend/ps/lib/*.yaml 3. can be loaded by http://localhost:7007/api/ps/lib/*.yaml

We currently do not have any role assignment to various endpoints and so they are all unprotected. We need to not only a strategy for securing endpoints, but also a...

Once we have secure endpoints for running platform API commands, we need a way to be able to authenticate and store credentials from the command line.