Pedro Lamas

Results 22 issues of Pedro Lamas

By default, `console.trace()` will also output the javascript stack trace, but once we `wrapConsole()`, it stops doing that! Here's a sample codesandbox showing the problem: https://codesandbox.io/s/console-trace-missing-stack-trace-6jh8s7?file=/src/index.js Just open the above...

We have a `findReact` method to find child React elements, but seems we are missing a `parentReact` method to find a specific parent element by it's React name. I believe...

enhancement

When I open some random repositories on VSCode, I can see the `.vscode/settings.json` getting created, yet those repos have nothing to do with HA configuration! A good example if the...

bug

The moonraker component is using `wget` to download the snapshots yet the install script is not checking if `wget` is installed! I get that standard Debian/Ubuntu install will most likely...

enhancement

We have quite a few popup context menus around the app, their styling is not consistent (mostly issues with padding & margin of items), and we should improve that! This...

This is a follow up on https://klipper.discourse.group/t/new-virtual-pins-module-for-testing-purposes/4727/6 As the AVR atmega644p only has 30 usable pins, that can be quite low when one wants to test features while developing for...

reviewer needed

### Is your feature request related to a problem? Please describe Fluidd and Mainsail have custom theme capabilities, both based on allowing users to create specially named subfolders on the...

enhancement

Changes the format of the `printer.screws_tilt_adjust` status to a dictionary of screws with the resulting measurements. ![image](https://user-images.githubusercontent.com/85504/213039289-26dcca34-2c1d-48dc-ac1d-3b8482320889.png) Remaining values can easily be retrieved from active printer configuration. This follows up...

(This is a follow up on #6145 and discussion on PR #6205) The following PR adds a new Temperature Sensor called `temperature_driver` that allows monitoring and reporting of the drivers...

This is a follow up on https://klipper.discourse.group/t/metadata-in-config-sections/8344 My intention here is to allow users to add `meta_` options to ANY section on the config with whatever value they would like....