Handle timeseries, how to model ?

2020-12-13 Thread Franck DG
Hello, I am looking for best practices in managing the registration of timeseries. I cannot find a satisfactory model for Django. The problem is to model a driving simulator made up of a steering wheel, brake pedal, clutch, gear lever, ... Following a session, the machine provides a file with

[jira] [Created] (NETBEANS-5145) Tests Result doesn't diplay output anymore

2020-12-13 Thread Franck VALLEE (Jira)
Franck VALLEE created NETBEANS-5145: --- Summary: Tests Result doesn't diplay output anymore Key: NETBEANS-5145 URL: https://issues.apache.org/jira/browse/NETBEANS-5145 Project: NetBeans

Re: [Spip] medias/modeles pour un fichier .page

2020-12-12 Thread Franck
Oui oui et perso, je ne suis pas certain d'un intérêt à ce que spip connaisse le .pages, mais bon, de toute façon, cela ne fait pas de mal  -Message d'origine- De : Maïeul Rouquette Envoyé : samedi 12 décembre 2020 19:55 À : Franck ; 'Renée Picard' Cc : 'spip' Objet : Re: [Spip

Re: [Spip] medias/modeles pour un fichier .page

2020-12-12 Thread Franck
Hello  Pour info, les types mime que connait spip sont ici : https://git.spip.net/spip/medias/src/branch/master/base/typedoc.php Franck De : Renée Picard Envoyé : samedi 12 décembre 2020 19:09 À : Maïeul Rouquette Cc : spip Objet : Re: [Spip] medias/modeles pour un fichier .page

Re: [spip-dev] [Spip-zone-commit] [soundmanager] mieux packger le nouveau player et page de demo

2020-12-10 Thread Franck
☹ Faudrait faire un up de version de paquet.xml et mettre le même à plugin.xml, histoire de repartir correctement Franck -Message d'origine- De : BoOz Envoyé : jeudi 10 décembre 2020 20:31 À : spip-zone-com...@rezo.net Objet : [Spip-zone-commit] [soundmanager] mieux packger le nouveau player et

[PATCH v4 5/5] soc: imx8: Add the SC SECVIO driver

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND The SNVS is a hardware component in the imx8 SoC. One of its function is to detect hardware attacks, in which case it creates a SECurity VIOlation. This patch adds the support for the reception of these secvio and report it to the audit framework. It also gives

[PATCH v4 3/5] dt-bindings: firmware: imx-scu: Add SECVIO resource

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND The SNVS can trigger interruption when detecting a security violation. This patch adds the definition of the resource. Signed-off-by: Franck LENORMAND --- include/dt-bindings/firmware/imx/rsrc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v4 4/5] dt-bindings: arm: imx: Documentation of the SC secvio driver

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the documentation for the security violation driver using the SCU on imx8x and imx8q. Signed-off-by: Franck LENORMAND --- .../bindings/arm/freescale/fsl,imx-sc-secvio.yaml | 34 ++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v4 1/5] firmware: imx: scu-seco: Add Secure Controller APIS

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the APIs: - imx_sc_seco_build_info: get commit and sha of SECO - imx_sc_seco_secvio_enable: enable SNVS IRQ handling - imx_sc_seco_secvio_config: configure SNVS register - imx_sc_seco_secvio_dgo_config: configure SNVS DGO register Signed-off-by: Franck

[PATCH v4 0/5] Add support of SECVIO from SNVS on iMX8q/x

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND This patchset aims to add support for the SECurity VIOlation (SECVIO) of the SNVS. A secvio is a signal emitted by the SNVS when a hardware attack is detected. On imx8x and imx8q SoC, the SNVS is controlled by the SECO and it is possible to interact with it using the SCU

[PATCH v4 2/5] firmware: imx: scu-irq: Add API to retrieve status of IRQ

2020-12-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the API to retrieve the status of an IRQ. It also adds values used to process SECVIO IRQ from the SCU. Signed-off-by: Franck LENORMAND --- drivers/firmware/imx/imx-scu-irq.c | 48 +++--- include/linux/firmware/imx/sci.h

Re: [TECH] [FRnOG] [MISC] Brouilleur téléphones mobiles

2020-12-08 Thread Franck Parisy
Les entreprises ayant plus de "finances" peuvent aussi se rapprocher de professionnels aménageant les salles d'imagerie médicales (application de feuilles de plombs ou cuivres sur les murs, parois vitrées spécifiquement plombées afin de ne laisser passer aucune onde). Cordialement, -

Re: RFR: 8256693: getAnnotatedReceiverType parameterizes types too eagerly [v2]

2020-12-01 Thread Joel Borggrén-Franck
n't the case. > > This implementation recursively creates a chain of ParameterizedTypes > starting from the outermost type that has type parameters. Joel Borggrén-Franck has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrel

Re: [spip-dev] [Spip-zone-commit] [moncompte] On augmente la version du coup (mais faudrait passer à (...)

2020-11-27 Thread Franck
Hello rasta  Il n'aurait pas fallu faire un tag en même temps, sachant que tu lui donnes le statut de "test" ? Car là, le plug est introuvable sur plugins.spip.net et donc, les gens ne peuvent en faire le téléchargement via svp... Franck -Message d'origine- De : RastaPopoulo

Re: RFR: 8256693: getAnnotatedReceiverType parameterizes types too eagerly

2020-11-24 Thread Joel Borggrén-Franck
On Tue, 24 Nov 2020 15:54:47 GMT, Joel Borggrén-Franck wrote: > The fix for JDK-8256693 too often produces a ParameterizedType as the result > of getAnnotatedReceiverType().getType() . A ParameterizedType is necessary > when this type or any of its transitive owner types has type p

RFR: 8256693: getAnnotatedReceiverType parameterizes types too eagerly

2020-11-24 Thread Joel Borggrén-Franck
The fix for JDK-8256693 too often produces a ParameterizedType as the result of getAnnotatedReceiverType().getType() . A ParameterizedType is necessary when this type or any of its transitive owner types has type parameters, but should be avoided if this isn't the case. This implementation

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-24 Thread Joel Borggrén-Franck
On Mon, 16 Nov 2020 12:44:08 GMT, Magnus Ihse Bursie wrote: >> Currently, to use the javac server, a horrendously long command line option >> is created, looking like this: `--server:portfile=> portfile>:sjavac=`, where the sjavac command has >> had all spaces replaced by %20. Since Project

Re: Ask for passphrase once, but require confirmation each time a key is used?

2020-11-21 Thread Franck Routier (perso)
You could use a Yubikey: correctly configured, it will required you to touch the yubikey capacitor button to allow the use of the gpg key (once the passphrade is cached of course) Franck Le jeudi 19 novembre 2020 à 22:08 +0100, dalz via Gnupg-users a écrit : > The motivation is that I'd l

Re: suggesting screen-hook

2020-11-20 Thread Franck Richter
Thanks Felix for your comments. > I use the basic scheme you have of manually toggling visibility, and it is > plenty fast and easy. I use it for the same reason: copying multi-line text. Yeap, we share same experience. I used to manually toggle sidebar visibility too for a while. Then I

[electron.libre] Articles techniques sur les motorisations

2020-11-20 Thread Franck Aguerre
Bonjour à tous,Coïncidence, le second volet (moteurs) de ma petite saga sur les motorisations a été publié hier par la FFAM :http://rcaerolab.eklablog.com/adaptation-helice-moteur-avion-p2877910Bonne lecture,Franck (46...)envoyé : 20 novembre 2020 à 11:28de : Patrick Durieux à : electron.libre

Re: [spip-dev] Aucun dépôt disponible !

2020-11-18 Thread Franck
Hello  L'adresse su dépôt principal est: https://plugins.spip.net/depots/principal.xml Les autres sont ici: https://plugins.spip.net/spip.php?page=depots Franck -Message d'origine- De : Syd Dolby Envoyé : mercredi 18 novembre 2020 10:09 À : spip-dev@rezo.net Objet : [spip-dev] Aucun

Re: RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v7]

2020-11-17 Thread Joel Borggrén-Franck
On Mon, 16 Nov 2020 11:51:32 GMT, Rafael Winterhalter wrote: >> I think it would be good to rebase on top of a recent jdk upstream before >> merging. > > Rebased on HEAD/master. Tier 1-3 looks good, go ahead and / integrate and I'll sponsor - PR:

Re: RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v7]

2020-11-16 Thread Joel Borggrén-Franck
On Mon, 16 Nov 2020 11:23:47 GMT, Joel Borggrén-Franck wrote: >> Rafael Winterhalter has refreshed the contents of this pull request, and >> previous commits have been removed. The incremental views will show >> differences compared to the previous content of the PR

Re: RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v7]

2020-11-16 Thread Joel Borggrén-Franck
On Mon, 16 Nov 2020 11:10:19 GMT, Rafael Winterhalter wrote: >> A method's or constructor's owner type might carry annotations on its >> potential type parameters but is never represented as parameterized type >> what makes these parameters inaccessible at runtime, despite the presence of >>

Re: RFR: 8202471: (ann) Cannot read type annotations on generic receiver type's type variables [v6]

2020-11-16 Thread Joel Borggrén-Franck
On Sun, 15 Nov 2020 23:25:22 GMT, Rafael Winterhalter wrote: >> A method's or constructor's owner type might carry annotations on its >> potential type parameters but is never represented as parameterized type >> what makes these parameters inaccessible at runtime, despite the presence of >>

Re: RFR: 8202471: Make type annotations on owner type parameters available [v4]

2020-11-15 Thread Joel Borggrén-Franck
On Sat, 31 Oct 2020 21:11:15 GMT, Rafael Winterhalter wrote: >> A method's or constructor's owner type might carry annotations on its >> potential type parameters but is never represented as parameterized type >> what makes these parameters inaccessible at runtime, despite the presence of >>

suggesting screen-hook

2020-11-15 Thread Franck Richter
y_mailboxname/in"set sidebar_visible=yes"' Even with above, when manually saving mails in other mailboxes (via 's' or ';s'), I have to manually make sidebar visible again. [ Name alternatives ] screen-hook, context-hook, mode-hook... (doesn't matter) Kind regards, Franck Richter

Re: [Spip] Erreurs lors des sauvegardes manuelles

2020-11-10 Thread Franck
Hello Pour faire un essai de reproduction du problème, il faudrait plus d’info… Version de PHP ? Installation en Mysql, SQlite, MariaDB ??? Problème en local ou chez un hébergeur (qui) ??? Franck De : Roland Envoyé : mardi 10 novembre 2020 16:52 À : spip@rezo.net Objet : Re: [Spip

[PATCH V3 1/5] firmware: imx: scu-seco: Add Secure Controller APIS

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the APIs: - imx_sc_seco_build_info: get commit and sha of SECO - imx_sc_seco_secvio_enable: enable SNVS IRQ handling - imx_sc_seco_secvio_config: configure SNVS register - imx_sc_seco_secvio_dgo_config: configure SNVS DGO register Signed-off-by: Franck

[PATCH V3 5/5] soc: imx8: Add the SC SECVIO driver

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND The SNVS is a hardware component in the imx8 SoC. One of its function is to detect hardware attacks, in which case it creates a SECurity VIOlation. This patch adds the support for the reception of these secvio and report it to the audit framework. It also gives

[PATCH V3 3/5] dt-bindings: firmware: imx-scu: Add SECVIO resource

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND The SNVS can trigger interruption when detecting a security violation. This patch adds the definition of the resource. Signed-off-by: Franck LENORMAND --- include/dt-bindings/firmware/imx/rsrc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH V3 4/5] dt-bindings: arm: imx: Documentation of the SC secvio driver

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the documentation for the security violation driver using the SCU on imx8x and imx8q. Signed-off-by: Franck LENORMAND --- .../bindings/arm/freescale/fsl,imx-sc-secvio.yaml | 34 ++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH V3 2/5] firmware: imx: scu-irq: Add API to retrieve status of IRQ

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND This patch adds the API to retrieve the status of an IRQ. It also adds values used to process SECVIO IRQ from the SCU. Signed-off-by: Franck LENORMAND --- drivers/firmware/imx/imx-scu-irq.c | 48 +++--- include/linux/firmware/imx/sci.h

[PATCH v3 0/5] Add support of SECVIO from SNVS on iMX8q/x

2020-11-10 Thread franck . lenormand
From: Franck LENORMAND This patchset aims to add support for the SECurity VIOlation (SECVIO) of the SNVS. A secvio is a signal emitted by the SNVS when a hardware attack is detected. On imx8x and imx8q SoC, the SNVS is controlled by the SECO and it is possible to interact with it using the SCU

Re: [Spip] Plugin joomla

2020-11-07 Thread Franck
demande pas du travail aussi sur le plug Sinon, tu fais le boulot en spip 3.0 et une fois fini, tu passe le site en spip 3.2 ou 3.3 Franck De : teamspipfact...@gmail.com Envoyé : vendredi 6 novembre 2020 21:17 À : spip@rezo.net; Team ; b...@rezo.net Objet : [Spip] Plugin joomla Hello

Re: RFR: 8255883: Avoid multiple GeneratedMethodAccessor for same NativeMethod…

2020-11-06 Thread Joel Borggrén-Franck
On Fri, 6 Nov 2020 00:24:14 GMT, Hui Shi wrote: >> If we are changing NativeMethodAccessorImpl.invoke then we should probably >> do NativeConstructorAccessorImpl.newInstance at the same time. Also >> wondering if we should, while in the area, add "return acc.invoke(obj, >> args)" after

Re: [spip-dev] [Spip-zone-commit] [basicone] vraie bonne borne mini 3.3.0-dev (Franck)

2020-11-02 Thread Franck
: chankalan Envoyé : lundi 2 novembre 2020 18:45 À : spip-zone-com...@rezo.net Objet : [Spip-zone-commit] [basicone] vraie bonne borne mini 3.3.0-dev (Franck) spip-contrib-extensions/basicone - Par chankalan, le 2 novembre 2020 à 18h43min : vraie bonne borne mini 3.3.0-dev (Franck) *Modifié

Re: [spip-dev] [Spip-zone-commit] [basicone] ajout svg du bandeau pour spip3.3

2020-11-02 Thread Franck
novembre 2020 18:32 À : Franck ; spip-dev@rezo.net Objet : Re: [Spip-zone-commit] [basicone] ajout svg du bandeau pour spip3.3 hello, merci pour ta vigilance Franck, mais avec la borne mini 3.3.0 le plugin n'apparaît pas dans la liste des plugins de spip3.3-dev J'ignore pourquoi... Le 02/11/2020 à 18

Re: [spip-dev] [Spip-zone-commit] [basicone] ajout svg du bandeau pour spip3.3

2020-11-02 Thread Franck
Hello  Il y a un problème avec la borne de compatibilité, tu as écrit : compatibilite="[3.2.99;3.3.*] Donc là, il est incompatible avec spip 3.2, l'idéal, serait de mettre 3.3.0 comme borne mini si le plug est pour spip 3.3, comme ça quand spip 3.3 sortira, il sera ok Franck -Me

Re: [Spip] trad.spip ne renvoie pas vers la version https

2020-10-26 Thread Franck
Merci pour trad  Faudrait faire la même pour http://info.spip.net/ qui ne renvoie pas vers https://info.spip.net/ Et il y a un problème de certificat concernant https://grml.eu/ Franck -Message d'origine- De : Matthieu Marcillaud Envoyé : lundi 26 octobre 2020 20:03 À : spip@rezo.net

[Spip] trad.spip ne renvoie pas vers la version https

2020-10-26 Thread Franck
Hello  Juste pour dire que http://trad.spip.net/ ne renvoie pas vers https://trad.spip.net/ qui est pourtant fonctionnel. Franck ___ liste spip spip@rezo.net - désabonnement : envoyer un mail à spip-...@rezo.net Archives : https://www.mail

[Bug 1901567] Re: bwrap: setting up uid map: Permission denied (with Apparmor)

2020-10-26 Thread Franck
Also notice that setting apparmor in complain mode for usr.bin.evolution is not enough to get it working. You have to disable the profile... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu.

[Bug 1901567] Re: bwrap: setting up uid map: Permission denied (with Apparmor)

2020-10-26 Thread Franck
Also notice that setting apparmor in complain mode for usr.bin.evolution is not enough to get it working. You have to disable the profile... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901567

[Bug 1901567] [NEW] bwrap: setting up uid map: Permission denied (with Apparmor)

2020-10-26 Thread Franck
Public bug reported: After upgrading from Ubuntu 20.04 to 20.10, evolution is unable to display my mails. Launching from a shell, I get this error message: "bwrap: setting up uid map: Permission denied" Also, double clicking on a mail shows: "Something has gone wrong when displaying the

[Bug 1901567] [NEW] bwrap: setting up uid map: Permission denied (with Apparmor)

2020-10-26 Thread Franck
Public bug reported: After upgrading from Ubuntu 20.04 to 20.10, evolution is unable to display my mails. Launching from a shell, I get this error message: "bwrap: setting up uid map: Permission denied" Also, double clicking on a mail shows: "Something has gone wrong when displaying the

Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2020-10-24 Thread Franck@
w to search, I can only find "La Baroque". (I live in France.) ---- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.php?t=106900

Re: [arch-general] Thunderbird 78

2020-10-21 Thread Franck STAUFFER
On 8/15/20 2:38 PM, Geo Kozey wrote: From: Franck STAUFFER Sent: Sat Aug 15 09:32:51 CEST 2020 To: karx via arch-general Subject: Re: [arch-general] Thunderbird 78 Shouldn't it be the opposite? This is not Debian Stable, packages should be up-to-date

Create anycast queue with JMSManagementHelper (Artemis)

2020-10-20 Thread Franck V.
o anycast. ActiveMQJMSClient.createQueue() is also deprecated though it's used in the official examples. I'm not sure how to change either. Thanks! Franck

Re: [spip-dev] [xray] UI recentrée sur les usages + jolis unicodes que je ne (...)

2020-10-18 Thread Franck
unicodes que je ne (...) Le 18/10/2020 à 12:30, Franck a écrit : > Il n'aurait pas été mieux de faire une branche qui commence à spip 3.2 ou 3.3 > histoire d'en finir avec spip 2.1 et du fichier plugin.xml que les gens ont > tendance à oublier parfois ? Oui certes. Je dois effacer le plug

Re: [spip-dev] [Spip-zone-commit] [xray] UI recentrée sur les usages + jolis unicodes que je ne (...)

2020-10-18 Thread Franck
Hello  Il n'aurait pas été mieux de faire une branche qui commence à spip 3.2 ou 3.3 histoire d'en finir avec spip 2.1 et du fichier plugin.xml que les gens ont tendance à oublier parfois ? Franck -Message d'origine- De : jluc Envoyé : dimanche 18 octobre 2020 11:05 À : spip-zone-com

Bug#972417: xfce4-power-manager: System left idle => 'display power management' auto-locks session => no X session or lightdm greeter

2020-10-18 Thread franck
ht-locker, lightdm: screen stays off after resume and all the merged one: 805711, 846278, 868087, 908329, 922095, 929461, 929834, 931555 #835461 light-locker breaks suspend/resume with nvidia legacy 340 drivers Bugs in source package lightdm #867620 lightdm unlock screen randomly

Bug#972417: xfce4-power-manager: System left idle => 'display power management' auto-locks session => no X session or lightdm greeter

2020-10-18 Thread franck
ht-locker, lightdm: screen stays off after resume and all the merged one: 805711, 846278, 868087, 908329, 922095, 929461, 929834, 931555 #835461 light-locker breaks suspend/resume with nvidia legacy 340 drivers Bugs in source package lightdm #867620 lightdm unlock screen randomly

Bug#972417: xfce4-power-manager: System left idle => 'display power management' auto-locks session => no X session or lightdm greeter

2020-10-18 Thread franck
ht-locker, lightdm: screen stays off after resume and all the merged one: 805711, 846278, 868087, 908329, 922095, 929461, 929834, 931555 #835461 light-locker breaks suspend/resume with nvidia legacy 340 drivers Bugs in source package lightdm #867620 lightdm unlock screen randomly

Re: [Spip] Warning SPIP 3.3 dev

2020-10-08 Thread Franck
Hello  S'il s’agit des logo des plugs qui sont visibles dans "svp", il faut supprimer les dépôts qui sont dans .../ ecrire/?exec=dépôts puis remettre le dépôt principale, c'est le passage de "svn" vers git qui fait qu'il ne s'affiche plus  Franck -Message d'origine--

[Gretl-users] Re: Penrose

2020-10-08 Thread NADAUD Franck
It could be used for group theory and even perhaps some econometric work. A very interesting and creative physicist. All the best folks, regards. Franck. Message original Sujet: [Gretl-users] Penrose Date: Jeudi 8 Octobre 2020 14:58 CEST De: Sven Schreiber Répondre à: Gretl

[spip-dev] checkout

2020-10-05 Thread Franck
Hello  Il est possible de récupérer une ancienne version de checkout (1.2.1) quand il n’y a pas de tag ? https://git.spip.net/spip-contrib-outils/checkout Franck ___ liste: https://listes.rezo.net/mailman/listinfo/spip-dev doc: https

Re: [Spip] Compatibilité version php spip 3.3.0 dev

2020-10-04 Thread Franck
Hello  Spip 3.3.0 fonctionne en php 7.4, par contre attention c'est toujours du dev, donc il est possible que des changements arrives encore, exemple: https://git.spip.net/spip/organiseur/pulls/2 Franck -Message d'origine- De : 6ril Envoyé : dimanche 4 octobre 2020 13:30 À : spip

[spip-dev] redirection de forum et certificat

2020-10-04 Thread Franck
://latex.spip.net et https://archives.rezo.net Juste histoire d’être sûr, trac.rezo.net à bein été remplacer par <https://core.spip.net> https://core.spip.net et maintenant <https://git.spip.net> https://git.spip.net ? Franck ___

[Educasup] [Parution] La diffusion de la Covid-19 - Que peuvent les modèles ? - Juliette Rouchier (DR CNRS - Lamsade) - Victorien Barbet (PhD)

2020-10-03 Thread Franck Varenne
générale. Accès à la table des matières détaillée : https://materiologiques.com/fr/modelisations-simulations-systemes-complexes-2425-5661/312-la-diffusion-de-la-covid-19-que-peuvent-les-modeles--9782373612561.html Très cordialement, Franck Varenne -- Franck Varenne MCF HDR Université de Rouen

Re: [Spip] Mise à jour CRITIQUE de sécurité SPIP 3.2.8 et SPIP 3.1.13

2020-09-30 Thread Franck
? Mode: production, développement ? Parefeu applicatif: activé, désactivé ? Bref, cela manque un peu d'infos...  Franck -Message d'origine- De : Ulrich Hermann Envoyé : mercredi 30 septembre 2020 19:04 À : spip@rezo.net Objet : Re: [Spip] Mise à jour CRITIQUE de sécurité SPIP 3.2.8 et

[Fusionforge-commits] FusionForge branch master updated. v6.1-616-g883245d

2020-09-29 Thread Franck Villaume
rg/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=883245db48717a888ddc8121b6fed7c1f3337aa6 commit 883245db48717a888ddc8121b6fed7c1f3337aa6 Author: Franck Villaume Date: Tue Sep 29 22:58:34 2020 +0200 remove any html tag in the title of the html page diff --git a/src/comm

[Fusionforge-commits] FusionForge branch master updated. v6.1-615-g30be963

2020-09-29 Thread Franck Villaume
rg/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=30be963e0608ee70acbf641549b590681b5f094f commit 30be963e0608ee70acbf641549b590681b5f094f Author: Franck Villaume Date: Tue Sep 29 21:46:50 2020 +0200 fix typo diff --git a/src/www/developer/rate.php b/src/www/developer/rate

[aur-general] Package that need external inclusions

2020-09-29 Thread Franck STAUFFER
Hello, I am trying to update solarus-quest-editor[1] but it needs some files that comes from another package[2][3]. How can I make it works? Should I download the needed files in the $srcdir? Franck STAUFFER [1]: https://aur.archlinux.org/packages/solarus-quest-editor/ [2]: https

Re: [bitcoin-dev] Floating-Point Nakamoto Consensus

2020-09-28 Thread Franck Royer via bitcoin-dev
lt? Also, can you elaborate if anything special would happen if the competitive chains were created around a difficulty adjustment? Cheers, Franck [snip] ___ bitcoin-dev mailing list bitcoin-dev@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev

[spip-dev] Les tests unitaires ne sont pas sur git

2020-09-27 Thread Franck
mieux, c’est ici : https://git.spip.net/spip-contrib-outils Maintenant, à voir, sachant qu’à l’origine, ils ne sont pas dans : https://zone.spip.net/trac/spip-zone/browser/spip-zone/_outils_ Franck ___ liste: https://listes.rezo.net/mailman/listinfo

Re: [Kicad-developers] Help needed

2020-09-25 Thread Franck Jullien
Thank you Seth, it works now. @Jean-Pierre : I'll do what you suggested and iterate over screens instead of sheets. Franck. Le ven. 25 sept. 2020 à 19:10, Seth Hillbrand a écrit : > > Hi Franck- > > You cannot delete items from the rtree while iterating over it, the

Re: [Kicad-developers] Help needed

2020-09-25 Thread Franck Jullien
ou run with ASAN on (KICAD_SANITIZE in CMake) and see if you get some > info about why you get a segfault? > > On Fri, Sep 25, 2020 at 10:28 AM Franck Jullien > wrote: >> >> Hi, >> >> I'm working on the intersheets references functionality and I'm >> strugg

[Kicad-developers] Help needed

2020-09-25 Thread Franck Jullien
n->DeleteItem( iref ); } } } } } As soon as I call DeleteItem (or RemoveFromScreen) I get a crash. Is there something obvious I don't see ? I still need to get familiar with screens, sheets, frames, canvas, views Than

Re: [aur-general] Package clonable via git but not on the web interface?

2020-09-21 Thread Franck STAUFFER
Hi, Deleted packages are not deleted from the git repository, you need to clone it then you will ne able to push it. Franck signature.asc Description: PGP signature

Re: Which keyserver

2020-09-18 Thread Franck Routier (perso)
Le jeudi 17 septembre 2020 à 18:13 -0400, Phil Pennock via Gnupg-users a écrit : > If publishing keys, I do recommend setting up WKD for your > domain, which helps a little. What is the status of WKD now, and is it to superseed centralized key servers ?

Re: [spip-dev] Release, Git, Composer

2020-09-16 Thread Franck
moment-là (exemple: https://github.com/JamesHeinrich/getID3/commits/master ). Mais c'est surtout, de ne pas devoir attendre spip 3.4 pour php 8 (https://wiki.php.net/todo/php80 ), car, à ce moment-là, php 10 ou 11 sera sans doute sur le point de sortir... Franck -Message d'origine- De

Re: RFR: 8202473: A type variable with multiple bounds does not correctly place type annotation [v2]

2020-09-16 Thread Joel Borggrén-Franck
On Tue, 15 Sep 2020 15:18:20 GMT, Rafael Winterhalter wrote: >> This patch assures that an annotation on a type bound is placed on the >> correct bound index. > > Rafael Winterhalter has refreshed the contents of this pull request, and > previous commits have been removed. The > incremental

Re: RFR: 8202473: A type variable with multiple bounds does not correctly place type annotation

2020-09-15 Thread Joel Borggrén-Franck
On Tue, 15 Sep 2020 08:10:00 GMT, Joel Borggrén-Franck wrote: >> This patch assures that an annotation on a type bound is placed on the >> correct bound index. > > Pre-git review thread here: > https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-June/067049.html @

Re: RFR: 8202473: A type variable with multiple bounds does not correctly place type annotation

2020-09-15 Thread Joel Borggrén-Franck
On Mon, 14 Sep 2020 19:49:08 GMT, Rafael Winterhalter wrote: > This patch assures that an annotation on a type bound is placed on the > correct bound index. Pre-git review thread here: https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-June/067049.html - PR:

Re: [spip-dev] [Spip-zone-commit] [grigri] le champ grigri est éditable

2020-09-11 Thread Franck
1.0.3 est entre /* Franck -Message d'origine- De : clem Envoyé : jeudi 10 septembre 2020 23:00 À : spip-zone-com...@rezo.net Objet : [Spip-zone-commit] [grigri] le champ grigri est éditable spip-contrib-extensions/grigri - Par clem, le 10 septembre 2020 à 22h59min : le champ grigri est

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-09-11 Thread Franck VAISSIERE
Tested on last manjaro k5.8, and currently on debian sid unstable (k5.8.0-1)and same issue with touchpad. Same results as above... Lenovo Gaming 3 15ARH05 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Ubuntu-x-swat] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-09-11 Thread Franck VAISSIERE
Tested on last manjaro k5.8, and currently on debian sid unstable (k5.8.0-1)and same issue with touchpad. Same results as above... Lenovo Gaming 3 15ARH05 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-libinput in Ubuntu.

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-09-11 Thread Franck VAISSIERE
Tested on last manjaro k5.8, and currently on debian sid unstable (k5.8.0-1)and same issue with touchpad. Same results as above... Lenovo Gaming 3 15ARH05 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Desktop-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-09-11 Thread Franck VAISSIERE
Tested on last manjaro k5.8, and currently on debian sid unstable (k5.8.0-1)and same issue with touchpad. Same results as above... Lenovo Gaming 3 15ARH05 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-input-libinput in

[GOAL] TODAY- Second Webinar of the Basel Sustainable Publishing Forum

2020-09-11 Thread Dr. Franck Vazquez | CSO | MDPI
est wishes Franck -- Franck Vazquez, Ph.D Chief Scientific Officer -- MDPI AG, St. Alban-Anlage 66, 4052 Basel, Switzerland Tel. +41 61 683 77 34 http://www.mdpi.com -- https://scholar.google.ch/citations?user=B6vwRnUJ https://www.linkedin.com/in/franck-vazquez-932a96a8/ https://sciprofiles.c

[jira] [Updated] (GUACAMOLE-1177) Parameter Token $GUAC_CONNEXION

2020-09-10 Thread Franck L. (Jira)
[ https://issues.apache.org/jira/browse/GUACAMOLE-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Franck L. updated GUACAMOLE-1177: - Summary: Parameter Token $GUAC_CONNEXION (was: PArameter Token GUAC_CONNEXION) > Parame

[jira] [Created] (GUACAMOLE-1177) PArameter Token GUAC_CONNEXION

2020-09-10 Thread Franck L. (Jira)
Franck L. created GUACAMOLE-1177: Summary: PArameter Token GUAC_CONNEXION Key: GUACAMOLE-1177 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1177 Project: Guacamole Issue Type: Wish

[rsyslog] Rsyslog Windows Agent write message file

2020-09-08 Thread MICHEL Franck (SAFRAN ELECTRONICS & DEFENSE) via rsyslog
How to save a local copy of the received message queue ? The menu to add a new action shows a "storing actions" section, but an empty one. Frank MICHEL Ingénieur | UD-DSS | Safran Electronics & Defense P +33 (0)1 30 27 11 41 21 Avenue du Gros Chêne, 95610 Eragny

RE: [PATCH v2 5/5] soc: imx8: Add the SC SECVIO driver

2020-09-07 Thread Franck Lenormand (OSS)
Regards, Franck LENORMAND, STEC Engineer -Original Message- From: Shawn Guo Sent: Wednesday, August 19, 2020 3:32 PM To: Franck Lenormand (OSS) ; Arnd Bergmann Cc: s.ha...@pengutronix.de; feste...@gmail.com; ker...@pengutronix.de; linux-kernel@vger.kernel.org; linux-arm-ker

Re: [SlimDevices: SqueezeCenter] URL of the latest package "Logitech Media Server: ARM Linux Tarball (ARM EABI)"

2020-09-01 Thread Franck@
Great. Thank you. Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.php?t=112861

Re: [SlimDevices: SqueezeCenter] URL of the latest package "Logitech Media Server: ARM Linux Tarball (ARM EABI)"

2020-09-01 Thread Franck@
x.tgz". -------- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.php?t=112861 ___ Squeezecenter mailing list Squ

[GOAL] 11/09/2020 - Second Webinar of the Basel Sustainable Publishing Forum

2020-09-01 Thread Franck Vazquez | CSO | MDPI
Publishing Forum remain scheduled on 26-27 October 2020 but it will take place entirely online. Proposals for panels, presentations or posters are still welcomed: https://sustainablesolutionstoopenaccess2.sciforum.net/#call Best wishes Franck -- Franck Vazquez, Ph.D Chief Scientific Offi

[SlimDevices: SqueezeCenter] URL of the latest package "Logitech Media Server: ARM Linux Tarball (ARM EABI)"

2020-08-31 Thread Franck@
rsion=8.0=1=1=X;. I don't know what value to use for the variable "os". The site http://wiki.slimdevices.com/index.php/Nightly_Builds does not give the information. Thanks in advance. ---- Franck@'s Profile: http

Re: [PATCH v2 0/5] Add support of SECVIO from SNVS on iMX8q/x

2020-08-18 Thread Franck LENORMAND (OSS)
rom: Franck LENORMAND > > This patchset aims to add support for the SECurity VIOlation (SECVIO) of the > SNVS. A secvio is a signal emitted by the SNVS when a hardware attack > is detected. On imx8x and imx8q SoC, the SNVS is controlled by the > SECO and it is possible to interact wit

Re: [arch-general] Thunderbird 78

2020-08-15 Thread Franck STAUFFER
-- Franck STAUFFER OpenPGP_signature Description: OpenPGP digital signature

Re: [Spip] plugin.xml => paquet.xml

2020-08-14 Thread Franck
Nicod_ c'est bien pour ça que je propose qu'il fasse, une branche avec comme compatibilité mini spip 3.3 et cela même, s'il ne fait rien d'autre au plug  Franck -Message d'origine- De : nicod_ Envoyé : samedi 15 août 2020 00:04 À : Franck ; teamspipfact...@gmail.com; 'SPIP-Users

Re: [Spip] plugin.xml => paquet.xml

2020-08-14 Thread Franck
» concernant la version, même si tu ne fais rien d’autre au plug. Cela aura comme avantage une simplification du support et en plus, aucun risque d’oubli de faire un up de version à plugin.xml et paquet.xml car il n’y aurait que paquet.xml… Franck De : teamspipfact...@gmail.com Envoyé : vendredi

Re: [spip-dev] Bel_env et debug

2020-08-11 Thread Franck
Hello  +1 pour moi ! Ce qui aide les gens est toujours bon à prendre ! De : Eric Lupinacci Envoyé : mardi 11 août 2020 18:47 À : SPIP-Dev Objet : [spip-dev] Bel_env et debug Hello, Une petite remarque avant la prochaine release 3.3. Dans le code on a ajouter il y a déjà

Bug#966573: awscli: aws cli v2

2020-07-30 Thread Franck Hamelin
Package: awscli Severity: normal Dear Maintainer, Amazon recommands to upgrade to V2, and my S3 service provider requires a v2. That leads me to investigate a bit around V2 and its absence on Debian (even in SID). I’ve seen that amazon change their orientation

Bug#966573: awscli: aws cli v2

2020-07-30 Thread Franck Hamelin
Package: awscli Severity: normal Dear Maintainer, Amazon recommands to upgrade to V2, and my S3 service provider requires a v2. That leads me to investigate a bit around V2 and its absence on Debian (even in SID). I’ve seen that amazon change their orientation

[prometheus-users] Relabelling question with labelmap, labeldrop and replace

2020-07-29 Thread Franck Mangin
Hi all, I am trying to implement the following logic using metric relabelling and there is something I must be missing about the logic of relabelling: 1. Strip a "label_" prefix from incoming labels 2. Generate a new label from one of several of the labels above So for example if the

Re: [spip-dev] [Spip] Échec de spip_loader

2020-07-27 Thread Franck
-contrib-outils/spip-cli ou de faire la récupération des zips des "master" de chaque plugins-dist et de spip pour te faire ton spip 3.3 Franck -Message d'origine- De : Beurt via spip Envoyé : lundi 27 juillet 2020 17:22 À : s...@rezo.net Objet : [Spip] Échec de spip_loader Bon

[Firebird-devel] [FB-Tracker] Created: (CORE-6372) fbguard.exe doesn't install if there is already another FB installation in the same machine

2020-07-27 Thread John Franck (JIRA)
Project: Firebird Core Issue Type: Bug Components: Guardian, Installation Affects Versions: 3.0.6 Environment: Windows 10 x64, FB 2.5.9 x64 SS as Service already installed Reporter: John Franck Priority: Minor I was trying to install FB

Re: [spip-dev] [Spip-zone-commit] [verifier] 4 commits

2020-07-22 Thread Franck
installation en local d'un spip 2 avant de faire un passage en spip 3 un jour, n'auront pas trop de prise de tête (oui, car faut aussi voir les choses en face, il y a peu de chance qu'une personne ayant encore un site en spip 2 mette encore ses plugs à jours) Franck -Message d'origine

Re: [spip-dev] tag, git

2020-07-22 Thread Franck
: mercredi 22 juillet 2020 08:21 À : Franck ; spip-dev@rezo.net; Bruno Bergot Objet : Re: [spip-dev] tag, git Hello, J’ai supprimé le 4.2.7 hier justement :p Et oui c’était aussi ce que je voulais dire, on a pas vocation à faire un tag à chaque commit ou changement de version dans le xml sur

<    1   2   3   4   5   6   7   8   9   10   >