Hi stef,
You can not have a citation annotation on a writer because the annotation
is transformed before to a PRCitation object. So you need to overwrite
visitCitation.
PRCitationTransformer is called in the phase mechanism. He is added in the
transform pipeline. PRCitationTransformer will be ren
Hi !
In the last version of Pillar (4.0.x), Pillar don't manage the compilation
cycle. So the ./compile.sh does not work anymore.
To update our CI, we use a Makefile (I advise you to use this too). You
have an example on :
https://github.com/pillar-markup/Pillar-Archetype/blob/master/welcome/Make
Hi,
PRTemplate was removed in the development version because our goal is
simplify Pillar. To do this, we want Pillar generate only the content of a
document, so the template system was removed. If you want use PRTemplate,
you can use the last stable release of Pillar, and if you want use the
deve
Hello,
I loaded a repo', and later, I wanted to look my changes between my current
repo' and the repo' that has been loaded. And I have this message :
KeyNotFound: key #aDeletedMethod not found in MethodDirectory
For exemple I have 2 packages
PackageA
- ClassA
PackageB
- ClassB
#iDependToClassA
#otherMethod
I delete ClassA from the PackageA, so Pharo tell me that the method
#iDependToClassA use the content of the ClassA.
I delete the #iDependToClassA method but on the Browser, the method is not
de
Hello,
When I delete a class, a window pop to inform me that some methods use this
class. So I remove the methods because they are not usefull without my
class to removed.
But when I close the window, the methods stay on the Browser, so I remove
this methods on the Browser.
Then, I remove an oth
2016 17:44, "Alexandre Bergel" a
écrit :
> Is this related to Pharo?
>
> Alexandre
>
>
> > On Mar 18, 2016, at 5:30 PM, Yann Dubois
> wrote:
> >
> > Hello world,
> >
> > I work today on a problem when we generate a presentation with De
Hello world,
I work today on a problem when we generate a presentation with DeckJS, the
font size is very small on projection.
I've find an issue for this, and you need to create a template with all
deckJS dependancies, and an other css file to change some rules.
To change the font-size of a bo
I'm existing about this logo, it's a very nice logo.
AsciiDoc is an exporter like Pillar, you can export you asciidoc file to
pdf or something else. For the moment, this format allows generate files in
format that Pillar can't know.
I hope I answer your question
Hello World, Happy new year 2016 !
I actually work on an integration of a double linked list on Pharo and I
have a little interogation.
It's better to use recursivity or senquential algorithm ?
Yann
11 matches
Mail list logo