Matt Kaatman

Results 7 issues of Matt Kaatman

``` Traceback (most recent call last): File "/home/user/.local/bin/shreddit", line 8, in sys.exit(main()) File "/home/user/.local/lib/python3.8/site-packages/shreddit/app.py", line 54, in main shredder.shred() File "/home/user/.local/lib/python3.8/site-packages/shreddit/shredder.py", line 68, in shred deleted = self._remove_things(self._build_iterator()) File "/home/user/.local/lib/python3.8/site-packages/shreddit/shredder.py",...

## 🚀 Feature Proposal Support option chaining as it is in tc39 stage 4: https://github.com/tc39/proposal-optional-chaining ## Motivation People are using it in their code. ## Example Currently this error is...

![image](https://user-images.githubusercontent.com/275547/148021944-eaa30192-cc79-4b33-a4bc-42e7bbe079cc.png)

bug

Pasting a card number into a CC field throws uncaught exception that formatCardNumber doesn't exist https://github.com/omarshammas/jquery.formance/issues/24

Uncaught TypeError: $.formance.formatCardNumber is not a function `value = $.formance.formatCardNumber(value);` doesn't exist the corrected line is: `value = $.formance.formatCreditCardNumber(value);` ``` reFormatCardNumber = function(e) { var _this = this; return setTimeout(function()...

``` Logger: homeassistant.components.withings Source: components/withings/common.py:747 Integration: Withings (documentation, issues) First occurred: 3:12:23 AM (1 occurrences) Last logged: 3:12:23 AM Unexpected error fetching poll_data_update_coordinator data: 'dict' object has no attribute 'context'...

Lawnchair launcher has an option to choose a news feed provider but FeedFlow doesn't show up as an option. This would be a great combo to have working together. https://github.com/LawnchairLauncher/lawnchair/issues/5579

enhancement