Talia Wong

Results 30 issues of Talia Wong

`aws-vault` uses a unique keychain by default and I would assume there's good reason for that. The main difference I can see is needing to enter another password in order...

This will be used by AVC to determine the newest version for your KSP version. For NetKAN's purpose we just need the matching version.

Enhancement
Pull request
Netkan

Steps to reproduce: Try to add some scope with a `false` value: ``` Rollbar.scoped(example: false) { Rollbar.error(Exception.new) } ``` Observed: * the `example` key does not appear on the exception...

bug

https://github.com/CobaltWolf/Bluedog-Design-Bureau/blob/431472fe19703b47233dde4098b13a9c686f7a2d/Gamedata/Bluedog_DB/Parts/Titan/bluedog_LR87_11_Single.mu ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\io_object_mu\import_mu\operators.py", line 79, in execute return import_mu_op(self, context, **keywords) File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\io_object_mu\import_mu\operators.py", line 37, in import_mu_op ret...

**Steps to Reproduce** * Have a pod with two containers, e.g. `example1` and `example2` * Mount a ConfigMap into the `example1` container with a name that contains `example2` * Attempt...

Not sure why, it seems to always attach in the wrong orientation. Maybe overall part orientation contributes to this?

bug

Here: https://github.com/ferram4/Ferram-Aerospace-Research/blob/d82a3a4282e72a9488ba98045c59b7d2e56fc3d5/FerramAerospaceResearch/FARSettingsScenarioModule.cs#L108 FAR creates a new `FARSettingsScenarioModule` using the constructor. But `ScenarioModule` derives from `MonoBehaviour`, which shouldn't exist unless attached to a `GameObject`. I think this code is only hit...

Not all of the lower/nozzle options have gimbal hardware, and I think I can see more uses for the dome to be a different color rather than the gimbal hardware

Enhancement
Next Update

## Issue report ### **Question 1: What is the problem?** #### What is the expected behavior? If the ActiveRecord schema is cached before the app starts up, ActiveRecord is able...

Helm 3.5.0 updated the sprig package to a version which included [floating point math functions](http://masterminds.github.io/sprig/mathf.html) but those appear to be missing from the helm docs. I haven't extensively checked elsewhere...