From owner-freebsd-fs@freebsd.org Sun Mar 15 21:03:50 2020 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1DE35278ECF for ; Sun, 15 Mar 2020 21:03:50 +0000 (UTC) (envelope-from freebsd@sysctl.cz) Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48gX3S74ZRz3Lv2; Sun, 15 Mar 2020 21:03:48 +0000 (UTC) (envelope-from freebsd@sysctl.cz) Received: from webmail.wedos.net (wes1-wm3.wedos.net [46.28.106.84]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 48gX3Q6Zwwzrf; Sun, 15 Mar 2020 22:03:46 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 15 Mar 2020 22:03:46 +0100 From: freebsd@sysctl.cz To: Alan Somers Cc: Freebsd fs Subject: Re: extattr In-Reply-To: References: Message-ID: <67ed8eb15a552c821a1e231f7325fadc@sysctl.cz> X-Sender: freebsd@sysctl.cz User-Agent: Roundcube Webmail/1.2.4 X-Rspamd-Queue-Id: 48gX3S74ZRz3Lv2 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@sysctl.cz has no SPF policy when checking 46.28.106.16) smtp.mailfrom=freebsd@sysctl.cz X-Spamd-Result: default: False [4.16 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; IP_SCORE(1.28)[ipnet: 46.28.104.0/21(2.48), asn: 197019(3.82), country: CZ(0.09)]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[sysctl.cz]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.98)[0.983,0]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_NO_DN(0.00)[]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:197019, ipnet:46.28.104.0/21, country:CZ]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2020 21:03:50 -0000 Dne 2020-03-15 18:47, Alan Somers napsal: > On Sun, Mar 15, 2020 at 11:21 AM wrote: > >> Hi, i am trying make port for signal desktop application >> but i have problems in test. I patched this npm library for bsd. >> I am not sure with actual test, because bsd have maybe other >> implementation and also a bit other results. >> Do you have some skills in xattr ? >> >> https://github.com/LinusU/fs-xattr/pull/37 >> >> Thx M. > > Could you please be more specific? What is your problem? And since > this is not a javascript-oriented mailing list, you will have the best > responses if you post any code samples in C. > -Alan Hi Alan, i know this mainling list is not for javascript and therefore you have link for github. I wanted only help with review for new implementation for this package. Only part of package is in javascript. Thx M.