[Pharo-users] Re: join

2021-01-26 Thread Yuriy Babah
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

[Pharo-users] What is the practice to update Pharo 9 image during development

2021-01-26 Thread Sanjay Minni
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

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-26 Thread Sanjay Minni
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

[Pharo-users] Re: Is there a way to load a dependent repository of assets that doesn't have a baseline - in my Metacello baseline?

2021-01-26 Thread Hernán Morales Durand
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 >

[Pharo-users] Why does Iceberg duplicate my Project when loading a baseline?

2021-01-26 Thread Tim Mackinnon
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

[Pharo-users] Is there a way to load a dependent repository of assets that doesn't have a baseline - in my Metacello baseline?

2021-01-26 Thread Tim Mackinnon
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

[Pharo-users] Re: Magritte Meta Data at work - Tutorial a clarity reqd

2021-01-26 Thread Stéphane Ducasse
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

[Pharo-users] Re: join

2021-01-26 Thread Stéphane Ducasse
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:

[Pharo-users] Re: Happy New Year and Pharo 90 good news.

2021-01-26 Thread Offray Vladimir Luna Cárdenas
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

[Pharo-users] Re: join

2021-01-26 Thread Yuriy Babah
ran on Pharo 8.0x64 on Windows 10

[Pharo-users] Re: join

2021-01-26 Thread Yuriy Babah
*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

[Pharo-users] join

2021-01-26 Thread Yuriy Babah

[Pharo-users] Magritte Meta Data at work - Tutorial a clarity reqd

2021-01-26 Thread Sanjay Minni
>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 ]

[Pharo-users] Magritte with Bootstrap 4 looks (on Seaside)

2021-01-26 Thread Sanjay Minni
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