Re: [R] Question about package "SentimentAnalysis"

2020-05-09 Thread Mehdi Dadkhah
Thank you! On Sat, May 9, 2020 at 11:44 AM wrote: > Or, to split the paragraph into sentences, analyse each sentence and > decide how to agregate the result... > > > > On 9 May 2020 04:33, Mehdi Dadkhah wrote: > > Thank you! > > On Fri, May 8, 2020 at 10:04 PM J

Re: [R] Question about package "SentimentAnalysis"

2020-05-08 Thread Mehdi Dadkhah
> > On Fri, 8 May 2020 at 08:32, Mehdi Dadkhah > wrote: > >> Hi, >> I hope you are doing well! >> I read a vignette ( >> >> https://cran.r-project.org/web/packages/SentimentAnalysis/vignettes/SentimentAnalysis.html >> ) >> about inter

[R] Question about package "SentimentAnalysis"

2020-05-08 Thread Mehdi Dadkhah
was miserable.This is neither positive or negative." # Analyze sentiment sentiment <- analyzeSentiment(documents) Many thanks! With best regards, -- *Mehdi Dadkhah* [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] Question about topic modelling

2020-05-08 Thread Mehdi Dadkhah
. During mentioned steps, should i convert my data to Tidy format using unnest_tokens or not? Many thanks! With best regards, -- *Mehdi Dadkhah* [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more

Re: [R] Converting CSV file to UTF-8 encoding

2020-05-05 Thread Mehdi Dadkhah
g' section of the help for > 'file', the 'R Data Import/Export Manual' and 'Note'. > > At a guess, you want fileEncoding="WINDOWS-1252". > > On Tue, 5 May 2020 at 22:42, Mehdi Dadkhah > wrote: > > > > Hi, > > I hope you are doing well! >

Re: [R] Converting CSV file to UTF-8 encoding

2020-05-05 Thread Mehdi Dadkhah
Thank you! it works for me. With best regards, On Tue, May 5, 2020 at 3:27 PM Rasmus Liland wrote: > On 2020-05-05 15:12 +0430, Mehdi Dadkhah wrote: > > I have a CSV file which its encoding is > > ANSI. How can i change its encoding to > > UTF-8 in R? > > Hi! &

[R] Converting CSV file to UTF-8 encoding

2020-05-05 Thread Mehdi Dadkhah
Hi, I hope you are doing well! I have a CSV file which its encoding is ANSI. How can i change its encoding to UTF-8 in R? Many thanks! With best regards, -- *Mehdi Dadkhah* [[alternative HTML version deleted]] __ R-help@r-project.org mailing

[Xmldatadumps-l] Fwd: Pageviews data dumps has stopped ?

2020-05-04 Thread Mehdi GUIRAUD
Hello, If it was something advertised, sorry. Where should I get this kind of info. Otherwise, It seems that the dumps had stopped at 1500 for today the first of may. Is it expected ? should'nt it be 1800 since it's 22:41, no ? [image: image.png] T: @mguiraud | m. 06 95 92 51 33

[PATCH] D77859: Revert "[DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff."

2020-04-13 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. Was reverted, can we drop this one? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77859/new/ https://reviews.llvm.org/D77859 ___ cfe-commits mailing list

[PATCH] D77632: [TLI] Per-function fveclib for math library used for vectorization

2020-04-11 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D77632#1976231 , @wenlei wrote: > And agree with @tejohnson, if the openness is a feature, it should be covered > in tests, otherwise it can feel somewhat like a loophole and prone to breakage The thing is that LLVM does

[PATCH] D77632: [TLI] Per-function fveclib for math library used for vectorization

2020-04-11 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D77632#1976126 , @tejohnson wrote: > I think this should work. Just reiterating something we chatted about off > patch yesterday, we really need a unit test that mimics the behavior utilized > by the XLA compiler, for

[vlc-commits] avformat: add support for url field in AvFormatContext

2020-04-11 Thread Mehdi Sabwat
vlc | branch: master | Mehdi Sabwat | Thu Apr 9 21:59:56 2020 +0200| [a2ce2e3a8436845378af3b1828f2bb0fa0f4a268] | committer: Alexandre Janniaux avformat: add support for url field in AvFormatContext Since Jan 21, 2018 filename field was deprecated in favor of `url` which now has no length

[vlc-commits] avformat: add support for url field in AvFormatContext

2020-04-11 Thread Mehdi Sabwat
vlc | branch: master | Mehdi Sabwat | Thu Apr 9 21:59:56 2020 +0200| [869ff2d10ef3eb97723356973dac93e02b2d1225] | committer: Alexandre Janniaux avformat: add support for url field in AvFormatContext Since Jan 21, 2018 filename field was deprecated in favor of `url` which now has no length

[vlc-commits] avformat: add support for url field in AvFormatContext

2020-04-11 Thread Mehdi Sabwat
vlc | branch: master | Mehdi Sabwat | Thu Apr 9 21:59:56 2020 +0200| [a5c6546cd83cd0f6d0accedc880fa349c9f24db1] | committer: Alexandre Janniaux avformat: add support for url field in AvFormatContext Since Jan 21, 2018 filename field was deprecated in favor of `url` which now has no length

[vlc-commits] avformat: add support for url field in AvFormatContext

2020-04-11 Thread Mehdi Sabwat
vlc | branch: master | Mehdi Sabwat | Thu Apr 9 21:59:56 2020 +0200| [a0a12927b9246c0c82589eda84ba19a2caf108af] | committer: Alexandre Janniaux avformat: add support for url field in AvFormatContext Since Jan 21, 2018 filename field was deprecated in favor of `url` which now has no length

[PATCH] D77925: Revert "[TLI] Per-function fveclib for math library used for vectorization"

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGed03d9485eb5: Revert [TLI] Per-function fveclib for math library used for vectorization (authored by mehdi_amini). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D77632: [TLI] Per-function fveclib for math library used for vectorization

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. The existing TLI provides a very convenient way to define a VecLib without LLVM knowing about it ahead of time. This feature is important for any embedded use of LLVM as a library out-of-tree (I'll add a unit-test in-tree). I don't think it is a big change to this

[PATCH] D77925: Revert "[TLI] Per-function fveclib for math library used for vectorization"

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini created this revision. mehdi_amini added a reviewer: tejohnson. Herald added subscribers: cfe-commits, haicheng, hiraditya, eraman. Herald added a project: clang. mehdi_amini added a reviewer: wenlei. tejohnson accepted this revision. tejohnson added a comment. This revision is now

[clang] ed03d94 - Revert "[TLI] Per-function fveclib for math library used for vectorization"

2020-04-10 Thread Mehdi Amini via cfe-commits
Author: Mehdi Amini Date: 2020-04-11T01:05:01Z New Revision: ed03d9485eb5b502708f8a21ce34fa6da05a9ca5 URL: https://github.com/llvm/llvm-project/commit/ed03d9485eb5b502708f8a21ce34fa6da05a9ca5 DIFF: https://github.com/llvm/llvm-project/commit/ed03d9485eb5b502708f8a21ce34fa6da05a9ca5.diff LOG

[PATCH] D77341: [DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff.

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added inline comments. Comment at: llvm/include/llvm/Support/GenericDomTree.h:32 #include "llvm/ADT/SmallVector.h" +#include "llvm/IR/CFGDiff.h" #include "llvm/Support/CFGUpdate.h" mehdi_amini wrote: > dblaikie wrote: > > mehdi_amini wrote: > > >

[PATCH] D77341: [DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff.

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added inline comments. Comment at: llvm/include/llvm/Support/GenericDomTree.h:32 #include "llvm/ADT/SmallVector.h" +#include "llvm/IR/CFGDiff.h" #include "llvm/Support/CFGUpdate.h" dblaikie wrote: > mehdi_amini wrote: > > This looks like a layering

[clang] bbeeb35 - Revert "[DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff."

2020-04-10 Thread Mehdi Amini via cfe-commits
Author: Mehdi Amini Date: 2020-04-10T07:44:06Z New Revision: bbeeb35c1ffaf7aeb3241bdfcb69bf4708370ac1 URL: https://github.com/llvm/llvm-project/commit/bbeeb35c1ffaf7aeb3241bdfcb69bf4708370ac1 DIFF: https://github.com/llvm/llvm-project/commit/bbeeb35c1ffaf7aeb3241bdfcb69bf4708370ac1.diff LOG

[clang] 0445c64 - [DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff.

2020-04-10 Thread Mehdi Amini via cfe-commits
Author: Alina Sbirlea Date: 2020-04-10T07:38:53Z New Revision: 0445c64998d14b81f0d3a3182011fc5eae47fa71 URL: https://github.com/llvm/llvm-project/commit/0445c64998d14b81f0d3a3182011fc5eae47fa71 DIFF: https://github.com/llvm/llvm-project/commit/0445c64998d14b81f0d3a3182011fc5eae47fa71.diff

[PATCH] D77341: [DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff.

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added inline comments. Comment at: llvm/include/llvm/Support/GenericDomTree.h:32 #include "llvm/ADT/SmallVector.h" +#include "llvm/IR/CFGDiff.h" #include "llvm/Support/CFGUpdate.h" This looks like a layering violation to me here: I wouldn't expect

[PATCH] D77341: [DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff.

2020-04-10 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D77341#1973827 , @bondhugula wrote: > @asbirlea This has broken the MLIR build. Could you please build with > `-DLLVM_ENABLE_PROJECTS=mlir`? If you use arcanist, you get pre-merge testing on Phabricator :) Repository:

[clang] 57d2d48 - Revert "[DomTree] Replace ChildrenGetter with GraphTraits over GraphDiff."

2020-04-10 Thread Mehdi Amini via cfe-commits
Author: Mehdi Amini Date: 2020-04-10T06:27:59Z New Revision: 57d2d48399b63c0ef1dda490fdaf28efbb80c2c0 URL: https://github.com/llvm/llvm-project/commit/57d2d48399b63c0ef1dda490fdaf28efbb80c2c0 DIFF: https://github.com/llvm/llvm-project/commit/57d2d48399b63c0ef1dda490fdaf28efbb80c2c0.diff LOG

[PATCH] D77683: [Docs] Make code review policy clearer about requested pre-commit reviews

2020-04-09 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. But this sentence alone at the end of this paragraph does not solve anything to me: how is one know that someone in an "area" (whatever that means) is expected to review all the "non-trivial" patches pre-commit? I don't necessarily disagree with your underlying

Re: [OpenSIPS-Users] [BLOG] Real-Time Rating and Cost Based Routing in OpenSIPS 3.1

2020-04-09 Thread Mehdi Shirazi
Hi Thanks for new features. Is it possible(or planed) to use this module for basic prepaid billing ? Regards M.Shirazi >While there are numerous external rating and billing engines available >in the wild, having a quick and easy way of putting a price for a call, >without relying on external

[PATCH] D77683: [Docs] Make code review policy clearer about requested pre-commit reviews

2020-04-08 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. I am still not sure what "if someone has asked for extra review of a specific area" refers to? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77683/new/ https://reviews.llvm.org/D77683

[PATCH] D77683: [Docs] Make code review policy clearer about requested pre-commit reviews

2020-04-07 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. This seems like both over-fitting the general rule for a specific case and fuzzy/imprecise enough that it isn't clear to me how much useful it is in practice? Maybe we could step back: what is the concrete problem that this intends to address? Is there an area

Re: [FRnOG] [MISC] bande passante mondiale à l'heure du Covid-19

2020-03-27 Thread Mehdi GUIRAUD
Bon je me rends compte que j'ai fourni du matériel pour un trolldi. J'ajoute que quand je passe en 4G Free plutôt que sur l'ADSL orange ça se passe mieux. Après on me dira peut être que Free est chez Orange dans la Creuse. bref merci pour cette discussion. P.s : qui veut un mug "j'ai écroulé la

[FRnOG] [MISC] bande passante mondiale à l'heure du Covid-19

2020-03-26 Thread Mehdi GUIRAUD
Pardon d'abord si ce n'est pas le lieu pour poser la question. Est-ce qu'il y a des mesures lié à l'augmentation de l'utilisation d'internet et des outils de visio Conf. Je remarque que ce qu'on utilise ici est ralenti l'après midi ( oui, on a osé Zoom ) Merci T: @mguiraud | m. 06 95 92 51 33

HAProxy with CRL from Vault...

2020-03-11 Thread Mehdi Ahmadi
Dear community, I'm striving to prototype an example of HAProxy working with (HashiCorp) Vault acting as PKI and CA generating end-user certificate as well as providing CRL + OCSP (repo below) To explain briefly - using openssl I'm generating root CA and intermediate certificates on an initial

[jira] [Commented] (MCOMPILER-279) Passing multiple --add-exports args to the compilerArgs is not supported

2020-03-02 Thread mehdi dabboussi (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17049389#comment-17049389 ] mehdi dabboussi commented on MCOMPILER-279: --- In order to export two packages as per

[PATCH] D75153: [ThinLTO] Allow usage of all SMT threads in the system

2020-03-01 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. > /opt:lldltojobs=N -- limit usage to N threads, but constrained by usage of > heavyweight_hardware_concurrency(). I really dislike this behavior: this seems user hostile to me. I would either: - honor the user request (eventually display a warning), this is in

[PATCH] D71775: [ThreadPool] On Windows, extend usage to all CPU sockets and all NUMA groups

2020-02-28 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added inline comments. Comment at: llvm/lib/Support/Threading.cpp:94 + // uselessly induce more context-switching and cache eviction. + if (!ThreadsRequested || ThreadsRequested > (unsigned)MaxThreadCount) +return MaxThreadCount; aganea wrote:

[PATCH] D71775: [ThreadPool] On Windows, extend usage to all CPU sockets and all NUMA groups

2020-02-26 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. There is something puzzling to me in this patch in the way the ThreadPool was modified: the client of the thread pool cannot request a number of threads anymore, but only a *maximum* number of threads. I don't really understand why? Using the OS reported

[PATCH] D74878: [remark][diagnostics] [codegen] Fix PR44896

2020-02-20 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. > It seems to me that we are not dropping the flag of -fdiscard-value-names. I also reads this as overriding a cc1 flag / ignoring the flag, I don't know if we consistently warn in such cases though. Overall LGTM for the fix, pending resolution for the warning,

[PATCH] D74871: Fix interaction between -fdiscard-value-names and LLVM Bitcode

2020-02-19 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. You mention a test case in the description but I don't see it? Comment at: clang/lib/Frontend/CompilerInvocation.cpp:3607 +// Cannot discard value names when processing llvm-ir, because IR loading +// is conservative wrt. names. +if

Re: How can I export/import the Module object ?

2020-02-08 Thread Mehdi Sabwat
ot; access to the Module object because we provide the worklet with a Class definition, which explains why what I was trying to do wouldn't work, and didn't make much sense. On Monday, January 27, 2020 at 12:49:59 PM UTC+1, Mehdi Sabwat wrote: > > Hi, > > I want to be able to import the Modu

Re: [OpenSIPS-Users] OpenSIPS 3.1 Media Bridging Feature

2020-02-08 Thread Mehdi Shirazi
Hi Not sure this is in scope of new module ... with rtpengine_play_medi added in 3.1 it is possible to play media to one of the endpoints, but I like to use Opensips+rtpengine as an end point playing music for caller. it seems now there is need for some signaling generated from Opensips (like

[OpenBabel-Devel] Problem with reading the Gaussian G4 calculations

2020-02-05 Thread Mohammad Mehdi Ghahremanpour
Dear developers, I just rebased the master branch in my fork and could not read the Gaussian G4 calculations anymore. We also tried the master itself, got the same problem. Any suggestion? [BirdMac:~] % obabel -ig09 Liquids/MOLECULES/G4/water/water-g4.log.gz -osdf -O koko.sdf

Re: Cannot read property 'ccall' of undefined"

2019-12-28 Thread Mehdi Sabwat
Sorry I mean you need to be able to import the Module object into your vuejs environment. On Sat, Dec 28, 2019, 15:10 Mehdi Sabwat wrote: > > https://forum.vuejs.org/t/wasm-how-to-correctly-call-a-webassembly-method-in-vue-js/83422/16 > > I see you also posted there, but yeah ccall

Re: Cannot read property 'ccall' of undefined"

2019-12-28 Thread Mehdi Sabwat
le in callAdd() function ? > > methods: { > callAdd() { > const result = js_plumbing.Module.ccall('Add', > 'number', > ['number', 'number'], > [1, 2]); > console.log('Result: ${result}'); > console.log(

Re: Cannot read property 'ccall' of undefined"

2019-12-28 Thread Mehdi Sabwat
Weird, it seems the Module object does not get exported. Sorry it seems vue.js related and I know nothing about it. On Sat, Dec 28, 2019, 11:07 Marco Ippolito wrote: > I’m trying to transpose to vue.js this html page which works fine: > > > > > > > >

[PATCH] D71687: Fix full loop unrolling initialization in new pass manager

2019-12-26 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added inline comments. Comment at: llvm/lib/Passes/PassBuilder.cpp:484 +LPM2.addPass(LoopFullUnrollPass(Level, +/*OnlyWhenForced=*/!PTO.LoopUnrolling, PTO.ForgetAllSCEVInLoopUnroll));

[PATCH] D71775: [ThreadPool] On Windows, extend usage to all CPU sockets and all NUMA groups

2019-12-20 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. > Will it make sense to say "I don't want hyper-threads" ? Not sure I remember correctly, but I believe one motivation behind avoiding "hyper-threads" and other virtual cores was that while they improve slightly the performance, they also increase the peak memory

[PATCH] D71775: [ThreadPool] On Windows, extend usage to all CPU sockets and all NUMA groups

2019-12-20 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. Also: using heavyweight_hardware_concurrency() in the linker but having multiple linker jobs schedules by the build system was another reason (I think LLVM CMake default to 2 parallel link jobs when using ThinLTO for instance). Repository: rG LLVM Github

[OpenSIPS-Users] Using t_new_request for generating Register

2019-12-20 Thread Mehdi Shirazi
Hi As recommended bogdan here[1] I want to use t_new_request for generating Register message. How I can add headers like Contact to new generated message ? Is it ok to use it on onreply_route? According to my tests in this route using force_send_socket befor t_new_request do not change socket.

Re: Issue with dynamic linking

2019-12-19 Thread Mehdi Sabwat
Thanks Alon! On Thu, Dec 19, 2019, 19:22 Alon Zakai wrote: > Actually I see that is a real difference between the backends, so we > should flip that flag on automatically. I will open a PR. > > Meanwhile as a workaround, -s EXPORT_ALL (on the main module) should fix > things

Issue with dynamic linking

2019-12-17 Thread Mehdi Sabwat
Hi, I am trying to understand the expected behavior of Emscripten when we have a SIDE_MODULE that links to a standard library. I am having this message: Assertion failed: missing linked function `_emscripten_log`. perhaps a side module was not linked in? if this global was expected to

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
Another traceback trace of the same symptoms c. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #3   7ffc78dee6b0 b   resource:///org/gnome/gjs/modules/_legacy.js:82 (7fb4738b0b80 @ 71) déc. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #4   7ffc78dee760 b  

[Desktop-packages] [Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
Another traceback trace of the same symptoms c. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #3   7ffc78dee6b0 b   resource:///org/gnome/gjs/modules/_legacy.js:82 (7fb4738b0b80 @ 71) déc. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #4   7ffc78dee760 b  

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
Another traceback trace of the same symptoms c. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #3   7ffc78dee6b0 b   resource:///org/gnome/gjs/modules/_legacy.js:82 (7fb4738b0b80 @ 71) déc. 14 13:14:40 psycho1-blob org.gnome.Shell.desktop[582]: #4   7ffc78dee760 b  

[Desktop-packages] [Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
We are using debian so maybe I published the report on the wrong thread lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 10 (buster) Release:10 Codename: buster -- You received this bug notification because you are a member of

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
We are using debian so maybe I published the report on the wrong thread lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 10 (buster) Release:10 Codename: buster -- You received this bug notification because you are a member of

[Bug 1855534] Re: UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-14 Thread Mehdi Lauters
We are using debian so maybe I published the report on the wrong thread lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 10 (buster) Release:10 Codename: buster -- You received this bug notification because you are a member of

[jira] [Created] (PLUTO-784) When a portlet is maximized portlets after it are still visible

2019-12-11 Thread Mehdi Javan (Jira)
Mehdi Javan created PLUTO-784: - Summary: When a portlet is maximized portlets after it are still visible Key: PLUTO-784 URL: https://issues.apache.org/jira/browse/PLUTO-784 Project: Pluto Issue

[Bug 1855534] [NEW] UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-07 Thread Mehdi Lauters
Public bug reported: We are using GNOME Shell 3.30.2 and the UI become irresponsible until a reboot several times a week with the following continuously logs in journalctl. If it can help, it is used as a kiosk with chromium started fullscreen and an hdmi/usb touchscreen (

[Desktop-packages] [Bug 1855534] [NEW] UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-07 Thread Mehdi Lauters
Public bug reported: We are using GNOME Shell 3.30.2 and the UI become irresponsible until a reboot several times a week with the following continuously logs in journalctl. If it can help, it is used as a kiosk with chromium started fullscreen and an hdmi/usb touchscreen (

[Bug 1855534] [NEW] UI irresponsive Object Clutter.Actor , has been already deallocated

2019-12-07 Thread Mehdi Lauters
Public bug reported: We are using GNOME Shell 3.30.2 and the UI become irresponsible until a reboot several times a week with the following continuously logs in journalctl. If it can help, it is used as a kiosk with chromium started fullscreen and an hdmi/usb touchscreen (

Re: how to retrieve files generated by a wasm program?

2019-12-07 Thread Mehdi Sabwat
Hi, I think you can use nodefs. Here's a test : https://github.com/emscripten-core/emscripten/blob/master/tests/fs/test_nodefs_rw.c On Sat, Dec 7, 2019, 09:51 Shi Yan wrote: > I created a wasm program with a preloaded folder /asset > > the program, upon finish, will generate a file log.txt

Re: Resolve a promise using emscripten::val

2019-12-06 Thread Mehdi Sabwat
> } > > couldn't reproduce the bug though, will post it when it pops back. > On Tuesday, November 26, 2019 at 4:42:13 PM UTC+1, Mehdi Sabwat wrote: > > I have a JS call that returns a promise. for example : > > createAudioFileAsync(audioSettings).then(successC

[OpenSIPS-Users] Sending Register with t_uac_dlg

2019-12-06 Thread Mehdi Shirazi
Hi Could you please help me with me with a sample of Sending Register message with t_uac_dlg ? Regards M.Shirazi ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Atomics support for Safari

2019-12-05 Thread Mehdi Sabwat
Hi, Does anyone know when and if there will be support for Atomics in Safari? [Error] ReferenceError: Can't find variable: Atomics I know it's a stretch but is it possible to prevent a line of Javascript from being optimized? Preventing : while(sharedArray[0] == 0); from being optimized to

Re: [Discord] Join us to discuss WebAssembly

2019-12-04 Thread Mehdi Sabwat
Hi! Is there any other official channel? Like in irc or slack? Thanks! On Wed, Dec 4, 2019, 19:26 'Thomas Lively' via emscripten-discuss < emscripten-discuss@googlegroups.com> wrote: > Note that there is already a WebAssembly Discord server at > https://discord.gg/sFkS4Z. It would probably be

Re: [OpenSIPS-Users] Save custom usrloc without register

2019-11-30 Thread Mehdi Shirazi
Hi David ! Tank you for answer. Is there any way to do similar function of opensips-cli mi ul_add... from opensips.cfg ? Regards M.Shirazi >You can use kamctl >Kamctl ul add >Or >Kamctl rpc ul.add >Check out the help >Hope that helps >David ___

[OpenSIPS-Users] Save custom usrloc without register

2019-11-30 Thread Mehdi Shirazi
Hi Is it possible to make a custom usrloc and save it without register message ? Regards.Shirazi ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[PATCH] D69498: IR: Invert convergent attribute handling

2019-11-27 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. Talked with Matt at the last social, they thought I was strongly opposed to this: I am not, and I told them I would clarify here: I don't buy the argument of "frontend projects have consistently run into problems related to this", I think this is not a good

Re: Resolve a promise using emscripten::val

2019-11-26 Thread Mehdi Sabwat
e of setTimeout via val or some other callback. > > -- brion > > On Mon, Nov 25, 2019 at 10:03 AM Mehdi Sabwat > wrote: > >> Hi, >> >> I have been looking for a way to resolve a Promise using emscripten::val, >> is that possible? if not, would it be p

Resolve a promise using emscripten::val

2019-11-25 Thread Mehdi Sabwat
, I am using emscripten_async_call(), it would be great if I could replace it with something less hacky. Thanks Mehdi -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails fro

[R] NRC lexicon usage sentiment analysis

2019-11-25 Thread Mehdi Dadkhah
equation: difference in percentages of an emotion= percentages of an emotion in dataset A - percentages of an emotion in dataset B Is my practice true? Could you please answer my question? Thank you very much! With best regards, -- *Mehdi Dadkhah* [[alternative HTML version deleted

Re: Qt crash on GRC on macOS

2019-11-23 Thread Mehdi Asgari
Thank you. I can confirm that the problem is fixed with your commit (61be64d). At least I can’t reproduce the same crash now. Should test more. > On Nov 23, 2019, at 12:34 PM, Emmanuel Blot wrote: > > > > On 23 Nov 2019, at 12:29, Mehdi Asgari wrote: > >> Assertion

Qt crash on GRC on macOS

2019-11-23 Thread Mehdi Asgari
rom source, and python installed via brew. Bests Mehdi

Re: GUI issues on GRC on macOS

2019-11-18 Thread Mehdi Asgari
@Emmanuel: thank you. I installed the "adwaita-icon-theme" and now I have icons. I still have problems with the filter design tool though. @Marcus: I just downloaded the zip release file and compiled using cmake. Bests Mehdi > On 18. Nov 2019, at 17:22, Emmanuel Blot wrote: >

GUI issues on GRC on macOS

2019-11-18 Thread Mehdi Asgari
eas? Thanks in advance Mehdi

[PATCH] D65410: [PassManager] First Pass implementation at -O1 pass pipeline

2019-11-16 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. LGTM to land this and iterate, but you likely want someone else to confirm :) Comment at: llvm/test/Other/new-pm-defaults.ll:253 +; CHECK-Os-NEXT: Finished llvm::Function pass manager run. +; CHECK-Oz-NEXT: Finished llvm::Function pass manager run.

Re: command line applications, supplying parameters, reading from stdout / stderr?

2019-11-08 Thread Mehdi Sabwat
arguments_` so basically in a --post-js or in your C/CPP source file, you could do something like : EM_ASM({ arguments_.push("Insert argv[1] here") }) Then you could access it in an array with `arguments_` Hope it helps, Regards, On Fri, Nov 8, 2019 at 7:28 PM Mehdi Sabwat wr

Re: command line applications, supplying parameters, reading from stdout / stderr?

2019-11-08 Thread Mehdi Sabwat
Hi, I am linking the documentation, * https://emscripten.org/docs/getting_started/Tutorial.html * https://emscripten.org/docs/compiling/Running-html-files-with-emrun.html Hope it helps, Regards, On Fri, Nov 8, 2019 at 7:20 PM Joel Longanecker wrote: > Hello emscripten users! > > I am

[PATCH] D69498: IR: Invert convergent attribute handling

2019-11-06 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D69498#1735763 , @arsenm wrote: > In D69498#1731265 , @mehdi_amini > wrote: > > > Just thought about a slight variation on this: what about adding a flag on > > the datalayout (or

[jira] [Commented] (PHOENIX-3547) Promote CATALOG.VIEW_INDEX_ID to an int

2019-11-04 Thread Mehdi Salarkia (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16966727#comment-16966727 ] Mehdi Salarkia commented on PHOENIX-3547: - Hi [~larsh] Thanks for your investigations

Re: [OpenSIPS-Users] opensip 3.1 rtpengine_play_media

2019-11-04 Thread Mehdi Shirazi
Hi I used : $var(Session_owner) = $rb[1]; append_to_reply("Content-Type: application/sdp\r\nv=0\r\n$var(Session_owner)\r\ns=call\r\nc=IN IP4 10.105.80.3\r\nt=0 0\r\nm=audio 61896 RTP 0 8 3 101\r\na=rtpmap:0 gsm/8000\r\na=rtpmap:8

[OpenSIPS-Users] opensip 3.1 rtpengine_play_media

2019-11-04 Thread Mehdi Shirazi
Hi I am trying to use rtpengine_play_media in opensips 3.1 If I use : if (is_method("INVITE") && !has_totag()) rtpengine_play_media("file=/path/to/ringback_tone_file.wav"); I receive error about no call ID. If I add rtpengine_manage(); before rtpengine_play_media functions it seems(in logs)

[PATCH] D69498: IR: Invert convergent attribute handling

2019-11-02 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D69498#1727650 , @dexonsmith wrote: > In D69498#1723606 , @rjmccall wrote: > > > Perhaps there should be a global metadata, or something in the > > increasingly-misnamed "data

[PATCH] D69498: IR: Invert convergent attribute handling

2019-10-30 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D69498#1727546 , @jdoerfert wrote: > In D69498#1727419 , @mehdi_amini > wrote: > > > In D69498#1727080 , @jdoerfert > > wrote: > > > > >

[PATCH] D69498: IR: Invert convergent attribute handling

2019-10-30 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D69498#1727080 , @jdoerfert wrote: > Let me quote @arsenm here because this is so important: "Basically no > frontend has gotten this right, including clang and non-clang frontends." For > me, that statement alone is

[PATCH] D69498: IR: Invert convergent attribute handling

2019-10-30 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D69498#1725867 , @jdoerfert wrote: > In D69498#1725819 , @mehdi_amini > wrote: > > > Maybe we can start by looking into the motivation for this patch: > > > > > There is a burden on

[PATCH] D69498: IR: Invert convergent attribute handling

2019-10-29 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. Maybe we can start by looking into the motivation for this patch: > There is a burden on frontends in environments that care about convergent > operations to add the attribute just in case it is needed. This has proven to > be somewhat problematic, and different

[jira] [Commented] (PLUTO-783) applicant-mvcbean-cdi-jsp-portlet demo labels and drop down items are not shown

2019-10-29 Thread Mehdi Javan (Jira)
[ https://issues.apache.org/jira/browse/PLUTO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961905#comment-16961905 ] Mehdi Javan commented on PLUTO-783: --- [~ngriffin7a] Thanks for your quick reply. I had built the WARs

[jira] [Updated] (BEAM-8501) NPE When Using JdbcIO.PoolableDataSourceProvider

2019-10-28 Thread Mehdi Massoudi (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehdi Massoudi updated BEAM-8501: - Description: When using a simple PoolableDataSourceProvider in the Dataflow Runner I get a null

[jira] [Updated] (BEAM-8501) NPE When Using JdbcIO.PoolableDataSourceProvider

2019-10-28 Thread Mehdi Massoudi (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mehdi Massoudi updated BEAM-8501: - Description: When using a simple PoolableDataSourceProvider in the Dataflow Runner I get a null

[jira] [Created] (BEAM-8501) NPE When Using JdbcIO.PoolableDataSourceProvider

2019-10-28 Thread Mehdi Massoudi (Jira)
Mehdi Massoudi created BEAM-8501: Summary: NPE When Using JdbcIO.PoolableDataSourceProvider Key: BEAM-8501 URL: https://issues.apache.org/jira/browse/BEAM-8501 Project: Beam Issue Type: Bug

[jira] [Commented] (PLUTO-783) applicant-mvcbean-cdi-jsp-portlet demo labels and drop down items are not shown

2019-10-28 Thread Mehdi Javan (Jira)
[ https://issues.apache.org/jira/browse/PLUTO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961041#comment-16961041 ] Mehdi Javan commented on PLUTO-783: --- Thymeleaf Applicant MVCBean CDI Portlet also gives the following

[jira] [Created] (PLUTO-783) applicant-mvcbean-cdi-jsp-portlet demo labels and drop down items are not shown

2019-10-28 Thread Mehdi Javan (Jira)
Mehdi Javan created PLUTO-783: - Summary: applicant-mvcbean-cdi-jsp-portlet demo labels and drop down items are not shown Key: PLUTO-783 URL: https://issues.apache.org/jira/browse/PLUTO-783 Project: Pluto

Re: c/c++ module ?

2019-10-22 Thread Mehdi Haghgoo
Oct 2019 at 22:42, Mehdi Haghgoo wrote: > > Hi Brad,Sorry if this sounds an odd question,  what do you mean by module > donation? > -Mehdi > > >  On Wed, Oct 23, 2019 at 12:08 AM, Brad Walker > wrote:  Just curious what the current status of the C/C++ module donation > is.

Re: c/c++ module ?

2019-10-22 Thread Mehdi Haghgoo
Hi Brad,Sorry if this sounds an odd question,  what do you mean by module donation?  -Mehdi On Wed, Oct 23, 2019 at 12:08 AM, Brad Walker wrote: Just curious what the current status of the C/C++ module donation is. I think it should have been completed by now, correct? Thanks. -brad

[jira] [Comment Edited] (CALCITE-3325) Thread Local Buffer Variable (threadLocalBuffer) In ProtobufTranslationImpl Is Defined As Non Static Causing Memory Leak

2019-10-21 Thread Mehdi Salarkia (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16955836#comment-16955836 ] Mehdi Salarkia edited comment on CALCITE-3325 at 10/22/19 2:14 AM

[jira] [Commented] (CALCITE-3325) Thread Local Buffer Variable (threadLocalBuffer) In ProtobufTranslationImpl Is Defined As Non Static Causing Memory Leak

2019-10-21 Thread Mehdi Salarkia (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956610#comment-16956610 ] Mehdi Salarkia commented on CALCITE-3325: - {quote}I think this is the source of my confusion

[PATCH] D64742: Allow using -ftrivial-auto-var-init=zero in C mode without extra flags

2019-10-21 Thread Mehdi AMINI via Phabricator via cfe-commits
mehdi_amini added a comment. In D64742#1606244 , @glider wrote: > As a data point, Linus Torvalds suggested that we need a similar feature for > GCC so that the "kernel C standard" mandates zero-initialization for locals: >

[jira] [Commented] (CALCITE-3325) Thread Local Buffer Variable (threadLocalBuffer) In ProtobufTranslationImpl Is Defined As Non Static Causing Memory Leak

2019-10-21 Thread Mehdi Salarkia (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16955836#comment-16955836 ] Mehdi Salarkia commented on CALCITE-3325: - Sorry for the late response as I had been very busy

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