Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Noury Bouraqadi
Cyril, Thanks for doing this. I'll use it in PharoJS. We have HTML files that are used to run tests. We also need to know where to export JS files generated from Pharo code. Noury IceTipRepositoriesModel new repositories detect: [: repo | repo name = #PharoJS]. > On 17 Jul 2019, at 17:09,

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Cyril Ferlicot
On Wed, Jul 17, 2019 at 4:59 PM Alexandre Bergel via Pharo-users wrote: > > Thanks Cyril, > > This look awesome. A quick question: to access external resources, I usually > use the expression (that you provide me some times ago) > > repo := (IceRepository registry detect: [ :each | each

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Thanks Cyril, This look awesome. A quick question: to access external resources, I usually use the expression (that you provide me some times ago) repo := (IceRepository registry detect: [ :each | each includesPackageNamed: 'GeneticAlgorithm' ] ifNone: [ self error:

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Otto Behrens
Thanks a lot! this is great functionality. Otto On Tue, Jul 16, 2019 at 10:08 PM Cyril Ferlicot D. wrote: > Hi! > > Today I released the v1 of a project I wanted to do since a long time: > GitBridge. > > The goal of the project is to easily access external resources stored in > the git

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Konrad Hinsen
Am 16.07.19 um 22:07 schrieb Cyril Ferlicot D.: Today I released the v1 of a project I wanted to do since a long time: GitBridge. The goal of the project is to easily access external resources stored in the git repository of the project and other information. Excellent - that's a

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Le 16/07/2019 à 23:05, Christopher Fuhrman a écrit : > Very cool! I think the quickstart section would benefit from an example > such as loading icons or a test resource (mse file for moose).  > I'll add it to my todo ;) > Also, can you explain how updating a Readme.md would work using >

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Christopher Fuhrman
Very cool! I think the quickstart section would benefit from an example such as loading icons or a test resource (mse file for moose). Also, can you explain how updating a Readme.md would work using GitBridge? I assume it would be modified with a text editor in Pharo then Iceberg will see the

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Tomohiro Oda
Cyril, Awesome! I've been wanting to make something like this for my project. Great thanks! --- tomo 2019年7月17日(水) 5:07 Cyril Ferlicot D. : > > Hi! > > Today I released the v1 of a project I wanted to do since a long time: > GitBridge. > > The goal of the project is to easily access external

[Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Hi! Today I released the v1 of a project I wanted to do since a long time: GitBridge. The goal of the project is to easily access external resources stored in the git repository of the project and other information. For more infos check the Quick start or documentation present at: