Re: google ads api token request unresponsive

2023-12-20 Thread Kevin Chen
Hello It has been almost two months and there is still no news about the application for basic access rights. Could you please let us know the current progress? Why there is no response from the compliance team or please tell us how to contact the team responsible for the review directly. It’s

Re: google ads api token request unresponsive

2023-12-20 Thread Kevin Chen
Hello It has been almost two months and there is still no news about the application for basic access rights. Could you please let us know the current progress? Why there is no response from the compliance team or please tell us how to contact the team responsible for the review directly.

Re: google ads api token request unresponsive

2023-11-23 Thread Kevin Chen
Hello, I'm sorry to ask, what do you mean by Cases ID: not received? Is it because I did not successfully initiate the application and you did not receive my application? On Thursday, November 23, 2023 at 11:52:23 AM UTC+8 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching

Google Ads API token request unresponsive

2023-11-22 Thread Kevin Chen
Hello, On November 9th, we submitted a request for basic access to the Google Ads API token through the form at https://support.google.com/adspolicy/contact/new_token_application. Unfortunately, as of today, we have not received any response. Additionally, we completed an expediting request on

[PATCH] armv8: Skip PIE in SPL due to load alignment fault.

2023-08-03 Thread Kevin Chen
when executing ldp instuction in pie_fix_loop. Signed-off-by: Kevin Chen --- arch/arm/cpu/armv8/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/cpu/armv8/start.S index f3ea858577..6cc1d26e5e 100644 --- a/arch/arm/cpu/armv8/start.S

[issue42915] enum.Flag ~ bitwise negation is very slow and can't be defined as a Flag value

2021-01-13 Thread Kevin Chen
Kevin Chen added the comment: Awesome thanks! Does the rewrite fix the issue with creating negated flags as well? -- ___ Python tracker <https://bugs.python.org/issue42

[issue42915] enum.Flag ~ bitwise negation is very slow and can't be defined as a Flag value

2021-01-12 Thread Kevin Chen
New submission from Kevin Chen : Here's a code sample: ``` import time from enum import Flag, auto class MyFlag(Flag): NONE = 0 FLAG_1 = auto() FLAG_2 = auto() FLAG_3 = auto() FLAG_4 = auto() FLAG_5 = auto() FLAG_6 = auto() # # NOT_FLAG_1_OR_2 = ~FLAG_1

[issue42912] enum.Flag ~ bitwise negation is very slow

2021-01-12 Thread Kevin Chen
New submission from Kevin Chen : Ignore this, opened issue by accident -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue42912] enum.Flag ~ bitwise negation is very slow

2021-01-12 Thread Kevin Chen
Change by Kevin Chen : -- nosy: aspin2 priority: normal severity: normal status: open title: enum.Flag ~ bitwise negation is very slow versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue42

Re: spark-submit parameters about two keytab files to yarn and kafka

2020-11-01 Thread kevin chen
Hi, Hope it can solve the issue by following method: *step 1 : * create a kafka kerberos config named kafka_client_jaas.conf: KafkaClient { com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true keyTab="./kafka.service.keytab" storeKey=true useTicketCache=false

Re: [Spark Core] Vectorizing very high-dimensional data sourced in long format

2020-11-01 Thread kevin chen
Perhaps it can avoid errors(exhausting executor and driver memory) to add random numbers to the entity_id column when you solve the issue by Patrick's way. Daniel Chalef 于2020年10月31日周六 上午12:42写道: > Yes, the resulting matrix would be sparse. Thanks for the suggestion. Will > explore ways of

[issue38571] Segfault with StopIteration

2019-10-25 Thread Kevin Chen
Kevin Chen added the comment: Sorry for the noise. I upgraded my gevent (1.3.5 to 1.4.0) and greenlet (0.4.13 to 0.4.15) libraries, and that appears to have resolved the issue. I assume there was an incompatibility in one or both of the older versions of these libraries with python 3.7

[issue38571] Segfault with StopIteration

2019-10-23 Thread Kevin Chen
New submission from Kevin Chen : Unfortunately, I don't currently have a simple test case, but after migrating an app from python 3.6 to python 3.7, python frequently (but not always) segfaults when running tests for my app in code related to StopIteration (perhaps somehow related

[Bug 1836488] [NEW] After session unlock the login screen is still showing

2019-07-14 Thread Kevin Chen
Public bug reported: On my 19.04 ubuntu, I unlocked my session, but the login screen is still showing and covers everything else. The "Favorites" icons are showing and the top nav bar is also showing. I can "alt-tab", but the login screen permanently covering the entire screen. It shows the

[Bug 1836488] [NEW] After session unlock the login screen is still showing

2019-07-14 Thread Kevin Chen
Public bug reported: On my 19.04 ubuntu, I unlocked my session, but the login screen is still showing and covers everything else. The "Favorites" icons are showing and the top nav bar is also showing. I can "alt-tab", but the login screen permanently covering the entire screen. It shows the

[outages] Facebook high packet loss & latency

2018-11-18 Thread Kevin Chen via Outages
Seeing high packet loss and latency to Facebook services from Comcast in Mountain View, CA. * www.facebook.com * www.instagram.com * www.messenger.com Ping for www.messenger.com: --- star.c10r.facebook.com ping statistics --- 164 packets transmitted, 110 packets received, 32.9% packet loss

[Avocado-devel] Does avocado support web dashboard

2018-09-28 Thread Kevin Chen
Hi everyone, Now, I am using avocado on my linux shell. It's easy for lnux programmers. Does the avocado support some web way to trigger the test job? This will easy for other tester to track test process and result. -- --- Kevin Chen ShenZhen Guangdong, China

Re: [Avocado-devel] SSH EOF error

2018-09-27 Thread Kevin Chen
, I resolved it. The openssh doesn't enable sftp on my imx6 board. Now I can get the right result from avocado with remote runner plugin. On Thu, Sep 27, 2018 at 12:37 PM Kevin Chen wrote: > Hi everyone, > > I use Avocado 62 verison on host and my NXP imx6 board.I use remote > pl

[Avocado-devel] SSH EOF error

2018-09-26 Thread Kevin Chen
e traceback info and command line used on your bug report Report bugs visiting https://github.com/avocado-framework/avocado/issues/new ``` I saw the test was pass result. I am newer about python. Could anyone give me some hints? Thanks! -- --- Kevin Chen ShenZhen Guangdong, China

Re: [Avocado-devel] remote machine detect avocado failed

2018-09-07 Thread Kevin Chen
uggest you drop the remote feature for now, and as a first > step debug it by logging to the imx6 and checking what state avocado is there. > > It might be throwing exceptions on missing dependencies or something... > > Be Well, > Alan > > On Fri, Sep 7, 2018 at 3:35 AM, Kevi

Re: [Avocado-devel] remote machine detect avocado failed

2018-09-06 Thread Kevin Chen
utils python-threading python-unittest python-xml python-six python-setuptools python-lxml python-requests python-stevedore " The c6ac5529063018ca6df308f8495c71697747e255 is the commit id of version 62. It's failed on 63 version. On Fri, Sep 7, 2018 at 3:39 AM Cleber Rosa wrote

Re: [Avocado-devel] remote machine detect avocado failed

2018-08-31 Thread Kevin Chen
Can anyone give some hints about that issue? On Tue, Aug 14, 2018 at 10:32 PM Kevin Chen wrote: > > Hi everyone, > > I am newer on avocado.Now, I am using remote mode to execute an simple > test on remote machine. My remote machine is a nxp imx6 board. The > host and remote mac

Re: [gmx-users] V2018.1 building issues

2018-05-11 Thread kevin chen
dware flavor and have the module system choose the correct one to > load, per our installation guide > http://manual.gromacs.org/documentation/2018/install- > guide/index.html#portability-aspects > > > Mark > > On Thu, May 10, 2018 at 4:17 PM kevin chen <fch6...@gmail.

[gmx-users] V2018.1 building issues

2018-05-10 Thread kevin chen
Hi Gromacs Users, I'm having this weird issue while trying to build the new V2018.1 on Stampede2, which has both SKX amd KNL nodes on it. For V2016 and older, in order to run the same executable(mdrun_mpi), we have to build the "fat" binary with " -DGMX_SIMD=AVX_512" and "-DCMAKE_C_FLAGS="-O3

[jira] [Created] (GOBBLIN-462) add snappy codec in hadoop

2018-04-10 Thread kevin chen (JIRA)
kevin chen created GOBBLIN-462: -- Summary: add snappy codec in hadoop Key: GOBBLIN-462 URL: https://issues.apache.org/jira/browse/GOBBLIN-462 Project: Apache Gobblin Issue Type: New Feature

[gmx-users] Errors while building with Cuda 9.0

2018-01-22 Thread Kevin Chen
Dear Gromacs Users, I got the following error while building V2016.3 using CudaV9.0. Anybody has a quick fix for it? == "nvcc fatal : Unsupported gpu architecture 'compute_20' nvcc fatal : Unsupported gpu

[gmx-users] GPU ECC question

2018-01-08 Thread Kevin Chen
to know (and have references for) 1) How often these errors occur? 2) Can Gromacs along with ECC detect and correct for these errors? 3) How robust are the algorithms governing MD against these types of errors? 4) Is the time and resource overhead from ECC even worth it? Thanks in advance! Kevin Chen

[issue20891] PyGILState_Ensure on non-Python thread causes fatal error

2017-12-11 Thread Kevin Chen
Change by Kevin Chen <kc...@mit.edu>: -- nosy: +kchen ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue20891> ___ ___ Python

Re: [RAUC] booted slot issue

2017-11-11 Thread Kevin Chen
case) uboot. >> >> See >> https://github.com/rauc/rauc/blob/48aa81da78737876e09010f77b635acda2c54145/src/context.c#L24 >> Also check the example on grub: >> https://github.com/rauc/rauc/blob/master/docs/examples.rst#grub-configuration >> >> I hope this helps.

Re: [RAUC] booted slot issue

2017-11-10 Thread Kevin Chen
https://github.com/rauc/rauc/blob/48aa81da78737876e09010f77b635acda2c54145/src/context.c#L24 > Also check the example on grub: > https://github.com/rauc/rauc/blob/master/docs/examples.rst#grub-configuration > > I hope this helps. > > Cheers, > > Leif > > Am Samstag, den 11.11.

[RAUC] booted slot issue

2017-11-10 Thread Kevin Chen
test install bundle whether it works correctly. In my opinion, the "bootname" is flag the mmcblk1p3 as boot slot.So I am confuse about the "booted slot" tips.Did I missing some boot config for RAUC? Thanks --- Kevin Chen ShenZhen Guangdong, China ___ RAUC mailing list

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215348#comment-16215348 ] Kevin Chen commented on GROOVY-8363: Ah, never mind, I see that you're right. I'm actually still

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215279#comment-16215279 ] Kevin Chen commented on GROOVY-8363: Why do you think the @CompileStatic annotation is the part

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-23 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16215280#comment-16215280 ] Kevin Chen commented on GROOVY-8363: Just threw on the @CompileStatic annotation and it doesn't

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-22 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16214368#comment-16214368 ] Kevin Chen commented on GROOVY-8363: Ahhh, yes, that is what I want I think (and preferable

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-21 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16214117#comment-16214117 ] Kevin Chen commented on GROOVY-8363: Are you sure that's quite right? Calling the delegate does

[jira] [Comment Edited] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-21 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16214117#comment-16214117 ] Kevin Chen edited comment on GROOVY-8363 at 10/21/17 10:15 PM: --- Are you

[jira] [Comment Edited] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-21 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16214117#comment-16214117 ] Kevin Chen edited comment on GROOVY-8363 at 10/21/17 10:15 PM: --- Are you

[jira] [Commented] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16213257#comment-16213257 ] Kevin Chen commented on GROOVY-8363: History is just me figuring out the {{code}} tag, my bad

[jira] [Updated] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen updated GROOVY-8363: --- Description: Preface: not experienced with submitting bugs to the Groovy project, so please bear

[jira] [Updated] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen updated GROOVY-8363: --- Description: Preface: not experienced with submitting bugs to the Groovy project, so please bear

[jira] [Updated] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen updated GROOVY-8363: --- Description: Preface: not experienced with submitting bugs to the Groovy project, so please bear

[jira] [Updated] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen updated GROOVY-8363: --- Description: Preface: not experienced with submitting bugs to the Groovy project, so please bear

[jira] [Updated] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen updated GROOVY-8363: --- Description: Preface: not experienced with submitting bugs to the Groovy project, so please bear

[jira] [Created] (GROOVY-8363) Implementing List with a delegated data source results in StackOverflowException

2017-10-20 Thread Kevin Chen (JIRA)
Kevin Chen created GROOVY-8363: -- Summary: Implementing List with a delegated data source results in StackOverflowException Key: GROOVY-8363 URL: https://issues.apache.org/jira/browse/GROOVY-8363 Project

[issue31062] socket.makefile does not handle line buffering

2017-07-27 Thread Kevin Chen
New submission from Kevin Chen: File objects generated with socket.makefile and that attempt to use line buffering appear to not actually use line buffering, at least for writing. In this example, the string does not appear to be written until the flush call. First, set up a socket: $ nc -l

[jira] [Created] (KAFKA-5393) in-memory state store memory issue

2017-06-06 Thread Kevin Chen (JIRA)
Kevin Chen created KAFKA-5393: - Summary: in-memory state store memory issue Key: KAFKA-5393 URL: https://issues.apache.org/jira/browse/KAFKA-5393 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-06 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16038911#comment-16038911 ] Kevin Chen commented on KAFKA-5070: --- to fix the failure to start issue, I think you need wait to start

[jira] [Commented] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-04 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16036404#comment-16036404 ] Kevin Chen commented on KAFKA-5070: --- correct, that is why I increased. I had configured it to 30s, now

[jira] [Comment Edited] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-02 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035590#comment-16035590 ] Kevin Chen edited comment on KAFKA-5070 at 6/2/17 11:03 PM: Hi, Matthias: my

[jira] [Commented] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-02 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035590#comment-16035590 ] Kevin Chen commented on KAFKA-5070: --- Hi, Matthias: my state store was not corrupted. I had tried

[jira] [Commented] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-02 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035501#comment-16035501 ] Kevin Chen commented on KAFKA-5070: --- A little background about our topology: the source node will feed

[jira] [Commented] (KAFKA-5070) org.apache.kafka.streams.errors.LockException: task [0_18] Failed to lock the state directory: /opt/rocksdb/pulse10/0_18

2017-06-02 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035452#comment-16035452 ] Kevin Chen commented on KAFKA-5070: --- we saw the similar exceptions in our stream applications too, we

[whatwg] Is the "document" identifier defined in the standards?

2017-04-23 Thread Kevin Chen
Hello, Looking through the DOM and HTML standards I have seen several implicit references to the current document object using the identifier "document". But I do not see a guarantee within the standards that the browser will provide an object called "document" containing the current document

[issue28671] SSL server requesting client certificates should send CA list

2016-11-11 Thread Kevin Chen
New submission from Kevin Chen: When a Python HTTPS server requests client certificates, it should send a CA list so the client knows which certificates are acceptable. It looks like right now Python calls SSL_CTX_load_verify_locations, so once the client certificate is sent, Python can

[gmx-users] Issues with huge system

2016-11-04 Thread Kevin Chen
Hi Gromacs Users, We 've observed some issues while creating huge simulation boxes (over35 nm* 35 nm * 35nm in size). Commands used for building our benchmarks showed as follow: gmx pdb2gmx -f 1AKI.pdb -o 1AKI_processed.gro -water spce gmx editconf -f 1AKI_processed.gro -o 1AKI_newbox.gro

how can I cross build luvi?

2016-09-27 Thread Kevin Chen
I am trying to build luvi on x86 vm machine for arm cpu, how can I do this? the vm is running Ubuntu 14. Thanks Kevin -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email

[gmx-users] mdrun_mpi nice level

2016-09-23 Thread Kevin Chen
Dear all, It appears that as of V5.1, the -nice option is no longer supported and the default nice level(19) was used. Is there any reason behind of this? And what's the best way to control mdrun nice level in V5.1? Thanks, Kevin -- Gromacs Users mailing list * Please search the archive at

[gmx-users] Gromacs 5.0 benchmarks

2016-07-06 Thread Kevin Chen
and tprs) used for those benchmarks? We'd like to see if we could reproduce any of those results. Thank you in advance! Kevin Chen -- Gromacs Users mailing list * Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting! * Can't post? Read http

[gmx-users] Gromacs 5.1 benchmarks

2016-06-27 Thread Kevin Chen
? Thanks, Kevin Chen -- Gromacs Users mailing list * Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting! * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists * For (un)subscribe requests visit https://maillist.sys.kth.se/mailman

[jira] [Created] (SPARK-16181) Incorrect behavior for isNull filter

2016-06-23 Thread Kevin Chen (JIRA)
Kevin Chen created SPARK-16181: -- Summary: Incorrect behavior for isNull filter Key: SPARK-16181 URL: https://issues.apache.org/jira/browse/SPARK-16181 Project: Spark Issue Type: Bug

Re: login fail

2016-06-22 Thread Kevin Chen
I using the platform of arm and modify the permissions, but output is same... > -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: login fail

2016-06-22 Thread Kevin Chen
I modify the permissions, but output is same... > > Command & Console: > > ./iscsiadm -m discovery -t st -p 10.100.91.57:3260 > 10.100.91.57:3260,1 iqn.2000-01.com.synology:Target-1 > [fe80::211:32ff:fe57:6952]:3260,1 iqn.2000-01.com.synology:Target-1 > > /var/open-iscsi/usr/iscsiadm -m node -p

Re: [android-developers] Error with app:layout_behavior

2016-06-16 Thread Kevin Chen
for whatever reason. I would appreciate any additional help in resolving this error. Thanks, Kevin Chen On Wednesday, June 15, 2016 at 10:44:23 PM UTC-7, sardar khan wrote: > > you should add a string resource in the res/values/string folder . check > below in the tutorial to show how to a

[android-developers] Error with app:layout_behavior

2016-06-15 Thread Kevin Chen
ot;@layout/content_my"> Could you please help me fix this error? Thanks, Kevin Chen -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[MLO] attachments

2016-05-22 Thread Kevin Chen
Hi, I did some search on the website and noted that MLO can't upload attachments into the task. when I add a task on my mobile, sometime i will add the pictures or files what i need to do. do you have any develop plan to enable this function? Kevin -- You received this message because you

[jira] [Created] (SPARK-14054) Support parameters for UDTs

2016-03-21 Thread Kevin Chen (JIRA)
Kevin Chen created SPARK-14054: -- Summary: Support parameters for UDTs Key: SPARK-14054 URL: https://issues.apache.org/jira/browse/SPARK-14054 Project: Spark Issue Type: New Feature

unsubscribe

2016-01-19 Thread Kevin Chen
unsubscribe ___ kernel mailing list kernel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/kernel@lists.fedoraproject.org

[gmx-users] Building gromacs on CRAY XC40

2015-10-04 Thread kevin chen
Dear Gromacs users, I am trying to build gromacs on our latest supercomputer CRAY XC40, but the following errors using gcc and fftw. Here's my list of module loaded and install script, can anyone give any instructions? =

Re: New Spark json endpoints

2015-09-17 Thread Kevin Chen
<iras...@cloudera.com> Cc: Kevin Chen <kc...@palantir.com>, "dev@spark.apache.org" <dev@spark.apache.org>, Matt Cheah <mch...@palantir.com>, Mingyu Kim <m...@palantir.com> Subject: Re: New Spark json endpoints While we're at it, adding endpoints that get results by j

[jira] [Commented] (SPARK-10565) New /api/v1/[path] APIs don't contain as much information as original /json API

2015-09-17 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14803224#comment-14803224 ] Kevin Chen commented on SPARK-10565: To summarize what has been discussed up until now in a separate

Re: New Spark json endpoints

2015-09-16 Thread Kevin Chen
Just wanted to bring this email up again in case there were any thoughts. Having all the information from the web UI accessible through a supported json API is very important to us; are there any objections to us adding a v2 API to Spark? Thanks! From: Kevin Chen <kc...@palantir.com>

[jira] [Comment Edited] (SPARK-10438) Can't use Jackson to deserialize Spark json API output directly into Spark info structs

2015-09-11 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741166#comment-14741166 ] Kevin Chen edited comment on SPARK-10438 at 9/11/15 5:16 PM: - Jackson

[jira] [Closed] (SPARK-10438) Can't use Jackson to deserialize Spark json API output directly into Spark info structs

2015-09-11 Thread Kevin Chen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chen closed SPARK-10438. -- Resolution: Not A Problem Can use Jackson with DefaultScalaModule; annotations aren't necessary

[jira] [Created] (SPARK-10565) New /api/v1/[path] APIs don't contain as much information as original /json API

2015-09-11 Thread Kevin Chen (JIRA)
Kevin Chen created SPARK-10565: -- Summary: New /api/v1/[path] APIs don't contain as much information as original /json API Key: SPARK-10565 URL: https://issues.apache.org/jira/browse/SPARK-10565 Project

Re: Deserializing JSON into Scala objects in Java code

2015-09-09 Thread Kevin Chen
Currie <christop...@currie.com> Date: Wednesday, September 9, 2015 at 10:17 AM To: Kevin Chen <kc...@palantir.com>, "dev@spark.apache.org" <dev@spark.apache.org> Cc: Matt Cheah <mch...@palantir.com>, Mingyu Kim <m...@palantir.com> Subject: Fwd: Deserializ

Deserializing JSON into Scala objects in Java code

2015-09-08 Thread Kevin Chen
for Scala Seqs, but got no luck. * Deserialization works if the Scala class does not have any Seq fields, and works if the fields are Java Lists instead of Seqs. Thanks very much for your help! Kevin Chen smime.p7s Description: S/MIME cryptographic signature

[jira] [Created] (SPARK-10438) Can't use Jackson to deserialize Spark json API output directly into Spark info structs

2015-09-03 Thread Kevin Chen (JIRA)
Kevin Chen created SPARK-10438: -- Summary: Can't use Jackson to deserialize Spark json API output directly into Spark info structs Key: SPARK-10438 URL: https://issues.apache.org/jira/browse/SPARK-10438

[protobuf] Unspecified protobuf version

2015-06-29 Thread Kevin Chen
Hello, while I was doing my project, receiving this error message: This file was generated by an older version of protoc which is, and the portion of my code shows that: 2005000 GOOGLE_PROTOBUF_MIN_PROTOC_VERSION Does anybody could tell me what's going wrong or how should I fix it? THX and

Re: [dns-operations] DNSSEC issue - why?

2015-06-09 Thread Kevin Chen
with regard to SHOULD. -- Kevin Chen ___ dns-operations mailing list dns-operations@lists.dns-oarc.net https://lists.dns-oarc.net/mailman/listinfo/dns-operations dns-jobs mailing list https://lists.dns-oarc.net/mailman/listinfo/dns-jobs

[Live-devel] mulitcast slow down network.

2015-05-20 Thread Kevin Chen
Hi all, I basically have two problems on my RTSP server, I implement my RTSP server based on testH264Vdieostreamer example, so it is multicast both audio and video, one problem we found was that multicast will slow down the whole local network, especially for the wireless device, we noticed a lot

Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-07 Thread Kevin Chen
Hi Ross, After checking all my code carefully, it turned out to be my fault, I create rtcpGroupAudiosock using the rtp port for audio instead of rtcp port, which fix the problem, and both audio and video can stream together, and sync well, but one problem still there when using VLC, two time

Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-07 Thread Kevin Chen
. . . . . . . -- On Thu, May 7, 2015 at 8:30 AM, Kevin Chen xjc...@email.arizona.edu wrote: Hi Ross, After

[gmx-users] running g_tune_pme on stampede

2014-12-05 Thread Kevin Chen
suggestion is welcome! Thanks in advance Kevin Chen -Original Message- From: gromacs.org_gmx-users-boun...@maillist.sys.kth.se [mailto:gromacs.org_gmx-users-boun...@maillist.sys.kth.se] On Behalf Of Szilárd Páll Sent: Friday, December 5, 2014 12:54 PM To: Discussion list for GROMACS

[gmx-users] ngmx removed in 5.0.1?

2014-09-16 Thread Kevin Chen
Hi, I just noticed that the ngmx is no longer available in V5.0.1 anymore. Is there another tool can be used as a replacement of ngmx? Or you guys just plan to get rid of it for good? Thanks, Kevin Chen -- Gromacs Users mailing list * Please search the archive at http://www.gromacs.org

[webkit-help] Feasibility of updating Safari on Windows

2014-03-10 Thread Kevin Chen
available Windows Safari (5.1.7), like the nightly builds used to do. Since Windows Safari was dropped, has the WebKit code changed enough to make getting it running on Windows Safari again unfeasible? Thanks for your help, Kevin Chen ___ webkit-help mailing

RE: [gmx-users] Continuing runs from 4.5.4 in 4.6.3

2013-10-23 Thread Kevin Chen
There shouldn't be a problem for that. BTW, can you also enter a ticket at Daigrid.org for this matter? Thanks -Kevin -Original Message- From: gmx-users-boun...@gromacs.org [mailto:gmx-users-boun...@gromacs.org] On Behalf Of rajat desikan Sent: Wednesday, October 23, 2013 1:24 AM To:

[gmx-users] a new GROMACS simulation tool

2013-10-22 Thread Kevin Chen
testing on this newly developed tool. Let me know if you'd like to try it out. We will set up an account for you. Best Regards, Kevin Chen, Ph.D. Information Technology at Purdue (ITaP) West Lafayette, IN 47907-2108 -- gmx-users mailing listgmx-users@gromacs.org http://lists.gromacs.org

RE: [gmx-users] a new GROMACS simulation tool

2013-10-22 Thread Kevin Chen
. On Tue, Oct 22, 2013 at 10:34 AM, Kevin Chen fch6...@gmail.com wrote: Hi Everyone, I'm writing to let you guys know that we have developed a web-based tool MD simulation tool for GROMACS. It is a software package primarily developed for biological MD and offers a huge amount of possible

[issue15880] os.path.split() and long UNC names

2012-11-01 Thread Kevin Chen
Changes by Kevin Chen mr.kevin.chen...@gmail.com: -- nosy: +kevin.chen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15880 ___ ___ Python-bugs

[issue6074] .pyc files created readonly if .py file is readonly, python won't overwrite

2012-10-21 Thread Kevin Chen
Kevin Chen added the comment: Okay just tried it. This is under Windows 7 x64. I created a .py file with read-only permission. When I import the .py module, the created .pyc doesn't have read-only permission. So it works as intended under Windows OS. As long as under posix system

[issue6074] .pyc files created readonly if .py file is readonly, python won't overwrite

2012-10-20 Thread Kevin Chen
Kevin Chen added the comment: Hi Nick, Thank you so much for rolling out this change. I think your implementation of the fix is more elegant. I have learned a few things from you. I would love to keep helping to test/fix bugs for Python on Windows. Please contact me if there is anything you

[Bug 1068343] [NEW] E:Encountered a section with no Package: header

2012-10-18 Thread Kevin Chen
Public bug reported: Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message: 'E:Encountered a section with no Package: header,

[issue6074] .pyc files created readonly if .py file is readonly, python won't overwrite

2012-09-08 Thread Kevin Chen
Kevin Chen added the comment: Hi Eric, I am happy to install Python 3.3 on Windows and help you test this. Can you please give me some ideas on what I need to do? Do I sync to the latest Python 3.3 branch and compile? Then run some unit-test code? Which test files should I run? What should

[jira] [Updated] (WINK-370) An error occurred when the post parameter contains (using MultivaluedMap)

2012-08-22 Thread kevin chen (JIRA)
[ https://issues.apache.org/jira/browse/WINK-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kevin chen updated WINK-370: Fix Version/s: 1.3 An error occurred when the post parameter contains (using MultivaluedMap

[jira] [Updated] (WINK-370) An error occurred when the post parameter contains (using MultivaluedMap)

2012-08-22 Thread kevin chen (JIRA)
[ https://issues.apache.org/jira/browse/WINK-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kevin chen updated WINK-370: Affects Version/s: 1.3 An error occurred when the post parameter contains (using MultivaluedMap

[jira] [Created] (WINK-370) An error occurred when the the post parameter contains (using MultivaluedMap)

2012-08-21 Thread kevin chen (JIRA)
kevin chen created WINK-370: --- Summary: An error occurred when the the post parameter contains (using MultivaluedMap) Key: WINK-370 URL: https://issues.apache.org/jira/browse/WINK-370 Project: Wink

[jira] [Updated] (WINK-370) An error occurred when the post parameter contains (using MultivaluedMap)

2012-08-21 Thread kevin chen (JIRA)
[ https://issues.apache.org/jira/browse/WINK-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kevin chen updated WINK-370: Summary: An error occurred when the post parameter contains (using MultivaluedMap) (was: An error occurred

[jira] [Updated] (WINK-370) An error occurred when the post parameter contains (using MultivaluedMap)

2012-08-21 Thread kevin chen (JIRA)
[ https://issues.apache.org/jira/browse/WINK-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kevin chen updated WINK-370: Description: I use MultivaluedMap to post parameter which contains , such as i123. But the parameter

[issue6074] .pyc files created readonly if .py file is readonly, python won't overwrite

2012-08-20 Thread Kevin Chen
Kevin Chen added the comment: Hi I made the following patch for this issue. It addresses the #2051 security bug. So the .pyc and .pyo files are created using the same permission as .py The MS_WINDOWS version will chmod the permission of .pyc and .pyo files to write accessible before deleting

  1   2   >