Displaying 20 results from an estimated 50 matches for "ligature".
Did you mean:
ligatures
2018 Aug 21
2
different output with fast-math flag
Why the output is different for this below program when compiled using
clang with fast-math optimization
#include<stdio.h>
int main() {
double d = 1.0;
double max = 1.79769e+308;
d /= max;
printf("d:%e:\n", d);
d *= max;
printf("d:%e:\n", d);
return 0;
}
prints 0 with fast math but 1 without fast math.
-------------- next part --------------
An
2020 Oct 04
2
LMTP Authentication Error
2019 Apr 12
5
Something not good.
2019 Jul 08
2
Sigh. I’ve been through like 5 mailing lists and got trolled off each one. Let’s start simple
A secure macro
It’s like static but well optimized. Any ideas how I can implement it universally? I thought about a secure application to help with compiling and security. It’s like sudo but more secure and can chain. I don’t know much about pipes and streams, but I’m pretty sure I can write it into llvm with enough time and help.
Another thing, and I got trolled off gcc’s mailing list for this,
2019 Jul 12
2
Sigh. I’ve been through like 5 mailing lists and got trolled off each one. Let’s start simple
2019 Mar 28
0
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...</div>
<div>
<br>
</div>
<div class="">
<div class="" style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">
<span class="" style="font-variant-ligatures: no-common-ligatures;">dovecot-2.3.3-1.fc29.x86_64</span>
</div>
</div>
<div class="">
<br class="">
</div>
<div class="">
<div class="" style="margin: 0px; font-stretch: norma...
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
dovecot-2.3.3-1.fc29.x86_64
Mar 28 10:04:47 auth: Panic: file http-client-request.c: line 283 (http_client_request_unref): assertion failed: (req->refcount > 0)
Mar 28 10:04:47 auth: Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xe34fb) [0x7fe76e0834fb] -> /usr/lib64/dovecot/libdovecot.so.0(+0xe3597) [0x7fe76e083597] -> /usr/lib64/dovecot/libdovecot.so.0(+0x51207)
2019 Mar 28
0
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...;>
<br class="">
</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures;" class="">dovecot-2.3.3-1.fc29.x86_64</span>
</div>
</div>
<div class="">
<br class="">
</div>
<div class="">
<div style=&qu...
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
> Set
>
> ssl_client_ca_file=/path/to/cacert.pem to validate the certificate
Can this be the Lets Encrypt cert that we already have? In other words we have:
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
Can those be used?
> Are you using haproxy or something in front of dovecot?
No. Just Squirrelmail webmail with sendmail.
2003 Dec 01
0
No subject
...0x89 0x0089 <control
> 0x89 0x2030 PER MILLE SIGN
0x8A 0x008A <control> 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON=
0x8B 0x008B <control> 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTAT=
ION MARK
0x8C 0x008C <control> 0x8C 0x0152 LATIN CAPITAL LIGATURE OE
0x8E 0x008E <control> 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON=
0x91 0x0091 <control> 0x91 0x2018 LEFT SINGLE QUOTATION MARK
0x92 0x0092 <control> 0x92 0x2019 RIGHT SINGLE QUOTATION MARK
0x93 0x0093 <control> 0x93 0x201C LEFT DOUBLE QUOTA...
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
> On Mar 28, 2019, at 10:29 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
>
>> On 28 March 2019 16:08 Robert Kudyba via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> dovecot-2.3.3-1.fc29.x86_64
>>
>> Mar 28 10:04:47 auth: Panic: file http-client-request.c: line 283 (http_client_request_unref): assertion failed:
2019 May 31
1
[mail-crypt-plugin] Password Query for Folder Keys questions
> Can you try
>
> doveadm -o plugin/mail_crypt_private_password=desired_password mailbox > cryptokey generate -u user -UR
>
> Aki
I tried that and got the following:
user at host:~$ doveadm -o plugin/mail_crypt_private_password=desired_password mailbox > cryptokey generate -u user -UR
Folder Public ID
user at host:~$
Then I sent a new email to the mail server, and I
2011 Feb 06
1
Psych can't load LaTeX entities file
...011-02-05
13:01:30.540000006 +0100
@@ -180,10 +180,10 @@
"8218": ","
#DOUBLE LOW-9 QUOTATION MARK
#requires fontenc:T1
-ldquor: ,,
+ldquor: ",,"
#DOUBLE LOW-9 QUOTATION MARK
#requires fontenc:T1
-"8222": ,,
+"8222": ",,"
#LATIN SMALL LIGATURE FF
"64256": ff
#LATIN SMALL LIGATURE FI
@@ -197,9 +197,9 @@
#LATIN SMALL LIGATURE FL
"64258": fl
#DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-"8223": ``
+"8223": "``"
#SINGLE HIGH-REVERSED-9 QUOTATION MARK
-"8219": `
+"8219": &q...
2019 Mar 28
0
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...s Encrypt cert that we already have? In other words we have:
</div>
<div>
<div class="" style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">
<span class="" style="font-variant-ligatures: no-common-ligatures;">ssl_cert = </etc/pki/dovecot/certs/dovecot.pem</span>
</div>
<div class="" style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">
<span class="" style...
2019 Oct 06
1
Is it possible to create and use some lookup table to replace (for instance) %u in mail_location?
Suppose my mail_location is:
mail_location = maildir:/private/var/mail/nl.rna.mail/%u
But I would like to use a simple lookup table to replace %u with another value, say '8DB4E345-9144-4F92-8C9F-9D47BB61CBF8? instead of ?username?. Is there a (simple) way to do this?
Gerben Wierda
Chess and the Art of Enterprise Architecture <http://enterprisechess.com/>
Mastering ArchiMate
2001 Oct 19
3
Type1 Fonts
...1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character en...
2014 Dec 14
1
Using a "compose key" on Centos6
...e, but after completion, the compose key doesn't seem to work.
It works like a charm on Centos-7, though. If I select Right Win as
the compose key, typing <compose>ae results in "?" as I expect.
but doing the same thing on Centos-6 gives me an unadorned "ae", not
the ligature, but the individual characters. i.e., it doesn't do
anything helpful.
Since the keyboard setup dialog includes the options to define a
compose key I'm going to assume it's supposed to work, and th at I'm
just overlooking something.
Anybody got any good suggestions?
thanks!
--
-...
2002 Feb 21
2
SlowView Windows clipart viewer
...1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character en...
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
...this be the Lets Encrypt cert that we already have? In other words we have:
</div>
<div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures;" class="">ssl_cert = </etc/pki/dovecot/certs/dovecot.pem</span>
</div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span st...
2001 Sep 18
1
help me
...-0' are not working
correctly now.
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic
extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown
registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu
ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown
registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look
cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry
'sunolcursor' and character...