Sébastien Despont

Results 22 issues of Sébastien Despont

Is there a way to display simple table footer not managed by the library? => no column summary, no formatting, ... Just a simple footer with multilines and static text....

help-wanted

This project is very useful and well developped. But there is no release since October 2020 and even if a lot of PR have been done. is this project still...

This commit https://github.com/trikoder/oauth2-bundle/commit/286cab0903029d17898cc617ae88d26f808c3a9e (committed on 5 Feb 2021 ) remove the dependency of sensio/framework-extra-bundle but has never been released. Would it be possible to have a new release to avoid...

It should be something like : # define ADC_PRE_SCALING_COMPENSATION 3 # define ADC_REF_VOLTAGE_IN_MILLIVOLTS 1200 # define ADC_RESULT_IN_MILLI_VOLTS(ADC_VALUE)\ ``` ((((ADC_VALUE) * ADC_REF_VOLTAGE_IN_MILLIVOLTS ) / 255) * ADC_PRE_SCALING_COMPENSATION) ```

In the adc_init() function, it is specified that no prescaling is used which is wrong according to the parameter used to configure the ADC. (ADC_CONFIG_INPSEL_AnalogInputOneThirdPrescaling

### Symfony version(s) affected 5.4.16 ### Description When signing an email with a DKIM, the BCC address is removed. If the message is not signed, the BCC is still present...

Bug
Status: Needs Review
Mailer

I know that this question is a bit out of scope of this library, sorry about that, but is there someone knowing which norm is defining `StrdBkgInf` string starting by...

check guidelines
support

Is there any reason to explain why the last release has not been updated since 01.2022 v3.0.0 and the last tag is v3.12.1?

### Description I use `data-filter-control="true"` and `data-search-on-enter-key="true"` to not start the search automatically. This way, the user can enter slowly the multiple texts to search in columns. I would like...

help-wanted
filter-control

### Bootstraptable version(s) affected 1.21.1 ### Description When an input field has a default value set with `data-filter-default`, the default value is reused if erased when filter another column. As...

confirmed
filter-control
Bug