Sylvain Quendez

Results 32 issues of Sylvain Quendez

It's the third time I install by mistake the npm package called [node-http-proxy](https://www.npmjs.com/package/node-http-proxy), which is a different package. Would it be possible to have the same name for both the...

Code is in onDidTransition.js line 131, but maybe there's a more robust way, see: https://github.com/pmusaraj/discourse-default-composer-category/blob/master/javascripts/discourse/initializers/default-category.js.es6

enhancement

When the `discpage hide tags` setting is unchecked, the discpage tags appear in the tag selector.

bug

On mobile, whereas the right pane normally triggers address bar auto-hide, the left pane does not.

Alignment of the header content (logo + menu) must fit: * Normal Discourse pages (max-width = 1110px), * DiscPage static pages (max-width = 782px, because 1110px is too wide for...

enhancement

There is now an official static page feature in Discourse (see [here](https://meta.discourse.org/t/page-publishing/151971)). Would it be a good idea to base DiscPage on this new feature?

question

As stated [here](https://meta.discourse.org/t/clicking-on-topic-takes-me-to-the-bottom-of-the-thread/142856), "entering [a topic] at your last read position is a critical feature of Discourse to make reading enjoyable". In a DiscPage balloon topic list, I think this...

enhancement

Topic counts (displayed in gray badges) require a page refresh to be updated. An automated update would be better.

enhancement

On page https://docs.simplefoc.com/velocity_openloop, in the sample code, there is this line: ```c++ motor.initFOC(); ``` I think it shouldn't be here, as initFOC() is not compatible with open loop mode.

possible bug

**Describe the bug** There seems to be no way to disable monitor downsampling. Setting `monitor_downsample` to zero disables monitoring altogether. The reason lies [here](https://github.com/simplefoc/Arduino-FOC/blob/master/src/common/base_classes/FOCMotor.cpp#L94): ```c++ if( !monitor_downsample || monitor_cnt++ <...

possible bug