Displaying 20 results from an estimated 139 matches for "lennart".
2018 Feb 06
2
Pre Poettering rsync?
Hi all,
Five minutes ago I heard a rumor that Lennart Poettering has rewritten
rsync. My top urgency is to download the latest numbered version of
rsync untouched by Lennart Poettering: I'll find out if the rumor is
true or false later.
I've downloaded rsync rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz
from https://download.samba.org/pub...
2019 Aug 14
2
Dovecot - Microsoft Azure AD
...I am using version 2.3.7.1.
Using the Azure-AD as passdb already works. In this context I noticed that the scope implementation is not yet merged.
Since I haven't found any hints for an OAuth2 userdb implementation yet, I wanted to ask if there are any plans for an implementation.
Greetings
Lennart Boettcher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190814/4fd3d7f1/attachment.html>
2009 Jan 24
3
[LLVMdev] Unimplemented documentation
...n about what has not been implemented yet?
I'm trying to use vectors and I just run into one thing after another
that seem to be missing.
(I.e., fcmp on vectors doesn't work; trying to do the same thing with
expanded instructions doesn't work; select on a vector doesn't work)
-- Lennart
2019 Aug 15
0
Dovecot - Microsoft Azure AD
Hi!
Dovecot supports Lua userdb, which can be used to implement custom user databases, maybe this might work for you? See https://doc.dovecot.org/configuration_manual/authentication/lua_based_authentication for more details.
Aki
> On 15/08/2019 12:16 Lennart Boettcher <lennart.boettcher at secpoint.onmicrosoft.com> wrote:
>
>
> Hello,
>
> Thank you for the quick reply.
>
>
>
>
>
> I have expressed myself wrongly. Our idea was to use the Azure-AD as userdb by doing the user lookup with the help of Micr...
2004 Mar 02
3
error() and C++ destructors
Hi,
I am writing C++ functions that are to be called via .Call() interface.
I'd been using error() (from R.h) to return to R if there is an error,
but then I realized that this might be not safe as supposedly error()
doesn't throw an exception and therefore some destructors do not get
called and some memory may leak. Here is a simple example
extern "C" void foo() {
string
2024 Sep 28
2
Is there a sexy way ...?
...rs
> and perhaps more functionality than we need.
>
> But for a new reader , looking at many approaches may open up other ways
> and ideas and see the problem space as quite vast.
>
> -----Original Message-----
> From: R-help <r-help-bounces at r-project.org> On Behalf Of Lennart Kasserra
> Sent: Saturday, September 28, 2024 1:59 AM
> To: Rolf Turner <rolfturner at posteo.net>; r-help at r-project.org;
> lennart.kasserra at gmail.com
> Subject: Re: [R] Is there a sexy way ...?
>
> Sorry to append, but I just realised that of course
>
> ```
>...
2024 Sep 28
1
Is there a sexy way ...?
...eps back as some of them use others and perhaps more functionality than we need.
But for a new reader , looking at many approaches may open up other ways and ideas and see the problem space as quite vast.
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Lennart Kasserra
Sent: Saturday, September 28, 2024 1:59 AM
To: Rolf Turner <rolfturner at posteo.net>; r-help at r-project.org; lennart.kasserra at gmail.com
Subject: Re: [R] Is there a sexy way ...?
Sorry to append, but I just realised that of course
```
x |>
pmap(c) |>
reduce(c) |&g...
2004 Feb 10
1
Dovecot and Mulberry
FYI. Does Dovecot implement BODYSTRUCTURE?
An eval copy of Mulberry can be downloaded from
<http://www.cyrusoft.com/mulberry/>.
------------ Forwarded Message ------------
Date: Tuesday, February 10, 2004 6:56 PM +0100
From: Lennart Petersson <lennart at informatik.gu.se>
To: mulberry-discuss at cyrusoft.com
Subject: Dovecot and Mulberry
I've recently changed my imap-server from Courier to Dovecot
<http://dovecot.procontrol.fi/> for testing purposes and have seen some
strange behaviour from Mulberry.
Most ann...
2009 Mar 09
1
[LLVMdev] Compiling LLVM on MinGW
I'm using configure.
On Mon, Mar 9, 2009 at 5:12 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Lennart Augustsson <lennart at augustsson.net> writes:
>
>> Commenting out the Hello transformation I get these link errors:
>>
>> llvm[2]: Linking Debug Shared Library LTO.dll
>> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
>...
2024 Sep 28
1
Is there a sexy way ...?
.... Here, we map in parallel over all elements of the list,
always combining the current set of elements into a vector, and then
reduce the resulting list into a vector by combining the elements in
order. This yields a named vector which we can un-name given this was
not desired.n
All the best,
Lennart
Am 28.09.24 um 07:52 schrieb Lennart Kasserra:
> Hi Rolf,
>
> this topic is probably already saturated, but here is a tidyverse
> solution:
>
> ```
>
> library(purrr)
>
> x <- list(
> ? `1` = c(7, 13, 1, 4, 10),
> ? `2` = c(2, 5,? 14, 8, 11),
> ? `3` = c(...
2024 Sep 28
1
Is there a sexy way ...?
...a language. Python users often ask if a solution is ?pythonic?. But I am not aware of R users having any special name like ?R-thritic? and that may be a good thing.
From: CALUM POLWART <polc1410 at gmail.com>
Sent: Saturday, September 28, 2024 5:27 AM
To: avi.e.gross at gmail.com
Cc: Lennart Kasserra <lennart.kasserra at gmail.com>; Rolf Turner <rolfturner at posteo.net>; r-help at r-project.org
Subject: Re: [R] Is there a sexy way ...?
Avi
I fear this was all a huge social experiment.
Testing if a post titled "sexy way" would increase engagement...
On S...
2009 Jan 24
0
[LLVMdev] Unimplemented documentation
On Jan 24, 2009, at 4:34 AM, Lennart Augustsson
<lennart at augustsson.net> wrote:
> Hi,
>
> Is there some documentation about what has not been implemented yet?
I've started adding notes to
docs/LangRef.html
Historically this document has been used to describe just the LLVM IR,
and not what specific consumer...
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...llvm/llvm-top/Debug/lib/libLLVMSystem.a(DynamicLibrary.o):
In function `ZN4llvm3sys14DynamicLibrary22LoadLibraryPermanentlyEPKcPSs':
c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/DynamicLibrary.inc:116:
undefined reference to `_imp__EnumerateLoadedModules at 12'
-- Lennart
On Sun, Mar 8, 2009 at 7:14 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 8, 2009, at 4:21 AM, Lennart Augustsson wrote:
>
>> Like this:
>>
>> llvm[1]: Compiling Signals.cpp for Debug build
>> In file included from Signals.cpp:33:
>> Win32...
2009 Mar 09
0
[LLVMdev] Compiling LLVM on MinGW
Lennart Augustsson <lennart at augustsson.net> writes:
> Commenting out the Hello transformation I get these link errors:
>
> llvm[2]: Linking Debug Shared Library LTO.dll
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
> In function `Z28LLV...
2008 Jan 29
2
Embedded From_ lines breaking Content-Length (and Dovecot)
...e index and upgraded Dovecot, first
to 1.0.10, then to 1.1.beta14, but I'm still seeing the bug -- and
it's even gotten worse! Earlier versions would just quietly split the
message at the From_ line, but 1.1.beta14 is more diligent and will
complain with:
> dovecot[44795]: IMAP(lennart): FETCH for mailbox Drafts UID 196 got
> too little data: 590 vs 719
before dropping the connection and exiting... which cause Thunderbird
to reopen the connection and reissue the same request... which will
cause Dovecot to complain and exit again... etc ad nauseam...
It's trivial to...
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
...The void sys::AddSignalHandler() is outside the llvm namespace, which
seems wrong.
Moving it inside removes the first errors, but still leave KillSigs,
KillSigsEnd, and RegisterHandler undefined.
If I didn't know better I'd think someone had committed code without
compiling first. :)
-- Lennart
On Sun, Mar 8, 2009 at 10:42 AM, Duncan Sands <baldrick at free.fr> wrote:
> On Sunday 08 March 2009 01:42:42 Lennart Augustsson wrote:
>> I'm trying to compile the top version of LLVM with MinGW, but I'm
>> getting compilation errors.
>
> What kind of errors...
2024 Sep 29
1
Is there a sexy way ...?
...see as useful in the stringi and stringr packages to make my silly version ever less silly! LOL!
-----Original Message-----
From: Rolf Turner <rolfturner at posteo.net>
Sent: Saturday, September 28, 2024 10:11 PM
To: CALUM POLWART <polc1410 at gmail.com>
Cc: avi.e.gross at gmail.com; Lennart Kasserra <lennart.kasserra at gmail.com>; r-help at r-project.org
Subject: Re: [R] Is there a sexy way ...?
On Sat, 28 Sep 2024 10:26:31 +0100
CALUM POLWART <polc1410 at gmail.com> wrote:
> Avi
>
> I fear this was all a huge social experiment.
>
> Testing if a post...
2004 Feb 10
4
The ttest.c example in R under MS Windows
...who is fluent in MS Visual C++ I believe we are
missing something crucial. Have anyone compiled and used the example above
using MS Visual C++? Has anyone done this using the gcc (or Mingw) compiler
on MS Windows?
I would be very glad to find a complete example for compiling under MS
Windows.
- Lennart
2004 Feb 17
10
How to write efficient R code
...ut I have so recieved no reply.
I am not an R programmer (or statistican) so I do not know R well. I am
looking for some advice about writing fast R code. What about the different
data types for example? Is there some good place to start to look for more
info about this?
Thanks for any pointers
Lennart
2007 Nov 12
3
DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error
...yncing with --iconv may yield protocol error
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: lennart.samba@lovstrand.com
QAContact: rsync-qa@samba.org
If you use --iconv to sync between two machines and a file with a name that
needs conversion is to be deleted, the rsync protocol may get out of sync and
yield a protocol error if the converted filename differs in length form the
unconver...