Fabian Tollenaar

Results 25 issues of Fabian Tollenaar

Recently I needed to represent additional engine information from PGN 127498 (Engine Configuration Status). These fields are not yet present in Signal K. This is how the canboat output looks:...

enhancement
propulsion

Consider the following scenario: > An engine is connected to the NMEA2000 network. The engine is turned off, but the ignition is left on. Whilst the engine was running, it...

This PR implements an initial implementation for an XDR parser that uses the definitions format from `xdr-parser-plugin`. The implementation is different however, as that plugin has several issues IMO (e.g....

feature
WIP

In the current SK spec, multiple engines reporting RPM are recorded like this: `propulsion.engine1.revolutions` `propulsion.engine2.revolutions` `propulsion.engine3.revolutions` etc In the current RPM hook a delta is created with `propulsion.engine1.revolutions` hardcoded as...

This PR is a potential fix for the following issues: - #33 - #34 I say "potential" because I have not been able to test this, due to a dependency...

```javascript componentWillReceiveProps(nextProps) { if (!this.rfb) { return; } if (nextProps.scale !== this.props.scale) { this.rfb.get_display().set_scale(nextProps.scale || 1); this.get_mouse().set_scale(nextProps.scale || 1); } } ``` This method is deprecated by React Team.

I'm setting width & height like below. However, the width/height always revert to the width/height of the window. ```javascript const App = () => { const width = `${window.innerWidth -...

adding `import osmsm from 'osm-static-maps';` causes my application to crash immediately, without any error.

Currently, bee plugin requires a string ID of the div that will contain the editor. This is difficult when working in React, for instance. Feature request is to make it...