Displaying 20 results from an estimated 33 matches for "witek".
2017 Jun 29
3
Re: sieve/vacation: bad parsing of 'References' header
...es:
dovecot-managesieved ?1:2.2.9-1ubuntu2.1 ? amd64 ? ? ? ?secure POP3/IMAP server - ManageSieve server
dovecot-sieve ? ? ? ? ? ? ? 1:2.2.9-1ubuntu2.1 ? amd64 ? ? ? ?secure POP3/IMAP server - Sieve filters support
If I'm not mistaken Pigeonhole is part of those packages.
Regards
--
Krzysztof Witek
On Thursday, June 29, 2017 10:37 CEST, Stephan Bosch <stephan at rename-it.nl> wrote:
?Op 29-6-2017 om 10:33 schreef Krzysztof Witek:
> Hello there,
> I see a strange behavior in the sieve plugin.
> If I send an email containing the 'References' field with multiple values li...
2017 Jun 29
2
sieve/vacation: bad parsing of 'References' header
...on)
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
I am on holydays right now. I will revert to you ASAP.....
I can reproduce this bug on the version 2.2.9 of managersieve/dovecot.
Does anyone know how to fix this?
Thank you.
Krzysztof Witek
?
2018 Jul 09
2
Parametrized Vignettest in R packages
...how the start of the .R file produced from the vignette looks like.
params <-
list(configuration = <environment>, data = structure(list(protein_Id =
c("CiRT standards",
I am worried that this is the end of this road with parameterized
vignettes then? What do you think?
regards
Witek
On 2 July 2018 at 18:21, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> On 02/07/2018 11:22 AM, Witold E Wolski wrote:
>>
>> Hello,
>>
>> Thank you for the questions as well as remaining me of the default
>> parameters in the yaml session.
>>...
2017 Jun 29
2
Re: sieve/vacation: bad parsing of 'References' header
...nvelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
...
I downloaded the ubutu packages and it saw that the pigeonhole version used in those packages is?0.4.2
Regards.
--
Krzysztof Witek
On Thursday, June 29, 2017 12:02 CEST, Christian Kivalo <ml+dovecot at valo.at> wrote:
?
On 2017-06-29 11:28, Krzysztof Witek wrote:
> Hi Stephan
> Thank you for your reply.
>
> I'm using dovecot 2.2.9 packaged with ubuntu packages:
> dovecot-managesieved ?1:2.2.9-1ubuntu2...
2018 Oct 02
2
R grpc
Hello,
I am looking for a prebuild - binary MS Windows version of the R grpc package
https://github.com/nfultz/grpc
best regards
Witek
--
Witold Eryk Wolski
2018 Jul 02
2
Parametrized Vignettest in R packages
...ineconfig),envir = new.env())
<code>
I do not think I can write:
params:
configuration: !r data(sample_analysis)
data: !r data(skylineconfig)
since data does not return the package just puts them in the env as a
side effect. Is there a different base function to achieve it.
Thank you
Witek
On 2 July 2018 at 16:56, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> On 02/07/2018 10:30 AM, Witold E Wolski wrote:
>>
>> Hello,
>>
>> I have a package which includes some parameterized r-markdown report
>> which I would also like to build as pac...
2018 Jul 09
3
Parametrized Vignettest in R packages
...her structures are
> implemented as environments.
>
> Perhaps you could use
>
> configuration: !r as.list(get(data(sample_analysis)))
>
> and then when you need to use it, convert it back to the original type?
>
> Duncan Murdoch
>>
>>
>> regards
>> Witek
>>
>>
>>
>>
>>
>> On 2 July 2018 at 18:21, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>>>
>>> On 02/07/2018 11:22 AM, Witold E Wolski wrote:
>>>>
>>>>
>>>> Hello,
>>>>
>>>&g...
2018 Jul 09
0
Parametrized Vignettest in R packages
...sn't happening when running
devtools::build_vignettes()
The Package install works however if I first build the vignettes with
devtools::build_vignettes() and than run R CMD INSTALL
I will be sending to you a link to a repository with a reproducible
example in a separate e-mail.
Kind regards
Witek
On 9 July 2018 at 18:24, Yihui Xie <xie at yihui.name> wrote:
> So far you haven't provided a reproducible example yet. I wonder what
> exactly the object `sample_analysis` is. Sounds like it is an
> environment. If that is the case, devtools::build_vignettes() will
> tangle...
2009 Aug 27
4
Fwd: most common way to implement 'net time' privileges
...;Allow user time change" under secpol.msc utility from
Windows XP Professional workstation.
Moreover using policy settings from usrmgr.exe utility is more elegant
in my opinion and I would be very grateful to know the issue that not
allowes to use these policy based settings.
Best regards
Witek
2017 Jun 29
2
Re: sieve/vacation: bad parsing of 'References' header
On Thursday, June 29, 2017 16:38 CEST, Christian Kivalo <ml+dovecot at valo.at> wrote:Stephan Bosch already mentioned in this thread that it's is a more
recent feature of doveconf to also report the version of pigeonhole.
I didn't know that this hadn't existed in dovecot v2.2.9.Yes sorry I saw his reply after I sent my email.
Any thoughts about this issue in the version 0.4.2?
I
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
...ith _WIN32_WINNT of at least 0x600
(aka Windows Vista)"
#error \
^
Which, if I am correct asks me to set _WIN32_WINNT=0x600
My Makevars.Win looks as follows:
PKG_CPPFLAGS=-IC:/msys64/mingw64/include
PKG_LIBS=-LC:/msys64/mingw64/lib -lgrpc
What should I do?
Have a great day
best regards
Witek
--
Witold Eryk Wolski
2018 Nov 07
1
Problem building rmarkdown vignettes with child
...ools::build_vignettes
or
rmarkdown::render
they will all fail to build when running
devtools::build()
or
R CMD build
except of the
ABVignetteWithLocalChild.Rmd
for which I did apply the workaround suggested by Duncan in this github issue:
https://github.com/yihui/knitr/issues/1540
Best regards
Witek
--
Witold Eryk Wolski
2017 Jun 29
0
sieve/vacation: bad parsing of 'References' header
Op 29-6-2017 om 10:33 schreef Krzysztof Witek:
> Hello there,
> I see a strange behavior in the sieve plugin.
> If I send an email containing the 'References' field with multiple values like this:
What version of Pigeonhole is this? This looks like a problem that was
solved ages ago.
Regards,
Stephan.
>
> References...
2018 Jul 09
0
Parametrized Vignettest in R packages
...maybe you didn't know you were doing that since some other
structures are implemented as environments.
Perhaps you could use
configuration: !r as.list(get(data(sample_analysis)))
and then when you need to use it, convert it back to the original type?
Duncan Murdoch
>
> regards
> Witek
>
>
>
>
>
> On 2 July 2018 at 18:21, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>> On 02/07/2018 11:22 AM, Witold E Wolski wrote:
>>>
>>> Hello,
>>>
>>> Thank you for the questions as well as remaining me of the default...
2018 Oct 05
1
unable to load shared object
...ller to the *.dll in the src directory by
>> creating some special function (e.g. dyn.load) or creating some
>> special file?
>>
>> Help would be greatly appreciated:
>>
>> The packages sources are here:
>> https://github.com/wolski/grpc-1
>>
>> Witek
>>
>>
>> --
>> Witold Eryk Wolski
>>
>> ______________________________________________
>> R-devel at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Witold Eryk Wolski
2018 Jul 10
2
RMarkdown Vignettest in R packages with child is failing in package build
...ng from lines 351-351 (./child_docs)
Error in readLines(if (is.character(input2)) { :
cannot open the connection
ERROR: installing vignettes failed
* removing 'C:/Users/wolski/AppData/Local/Temp/RtmpIti891/Rinst2cec49ca2170/SRMService'
In R CMD INSTALL
Have a great evening,
Best regards
Witek
--
Witold Eryk Wolski
2018 Jul 13
1
RMarkdown Vignettest in R packages with child is failing in package build
..._t and Grp2Analysis_Empty.Rmd_t
in the vignettes folder and including them by:
child_docs <- "Grp2Analysis_MissingInOneCondtion.Rmd_t"
if(!sum(NAinfo$nrProteins > 0) > 0){
child_docs <- "Grp2Analysis_Empty.Rmd_t"
}
, did not work?
Have a great day,
best regards
Witek
On 10 July 2018 at 19:52, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> On 10/07/2018 11:44 AM, Witold E Wolski wrote:
>>
>> Dear List,
>>
>> I am working on moving some Rmarkdown reports into the vignettes
>> folder of a package. While I was able to...
2018 Jul 09
2
Parametrized Vignettest in R packages
On 09/07/2018 3:24 PM, Witold E Wolski wrote:
> Dear Yihui,
>
> Thank you for the valuable questions.
>
> sample_analysis is a "tibble" while
> configuration is an "R6" class.
> But I also have parametrized reports where I pass R reference classes
> as arguments.
>
> This is the Rmd yaml params part corresponding to the error message.
>
>
2017 Jun 29
0
sieve/vacation: bad parsing of 'References' header
On 2017-06-29 11:28, Krzysztof Witek wrote:
> Hi Stephan
> Thank you for your reply.
>
> I'm using dovecot 2.2.9 packaged with ubuntu packages:
> dovecot-managesieved ?1:2.2.9-1ubuntu2.1 ? amd64 ? ? ? ?secure
> POP3/IMAP server - ManageSieve server
> dovecot-sieve ? ? ? ? ? ? ? 1:2.2.9-1ubuntu2.1 ? amd64 ? ?...
2017 Jun 29
0
sieve/vacation: bad parsing of 'References' header
On 2017-06-29 13:44, Krzysztof Witek wrote:
> Hi?Christian,
> doveconf -n only dump dovecot version and its configuration:
> # 2.2.9: /etc/dovecot/dovecot.conf
> # OS: Linux 3.14.21-grsec x86_64 Ubuntu 14.04.5 LTS?
> auth_cache_negative_ttl = 0
> auth_master_user_separator = *
> auth_mechanisms = plain apop login...