-
Board|MCU|State|To-Do
-|-|-|-
8-Bit AVR boards, RAMPS, etc.|Arduino AVR|đź’šgood|
Due, RAMPS FD (v2.A!), etc.|SAM3X8E|💚good|
Duet Wifi + X5|SAM3X8E|âť“unknown|E3D Toolchanger on hand
Duet 2 Maestro|SA…
-
The main source code has recently been ported to ES2015 modules (see #9310); however, some parts are still relying on global namespace pollution and have thus become unusable.
Specifically the thin…
ghost updated
4 years ago
-
(Apologies if this isn't appropriate usage of the issue tracker, feel free to close if so.)
Jest (another Facebook project) has recently announced they're planning on migrating their codebase from …
-
Functions declared as const's get documented as variables and not functions eg:
```
const myFunct = (i) => { return i + 1; }
```
Is there a way to display them as functions in the docs?
-
> ## Update: React-Redux v7 final is now available!
> **We've just published [v7 final](https://github.com/reduxjs/react-redux/releases/tag/v7.0.1)**, with the changes covered in this thread. Upgrad…
-
Currently, Home Assistant users use the Openhab MQTT template changing the Controller Subscribe and Publish.
As stated in home assistant documentation:
https://www.home-assistant.io/components/sens…
-
I'm trying to avoid hard-coding module sources; the simplest approach would be:
```
variable "foo_module_source" {
default = "github.com/thisisme/terraform-foo-module"
}
module "foo" {
source = …
-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
Hi all,
I did succeed in flashing a device with the new tuya sdk with tuya-convert.
Changes needed are in my own fork, for reference
https://github.com/M4dmartig4n/tuya-convert
It is not rea…
-
M-x stops working after installing ivy, counsel and swiper through use-package. Here is the error-log
Debugger entered--Lisp error: (cyclic-function-indirection r-mode)
commandp(r-mode)
#f(c…