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

2020-07-22 Thread Franck
Hello, faudrait mettre à jour le fichier plugin.xml pour lui mettre la compatibilité spip 3.3 et mettre la bonne version ! Ou mieux, faire une branche pour spip 2 et une autre pour spip 3 ainsi, le problème d'oubli de mettre à jour le fichier plugin.xml ne se poserait plus  Franck

Re: [spip-dev] [spip-team] [git.spip.net] Mise à jour de serveur pour le 21/07 au matin (7h - 9h)

2020-07-21 Thread Franck
Merci Azerttyu pour ton boulot !!!  Franck -Message d'origine- De : cam.lafit Envoyé : mardi 21 juillet 2020 09:47 À : SPIP-dev SPIP ; SPIP-Team Objet : Re: [spip-dev] [spip-team] [git.spip.net] Mise à jour de serveur pour le 21/07 au matin (7h - 9h) Bonjour Les services ont été

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

2020-07-21 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 v2 5/5] soc: imx8: Add the SC SECVIO driver

2020-07-21 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 v2 4/5] dt-bindings: arm: imx: Documentation of the SC secvio driver

2020-07-21 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 v2 2/5] firmware: imx: scu-irq: Add API to retrieve status of IRQ

2020-07-21 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 | 37 - include/linux/firmware/imx/sci.h

[PATCH v2 1/5] firmware: imx: scu-seco: Add SEcure Controller APIS

2020-07-21 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 v2 0/5] Add support of SECVIO from SNVS on iMX8q/x

2020-07-21 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 6/7] dt-bindings: arm: imx: Documentation of the SC secvio driver

2020-07-20 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 7/7] soc: imx8: Add the SC SECVIO driver

2020-07-20 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 0/7] Add support of SECVIO from SNVS on iMX8q/x

2020-07-20 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 4/7] firmware: imx: scu-irq: Add API to retrieve status of IRQ

2020-07-20 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 | 37 - include/linux/firmware/imx/sci.h

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

2020-07-20 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 3/7] firmware: imx: scu-seco: Add SEcure Controller APIS

2020-07-20 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 1/7] firmware: imx: scu-rm: Add Resource Management APIs

2020-07-20 Thread franck . lenormand
From: Franck LENORMAND This patch adds the imx_sc_rm_is_resource_owned indicating if a specific resource is owned by the caller. Signed-off-by: Franck LENORMAND --- drivers/firmware/imx/Makefile | 2 +- drivers/firmware/imx/rm.c | 44 +++ include/linux

[PATCH 2/7] firmware: imx: scu: Support reception of messages of any size

2020-07-20 Thread franck . lenormand
From: Franck LENORMAND The word of a message can arrive in any order and the current driver cannot receive more than 4-word message. To fix this, a new variable rx_pos is added to imx_sc_chan structure to save the position at which the word receive must be stored. The position is initialized

[spip-dev] tag, git

2020-07-19 Thread Franck
les plugins-dist et un nouveau tag ! Afin de repartir sur une bonne base. Maintenant que nous somme sous git, concernant salvatore, il faudra faire un z+1 au paquet.xml et un tag juste avant la sorti de spip 3.3 ou pas ? Franck ___ liste: https

Re: Traveling without a secret key

2020-07-09 Thread Franck Routier (perso)
> would you or Andrew recommend, which allows to use a secret key > without > a passphrase from a smard card? > > Regards > Stefan > For Android (actually I use /e/ degoogled OS), I use K9Mail and OpenKeyChain, together with a NFC Yub

Re: Traveling without a secret key

2020-07-09 Thread Franck Routier (perso)
> would you or Andrew recommend, which allows to use a secret key > without > a passphrase from a smard card? > > Regards > Stefan > For Android (actually I use /e/ degoogled OS), I use K9Mail and OpenKeyChain, together with a NFC Yub

Re: Questions about Solr Search

2020-07-04 Thread Nicolas Franck
Short answer: no Neither Solr nor ElasticSearch have such capabilities out of the box. Solr does have a plugin infrastructure that enables you to provide better tokenization based on language rules, and some are better than others. I saw for example integration of openNLP here:

Re: Questions about Solr Search

2020-07-04 Thread Nicolas Franck
Short answer: no Neither Solr nor ElasticSearch have such capabilities out of the box. Solr does have a plugin infrastructure that enables you to provide better tokenization based on language rules, and some are better than others. I saw for example integration of openNLP here:

Re: [beagleboard] Re: Setting system time and data frequently (offline, with LCM)

2020-07-02 Thread Franck Rougier
fine. You can also check the journal with journalctl -u ntpd -n500 and look through the log. The ntp query (ntpq) shows that your BBG is aware of the pi time server. Franck Rougier From: "beagleboard@googlegroups.com" on behalf of "harry.steven...@gmail.com" Re

[Educasup] [Parution] From Models to Simulations (paperback)

2020-07-01 Thread Franck Varenne
Chères et chers collègues, J'ai le plaisir de vous informer de la nouvelle parution de mon ouvrage */From Models to Simulations/* (2019) aux éditions Routledge en format "paperback" (couverture souple), à un prix donc plus accessible. Cordialement Franck Varenne Université de Rou

Re: [Spip] Des nouvelles de SPIP 3.3? et support PHP 7.3-4

2020-07-01 Thread Franck
Hello  Il n'aurait pas fallu faire un z+1 pour la peine ? Franck -Message d'origine- De : Matthieu Marcillaud Envoyé : mercredi 1 juillet 2020 10:48 À : spip@rezo.net Objet : Re: [Spip] Des nouvelles de SPIP 3.3? et support PHP 7.3-4 Le 30/06/2020 à 17:20, Josiane ALETTO a écrit

Re: [FRnOG] [TECH] Choix de routeur en 2020

2020-07-01 Thread Franck Jonas
routing haute performance. Mes coordonnees ci-dessous Bien A vous Amicalement Franck Jonas Regional Sales Manager France Mellanox Technologies Cell: +33 7 86 49 74 56 Email: fran...@mellanox.com Le 01/07/2020 08:41, « frnog-requ...@frnog.org au nom de Christian Rolland » a écrit

Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-06-30 Thread Franck@
--+ |Filename: firefox-mini.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=30888| +---+ -

Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-06-29 Thread Franck@
ll a problem in a couple > areas. Yes, I can fix it. Thanks for letting me know. > Great. Thank you. -------- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://foru

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

2020-06-26 Thread Franck@
lue” thank you ---- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.php?t=106900 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

[ccp4bb] PhD studentship Institut de Biologie Structurale, Grenoble, France.

2020-06-26 Thread Franck Borel
available from other consortium partners. For further information and for application see: http://mepanti.hips-wordpress.helmholtz-hzi.de/ Regards Franck BOREL To unsubscribe from the CCP4BB list, click the following

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

2020-06-25 Thread Franck@
ame: radiofrance.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=30839| +---+ ---- Franck@'s Profile: http://fo

Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-06-25 Thread Franck@
ntid=30838| +---+ -------- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.ph

RE: [PATCH] firmware: imx: Move i.MX SCU soc driver into SCU firmware driver

2020-06-24 Thread Franck Lenormand
to imx-scu-irq? And keep the imx_scu_soc_init into imx-scu.c. Regards, Franck LENORMAND, STEC Engineer -Original Message- From: Anson Huang Sent: Wednesday, June 24, 2020 2:11 PM To: catalin.mari...@arm.com; w...@kernel.org; shawn...@kernel.org; s.ha...@pengutronix.de; ker

Re: [spectre] Walter Benjamin European Prize

2020-06-19 Thread Franck Ancel
regards from Pari(s) https://www.instagram.com/p/CBiwdb3oE23/ stay in life and safe. Franck Ancel -- psychanalyste sur rendez-vous 0652283939 44 avenue de la République F-75011 Paris Le 19/06/2020 à 12:36, aslem...@free.fr a écrit : Hello Spectre, A friend asked me to make some communication

[electron.libre] Re: Identification!!!!!...

2020-06-08 Thread Franck Aguerre
juin 2020 à 19:46de : Math31 à : electron.libre@ml.free.frobjet : [electron.libre] Re: Identification!... Bonjour Franck, Bravo à toi, en plein dans le mille, de mon côté j'ai aussi cherché et j'ai trouvé une photo dans une ancienne revue qui ne traitait que de tout se qui vole, une sorte de

[electron.libre] Re: Identification!!!!!...

2020-06-08 Thread Franck Aguerre
Bonjour Jean,On dirait un Race Rat de Graupner : https://www.google.fr/search?q=graupner+race+ratSi d'aventure ce moule et/ou des fuselages sont à vendre, je pourrais être intéressé.Franckenvoyé : 8 juin 2020 à 12:11de : Math31 à : electron.libre@ml.free.frobjet : [electron.libre]

Re: [SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-06-07 Thread Franck@
ntent_type != "dir") / [] At this moment, I do not know how to provide more information on this bug. Is this enough to allow a correction? Michael? Again, sincerely, I don't think it comes from my configuration ... But I could be wrong ... Thanks in advance. +

Re: 8202469 / 8202473: Correct type annotation resolution for class type variables

2020-06-06 Thread Joel Borggrén-Franck
browse/JDK-8202473 and > was closed as a duplicate. With this cleaner solution, the duplication does > however no longer apply. > > Am Mo., 6. Apr. 2020 um 14:01 Uhr schrieb Joel Borggrén-Franck < > joel.borggren.fra...@gmail.com>: > >> Many thanks to Vicente for sponsorin

Re: Limit Solr Disk IO

2020-06-04 Thread Nicolas Franck
The real questions are: * how much often do you commit (either explicitly or automatically)? * how much segments do you allow? If you only allow 1 segment, then that whole segment is recreated using the old documents and the updates. And yes, that requires reading the old segment. It is

Re: [fr-users] Calc - Arrondi

2020-06-04 Thread Franck Larrivé
la fonction PLANCHER.MATH ou PLANCHER.PRECIS devrait faire le travail Le 04/06/2020 à 07:35, DEPREZ Christophe PREF35 SIDSIC a écrit : Bonjour, Je souhaiterais calculer un arrondi selon les valeurs suivantes : de 0 à 0.25 => arrondi à 0, de 0.26 à 0.5 => arrondi à 0.5 de 0.51 à 0.75 =>

Re: keras

2020-05-31 Thread Franck Tchouanga
Which version are you trying to install On Mon, Jun 1, 2020, 00:39 HJ wrote: > hello guys hope u r doing well > > I want to use keras but I face the error like *there is no module named > tensorflow* when I try to install it I face this error : > > **ERROR: Could not find a version that

[kdevelop] [Bug 422241] New: Crash when reopen project that is open, in Project,Recently Open

2020-05-29 Thread charpentier Franck
https://bugs.kde.org/show_bug.cgi?id=422241 Bug ID: 422241 Summary: Crash when reopen project that is open, in Project,Recently Open Product: kdevelop Version: 5.5.1 Platform: unspecified OS: Linux

[kate] [Bug 421935] New: for open file of 1.8Go kwrite use 7.2 Go: it's too large

2020-05-22 Thread charpentier Franck
https://bugs.kde.org/show_bug.cgi?id=421935 Bug ID: 421935 Summary: for open file of 1.8Go kwrite use 7.2 Go: it's too large Product: kate Version: 17.12.0 Platform: Kubuntu Packages OS: Linux

Re: [FRnOG] [BIZ] Data Centre Guadeloupe

2020-05-20 Thread Franck Bertaud
plus qu'une seule sortie again .. C'est peut etre la que Guyalink a un coup à jouer ... My 2cts .. Bonne journée à tous, Franck On Wed, May 20, 2020 at 10:37 AM Nang Bat wrote: > Le nouveau cable de l'agrume (kanawa guyane<->guadeloupe) est en > service, ellalink est supposé avoir

Bug#960245: fai-server: setup-storage fail when there are multiple nvme

2020-05-10 Thread Franck Hamelin
Package: fai-server Version: 5.9.4 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? The target system has 2 nvme disks. The disk_config used is : # example of new config file for setup-storage

[jira] [Updated] (NETBEANS-4312) Errors shown / Packages not found while succesfully compiled with Gradle

2020-05-08 Thread Franck VALLEE (Jira)
[ https://issues.apache.org/jira/browse/NETBEANS-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Franck VALLEE updated NETBEANS-4312: Attachment: Netbeans-Bug.pdf > Errors shown / Packages not found while succesfu

[jira] [Created] (NETBEANS-4312) Errors shown / Packages not found while succesfully compiled with Gradle

2020-05-08 Thread Franck VALLEE (Jira)
Franck VALLEE created NETBEANS-4312: --- Summary: Errors shown / Packages not found while succesfully compiled with Gradle Key: NETBEANS-4312 URL: https://issues.apache.org/jira/browse/NETBEANS-4312

Re: [FRnOG] [BIZ] Distributeurs Mellanox

2020-05-07 Thread Franck Jonas
Bonjour Christian Merci de me contacter en MP pour de plus amples infos Merci Amicalement Franck Jonas Regional Sales Manager France Mellanox Technologies Cell: +33 7 86 49 74 56 Email: fran...@mellanox.com Le 07/05/2020 10:09, « frnog-requ...@frnog.org au nom de Christian ROLLAND

Re: Best hosting for Django Application?

2020-05-05 Thread Franck Tchouanga
Salutation to all members please I am in search of web developers in laravel for a web development project please. This is my email address ftchoua...@gmail.com On Tue, May 5, 2020, 18:44 Jorge Gimeno wrote: > > > On Tue, May 5, 2020 at 10:36 AM JEGATHEESWARAN SUNDARAVADIVEL < >

Re: [SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-05-01 Thread Franck@
;,["genreinfo","items",0,25000,"genre_id:50","menu:1","html:1"]] material.min.js:89:69 JSON REQ: ["b8:27:eb:3a:85:45",["randomplay","track",0,25000,"menu:1","genres:Chanson%20Fran%C3%A7aise"]] mate

Re: [FRnOG] [BIZ] contact IPv6 chez Canal Plus Telecom

2020-04-28 Thread Franck Bertaud
Bonjour, je suis la bonne personne, je vous contacte en message direct à partir de mon mail pro. bien à vous, Cdt Franck On Tue, Apr 28, 2020 at 4:51 PM JS SOL wrote: > Bonjour, > > > > Nous recherchons un contact chez Canal Plus Telecom pour l’activation > d’IPv6 sur deux c

Re: [Spip] Demande conseils sur SarkaSpip à jour ou un jeu de squelettes

2020-04-27 Thread Franck
/SoyezCreateurs-1237 , https://contrib.spip.net/Escal-4077 mais je ne suis pas sûr qu'ils utilises des thèmes. Tu as aussi la série des squelettes HTML5UP Franck -Message d'origine- De : Perline-Spip Envoyé : lundi 27 avril 2020 18:53 À : spip Objet : [Spip] Demande conseils sur SarkaSpip

Re: [spip-dev] Demande de passage d'un plugin sous GIT

2020-04-27 Thread Franck
/master/legacy/archivelist.txt#L184 Franck -Message d'origine- De : RastaPopoulos Envoyé : lundi 27 avril 2020 12:38 À : spip-dev@rezo.net Objet : Re: [spip-dev] Demande de passage d'un plugin sous GIT Le 27/04/2020 à 12:24, teamspipfact...@gmail.com a écrit : > pas de lien vers GIT,

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
If you have got this problem : in ubuntu session connexion clic on the logo down the screen and choose wayland. If you use nvidia graphic card , you won't have wayland choice :( except if you install ubuntu without the option proprietary software. -- You received this bug notification because

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
If you have got this problem : in ubuntu session connexion clic on the logo down the screen and choose wayland. If you use nvidia graphic card , you won't have wayland choice :( except if you install ubuntu without the option proprietary software. -- You received this bug notification because

[Desktop-packages] [Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
If you have got this problem : in ubuntu session connexion clic on the logo down the screen and choose wayland. If you use nvidia graphic card , you won't have wayland choice :( except if you install ubuntu without the option proprietary software. -- You received this bug notification because

[Desktop-packages] [Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
I'm using ubuntu gnomeshell 20.04, and libreoffice everyday during several hours a day. No way to copy/paste without problem. Especially in writer using the math module. It seems the ubuntu mate doesn't reproduce the problem. -- You received this bug notification because you are a member of

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
I'm using ubuntu gnomeshell 20.04, and libreoffice everyday during several hours a day. No way to copy/paste without problem. Especially in writer using the math module. It seems the ubuntu mate doesn't reproduce the problem. -- You received this bug notification because you are a member of

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10 & 20.04

2020-04-25 Thread franck
I'm using ubuntu gnomeshell 20.04, and libreoffice everyday during several hours a day. No way to copy/paste without problem. Especially in writer using the math module. It seems the ubuntu mate doesn't reproduce the problem. -- You received this bug notification because you are a member of

[Fusionforge-commits] FusionForge branch master updated. v6.1-587-g1db485d

2020-04-25 Thread Franck Villaume
rg/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1db485dbb1e039dd9753b4a5171852d66d7f79ea commit 1db485dbb1e039dd9753b4a5171852d66d7f79ea Author: Franck Villaume Date: Sat Apr 25 19:07:25 2020 +0200 fix phpunit 8 instanceof test diff --git a/tests/func/SeleniumForge.php b/

[Fusionforge-commits] FusionForge branch master updated. v6.1-586-g7af7aec

2020-04-25 Thread Franck Villaume
rg/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7af7aec7a3cdeeb926b6ef11d55ce5dd561c0f4c commit 7af7aec7a3cdeeb926b6ef11d55ce5dd561c0f4c Author: Franck Villaume Date: Sun Mar 29 19:08:00 2020 +0200 upgrade to phpunit-selenium 8 diff --git a/tests/func/70_SOAP/soapTest.php b/

[krita] [Bug 419301] Krita crashes when opening a file containing a fill layer

2020-04-24 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 --- Comment #16 from Franck Rabeson --- I tested several files and have found two that causes issues while opening. The first one: - 4.2.9 stable: loads fine; - 4.3.0 prealpha 1523: crash; - 4.3.0 prealpha with transform mask fix: loads fine

Re: [Spip] Spip, nginx et PHP Version 7.3.14-1~deb10u1 sur raspberry

2020-04-24 Thread Franck
Hello Il faudrait savoir la version de spip... Pour php 7.3, il faudrait mettre spip 3.3 dev mini... https://www.spip.net/fr_article4351.html Franck -Message d'origine- De : Alain BOURDEAU Envoyé : vendredi 24 avril 2020 22:36 À : spip@rezo.net Objet : [Spip] Spip, nginx et PHP Version

[krita] [Bug 419301] Krita crashes when opening a file containing a fill layer

2020-04-24 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 --- Comment #14 from Franck Rabeson --- Sorry it took so long, downloading that package took ages with my internet. Anyway, I tested it with as many as my files as possible. Loading was noticeably much slower, but I experienced no crash on loading any

[krita] [Bug 419301] Krita crashes when opening a file containing a fill layer

2020-04-24 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 --- Comment #12 from Franck Rabeson --- I don’t use any transform masks at all, but I’ll test that package and will report. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 419301] Krita crashes when opening a file containing a fill layer

2020-04-24 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 --- Comment #11 from Franck Rabeson --- I’m sorry, I just checked but unfortunately it seems I do not have the version of the file that caused the bug anymore. I have the version from which I deleted the relevant layer, and that one loads without

Re: [SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-04-24 Thread Franck@
read-multi-64int Audio::Scan : 1.02 IO::Socket::SSL : 2.060 Version de la base de données : DBD::SQLite 1.58 (sqlite 3.22.0) Platines identifiées : 5 ---- Franck@'s Profile: http://forums.slimdev

Re: [Spip] spip et version php

2020-04-24 Thread Franck
Hello  Concernant spip 3.3 et php 7.4, il y a eu pas mal de corrections pour que cela fonctionne, je ne saurais dire, si c'est maintenant ok à 100% mais en tout cas, il y a eu du boulot de fait... Franck -Message d'origine- De : Rainer Müller Envoyé : vendredi 24 avril 2020 10:27 À

[krita] [Bug 419301] Krita crashes when opening a file containing a fill layer

2020-04-23 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 --- Comment #5 from Franck Rabeson --- Hello. Sorry for the late response. For the sake of clarification, the layer’s entry in maindoc.xml was: -- You are receiving this mail because: You are watching all bug changes.

Re: [SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-04-23 Thread Franck@
mherger wrote: > Oh my... I was confusing two issues. I'm sorry, there's really no link > between the two... No problem ! ---- Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread

Re: [SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-04-23 Thread Franck@
Hi Michael, It is done. (I never thought there was a link between genres and the favorites.opml file.) Thank you for your help ... and for all of your work! Franck@'s Profile: http://forums.slimdevices.com/member.php

Re: [Spip] Pas d'affichage vidéo

2020-04-22 Thread Franck
encodage en h.264 pour la partie vidéo et mp3 pour l’audio De : Josiane ALETTO Envoyé : mercredi 22 avril 2020 13:46 À : Franck ; 'Eric LM' ; spip@rezo.net Objet : RE: [Spip] Pas d'affichage vidéo sur le fichier testé en flv qui ne fonctionne pas ... chez moi c'est mais transformé en

Re: [Spip] Pas d'affichage vidéo

2020-04-22 Thread Franck
lib https://github.com/mediaelement/mediaelement et là spip ne peux rien faire. Dans ton cas, je dirais qu’il y a des chances que le codec vidéo et/ou audio ne soit pas bon et cela même si le conteneur est un .mp4 Franck De : lonkarster%bretonsdebelgique.be Envoyé : mercredi 22 avril 2020

Re: [Spip] Pas d'affichage vidéo

2020-04-22 Thread Franck
Hello  Quand tu ouvres le fichier avec vlc sur ton ordi, que tu regardes dans « outils », « Information sur les codecs », cela te dis quoi concernant les codec audio et vidéo ? Franck De : Josiane ALETTO Envoyé : mercredi 22 avril 2020 12:37 À : Eric LM ; spip@rezo.net Objet : Re: [Spip

[SlimDevices: SqueezeCenter] Genres, random playlist and extended characters - issue?

2020-04-22 Thread Franck@
quot;. This option, unlike the previous two, gives the expected result, even when the genre contains an extended character. FYI, I'm using the latest version of LMS 7.9.3. -------- Franck@'s Profile: http://forums.slimdevices.

Re: [noalyss-generale] Tuto video

2020-04-20 Thread Franck Beckers
Priere de me desinscrire de votre liste svp Merci Franck BECKERS +32 477 82 62 77 *Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courrier que si nécessaire.* Le lun. 20 avr. 2020 à 14:35, Christian BRIARD a écrit : > Oui super ces vid

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-04-19 Thread Franck@
his when you first saw it, then the fix > would've been in 1.5.4... I understand. I am sorry. I recently had to rebuild my entire installation. I thought the problem came from there. I didn't want to make you look for nothing. ---

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-04-19 Thread Franck@
ial/html/lib/lib.min.js?r=1.5.4:69 _wrapper http://pisalon:9000/material/html/lib/lib.min.js?r=1.5.4:69 lib.min.js:69:11752 Do you have an idea ? Thanks in advance. ---- Franck@'s Profile: http:/

Re: [spip-dev] [Spip-zone-commit] r124239 - _plugins_/spout/trunk

2020-04-19 Thread Franck
spip 3.1 soient bien en php 7: https://contrib.spip.net/5223; > Spout https://contrib.spip.net/RealET;>RealET 2019 http://www.gnu.org/licenses/gpl-3.0.html;>GPL 3 Franck -Message d'origine- De : spip-zone-com...@rezo.net Envoyé : dimanche 19 a

Re: [Wikitext-l] (no subject)

2020-04-17 Thread Francis Franck
Ok, thanks. But what should I do with images and PDF files? https://archive.org/details/Drebbel.xml On Fri, 17 Apr 2020 at 18:47, Federico Leva (Nemo) wrote: > Francis Franck, 17/04/20 18:26: > > Thanks! But does that mean that the site isn't visible within the > archive? >

Re: [Wikitext-l] (no subject)

2020-04-17 Thread Francis Franck
Thanks! But does that mean that the site isn't visible within the archive? Francis On Fri, 17 Apr 2020 at 16:58, Federico Leva (Nemo) wrote: > Francis Franck, 17/04/20 17:14: > > I'm prepared to archive it on archive.org <http://archive.org> but I've > > not yet unde

Re: [Wikitext-l] (no subject)

2020-04-17 Thread Francis Franck
) wrote: > Francis Franck, 14/04/20 23:32: > > Up to now I've got the best results with HTTrack. It Includes the > > sidebar on most of the pages. > > If your skin is simple enough to work correctly as saved by HTTrack, we > lucky! The DumpHTML extension's main trouble wa

Re: [Wikitext-l] (no subject)

2020-04-14 Thread Francis Franck
. On Mon, 13 Apr 2020 at 22:35, Arlo Breault wrote: > > > On Apr 13, 2020, at 3:55 PM, Francis Franck > wrote: > > > > Thank you for your reaction . > > > >> It sounds like you're trying to produce a static copy of your site for > backup or offline use?

[Educasup] [Parution] Dictionnaire critique de l'anthropoc ène - CNRS Editions

2020-04-12 Thread Franck Varenne
s. Portez-vous au mieux, bien cordialement, Franck Varenne - U. de Rouen / ERIAC /Dictionnaire critique de l'anthropocène/ Collectif - 1200 pages - CNRS Editions Présentation Si les changements environnementaux liés à l'humanité ne font aucun doute, leur ampleur et leurs conséquences n

[Wikitext-l] (no subject)

2020-04-10 Thread Francis Franck
How do I launch Parsoid's conversion of my website? Apparently, I succeeded in doing it, because I found an html copy of my site in a directory called localhost. (I'm running Ubuntu under Windows 10). Parsoid seems properly installed. The command "curl -L

Re: [Aful] comment concretement tester une application web libre - https://github.com/bstarynk/helpcovid - et s'assurer de sa conformité à la RGPD en cours de Covid19

2020-04-09 Thread Franck Routier (perso)
ça me semble une mauvaise idée. Autre principe : minimiser les données collectées et se restreindre à celles indispensables à l'objectif du traitement. Année de naissance ? pourquoi pas plutôt des fourchettes d'âge (si cela suffit à répondre au besoin), etc... Bon courage et bon rétablissement, Cordialement Franck

APM-SKywalking

2020-04-09 Thread franck
Dear all, I want to test APM-skywalking.  We have springboot(java)、PHP(fpm、swoole、phar) 、go. I don’t known how to moitor the swoole and phar PHP agent.  If there have some ideas? Thanks Franck

Re: [spip-dev] [Spip-zone-commit] r124079 - in _plugins_/ckeditor-spip-plugin/trunk

2020-04-07 Thread Franck
mini alors que ce n'est pas vrai car il y a un fichier plugin.xml (a voir si c'est toujours le cas) Bref à voir si le mieux ne serait pas l'arrêt du support pour les vielles versions de spip, en tout cas au minimum mettre paquet et plugin.xml pareil et faire un nouveau tag Franck -Message

Re: 8202469 / 8202473: Correct type annotation resolution for class type variables

2020-04-06 Thread Joel Borggrén-Franck
Many thanks to Vicente for sponsoring this. I'll start to look at the second part shortly. cheers /Joel On Mon, Mar 16, 2020 at 9:44 PM Joel Borggrén-Franck < joel.borggren.fra...@gmail.com> wrote: > Looks good to me! > > I'll see if I can find a sponsor for this. > > chee

Re: modifying outbound email headers

2020-04-06 Thread Franck MAHE
a > defined > string. Not sure if Postfix can do the Job. However, Procmail will do the Job, I think. I must admit that I am not an expert, but what I have seen so far, it looks to me that procmail is used for inbound mail. Hope that I am wrong with that. Procmail can be used for Outbound

Re: modifying outbound email headers

2020-04-06 Thread Franck MAHE
. Not sure if Postfix can do the Job. However, Procmail will do the Job, I think. Franck MAHE === @: m...@civis.net

Re: [FRsAG] Législation, stagiaire et propriété intellectuelle

2020-04-04 Thread Franck Routier (perso)
it un truc utilisable, une petite prime de fin de stage est méritée, non ? Franck Le samedi 04 avril 2020 à 12:41 +, Vincent Duvernet a écrit : > Bonjour à tous, > > En ces temps spéciaux où les admin IT sont confinés chez eux et > peuvent enfin voir la lueur du soleil là où, d'habitu

Re: [spip-dev] Tous en débardeur !

2020-04-01 Thread Franck
normalement et qui ne doit pas être sur gitea https://plugins.spip.net/cache_cool.html (j’ai pas vérifier) Franck De : Eric Lupinacci Envoyé : mercredi 1 avril 2020 18:39 À : Franck Cc : Charles Razack ; SPIP-Dev Objet : Re: [spip-dev] Tous en débardeur ! Hello, Le mer. 1 avr. 2020

Re: [spip-dev] Tous en débardeur !

2020-04-01 Thread Franck
de voir le lien vers le code du plug et en plus, maintenant, il y a un nouveau plug du nom de « spip » dans les « 30 plus utilisé en spip 3.2 » de la page https://plugins.spip.net :D Franck De : Eric Lupinacci Envoyé : mercredi 1 avril 2020 13:25 À : Charles Razack Cc : SPIP-Dev Objet

Re: [spip-dev] Incident sur git.spip.net

2020-03-30 Thread Franck
Merci à toi Azerttyu  ! Franck -Message d'origine- De : cam.la...@azerttyu.net Envoyé : lundi 30 mars 2020 11:04 À : spip-team ; SPIP-dev SPIP Objet : Re: [spip-dev] Incident sur git.spip.net Bonjour En l'état je considère que le service est entièrement rétabli. N'hésitez pas à me

Re: [FRsAG] LXD init - choix ?

2020-03-30 Thread Franck Routier (perso)
Bonjour, ça peut t'aider https://www.digitalocean.com/community/tutorials/how-to-set-up-and-use-lxd-on-ubuntu-16-04 un peu daté, mais les bases sont là. Franck Le dimanche 29 mars 2020 à 21:22 +0200, Frederic Dumas a écrit : > > Après avoir manipé LXC, je me mets à LXD. > >

[Gretl-users] off topic, critical pandemic

2020-03-28 Thread Franck Nadaud
-19 you can have a good translation with this little known translator: https://www.deepl.com/fr/translator Courage and support to all, take care. Sincerely Franck. = Franck Nadaud CIRED UMR 8568 CNRS - EHESS, ENPC, AgroParisTech, CIRAD 45 bis avenue de

[krita] [Bug 419301] New: Krita crashes when opening a file containing a fill layer

2020-03-27 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=419301 Bug ID: 419301 Summary: Krita crashes when opening a file containing a fill layer Product: krita Version: 4.2.9 Platform: MS Windows OS: MS Windows

Xmp properties non-compact values representation only for PDF/A

2020-03-26 Thread franck FIMBEL
Is there any specific reason to keep the compact representation for PDF ? If so, could it be a pdf rendering parameter ? Thanks -- Franck

Re: [spip-dev] [Spip-zone-commit] r123094 - _squelettes_/spipr-blog/trunk

2020-03-24 Thread Franck
sur sont ordi pour faire des essais avant de faire un passage en 3.2, c'est toujours pratique d'avoir le zip de dispo... Franck -Message d'origine- De : spip-zone-com...@rezo.net Envoyé : mardi 24 mars 2020 19:31 À : spip-zone-com...@rezo.net Objet : [Spip-zone-commit] r123094

Re: [users@httpd] Mediawiki 1.34 doesn't find Localsettings.php on Windows -Ubuntu

2020-03-24 Thread Francis Franck
I don't see a reference to the file in any of the error messages . Is there a way to track php traffic? On Tue, 24 Mar 2020 at 14:02, Richard wrote: > > > Date: Monday, March 23, 2020 20:49:20 +0100 > > From: Francis Franck > > > > I'm trying to install Mediawiki 1.

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