Hello everybody!
>From the very beginning I stepped - misnamed the topic, I thought to join
the mail subscription (by running the join command), but I was already
subscribed.
I don't know how to rename this forum post, if it can be renamed then its
name should be "FFIStructure questions".
I am tryi
Hi
What is the good practice to update Pharo 9 images that are being released
while I am developing code for my application.
Currently make a fresh install, reload all required packages (Seaside,
Magritte ...), reload my code, configure blah blah is there a better
way
-
cheers,
Sa
it has been happening, I have raised an issue in
https://github.com/pharo-vcs/iceberg/issues/1404
On Wed, 27 Jan 2021 at 04:30, Tim Mackinnon wrote:
> Hi guys - its been a while since I’ve had chance to code in Pharo - but I
> found a moment to pick up an old project - but when I load it into a
You mean something like this?
https://github.com/hernanmd/MetacelloFileDownload
El mar, 26 ene 2021 a las 23:57, Tim Mackinnon ()
escribió:
> Hi - I’m trying to create a baseline for my project so that it includes a
> dependent repository that has some assts but no code. Is there a way to do
>
Hi guys - its been a while since I’ve had chance to code in Pharo - but I found
a moment to pick up an old project - but when I load it into a fresh P8 image
using a baseline - it seems to duplicate my project in iceberg? Whats up with
that - is this a regression, or is it something abnormal abo
Hi - I’m trying to create a baseline for my project so that it includes a
dependent repository that has some assts but no code. Is there a way to do this
in Metacello - I have a baseline dependencies like the following - and its the
last line that fails as it not really a repo with a baseline in
probably a mistake :( send a PR when you find the solution.
> On 26 Jan 2021, at 10:31, Sanjay Minni wrote:
>
> From pg 16 of "meta data at work with Magritte - Tutorial", Stef
>
> how are these to be entered since both method codes are in the same object
> and methodName
>
> MAAddress >> des
Hello and welcome Yuriy
can you tell us what is your problem?
S
> On 26 Jan 2021, at 12:32, Yuriy Babah wrote:
>
> FFIStructure questions:
> following page 40 of the 2020-02-12-uFFI-V1.0.1.pdf booklet:
>
> FFIStructure subclass: #RsnStructure
> instanceVariableNames: ''
> classVariableNames:
Congratulations! It makes me happy and proud to be part of this
community in the big efforts like this one and in the small
interactions, like answers and good wishes in mail and cha.
Seems a good call for rewriting Grafoscopio's UI from scratch in Spec2,
as now I have a better grasp of Pharo and
ran on Pharo 8.0x64 on Windows 10
*FFIStructure questions*:
following page 40 of the 2020-02-12-uFFI-V1.0.1.pdf booklet:
FFIStructure subclass: #RsnStructure
instanceVariableNames: ''
classVariableNames: ''
package: 'LiraRSN'
RsnStructure class >> fieldsDesc [
^ #(
int ke;
int node;
float rz;
float x;
float y;
) ]
RsnStructure r
>From pg 16 of "meta data at work with Magritte - Tutorial", Stef
how are these to be entered since both method codes are in the same object
and methodName
MAAddress >> descriptionEndDate
^ MADateDescription new
accessor: #endDate;
label: 'End Date';
addCondition: [ :value | value > Date today ]
Hi
what is the best approach to to get BS4 appearance for a Magritte based app
(on seaside)
though i see a project -
https://github.com/magritte-metamodel/Bootstrap-Magritte and also package
Magritte-Bootstrap in GH/Magritte-metamodel/Magritte, i dont think these are
in use
-
cheers,
Sa
14 matches
Mail list logo