I just crashed sthub
is restored⦠but I couldnât applied the change I wanted⦠maybe tomorrow :)
On 19 Feb 2015, at 14:24, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Thank you Esteban.
On 19 Feb 2015, at 14:18, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is temporal and for the better good.
please, be patient :)
Esteban
thanks for the notice. cheers -ben On Thu, Feb 19, 2015 at 9:31 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is restored⦠but I couldnât applied the change I wanted⦠maybe tomorrow :)
On 19 Feb 2015, at 14:24, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Thank you Esteban.
On 19 Feb 2015, at 14:18, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is temporal and for the better good.
please, be patient :)
Esteban
On 19/02/15 14:31, Esteban Lorenzano wrote:
is restored⦠but I couldnât applied the change I wanted⦠maybe tomorrow :)
On 19 Feb 2015, at 14:24, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Thank you Esteban.
On 19 Feb 2015, at 14:18, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is temporal and for the better good.
please, be patient :)
Always asking for the impossible... In the last green build of the 3.0 SmalltalkHub image I cannot load your changes. Some compiler bug. - ShTeamsHandler>>searchTeamNamed: should use #name instead of #username searchTeamNamed: aString <get> <path: '?term={aString}'> <produces: 'text/json'> ^self renderJson: [ (ShTeam select: {'name' -> { '$regex' -> aString. '$options' -> 'i' } asDictionary } asDictionary) collect: #name ] The configuration should use #release versions of Seaside/Magritte/Grease. We support multiple versions on a platform. http://smalltalkhub.com/hub/projects?term=c VOMongoError: Lazy reference not found ShTeam: OID(3583374428) Cheers, Stephan
On 20 Feb 2015, at 12:21, Stephan Eggermont <stephan@stack.nl> wrote:
On 19/02/15 14:31, Esteban Lorenzano wrote:
is restored⦠but I couldnât applied the change I wanted⦠maybe tomorrow :)
On 19 Feb 2015, at 14:24, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Thank you Esteban.
On 19 Feb 2015, at 14:18, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is temporal and for the better good.
please, be patient :)
Always asking for the impossible...
In the last green build of the 3.0 SmalltalkHub image I cannot load your changes. Some compiler bug.
Iâm aware, fixing now.
- ShTeamsHandler>>searchTeamNamed: should use #name instead of #username
I never touched anything like that :)
searchTeamNamed: aString <get> <path: '?term={aString}'> <produces: 'text/json'>
^self renderJson: [ (ShTeam select: {'name' -> { '$regex' -> aString. '$options' -> 'i' } asDictionary } asDictionary) collect: #name ]
The configuration should use #release versions of Seaside/Magritte/Grease. We support multiple versions on a platform.
http://smalltalkhub.com/hub/projects?term=c
VOMongoError: Lazy reference not found ShTeam: OID(3583374428)
again⦠no idea and nothing to do with my changes⦠So⦠are you reporting previous bugs? I do not understand :P Esteban
Cheers, Stephan
On 20/02/15 12:26, Esteban Lorenzano wrote:
On 20 Feb 2015, at 12:21, Stephan Eggermont <stephan@stack.nl> wrote: In the last green build of the 3.0 SmalltalkHub image I cannot load your changes. Some compiler bug.
Iâm aware, fixing now.
A, good.
- ShTeamsHandler>>searchTeamNamed: should use #name instead of #username
I never touched anything like that :)
I know.
http://smalltalkhub.com/hub/projects?term=c
VOMongoError: Lazy reference not found ShTeam: OID(3583374428)
again⦠no idea and nothing to do with my changesâ¦
So⦠are you reporting previous bugs? I do not understand :P
I'm trying to update DeprecationFinder. It seems to work as is, just loading in a Moose 5.1. It starts with users and asks them for their projects, but that means it misses team projects (like Pharo, Seaside, Magritte, Moose...). I wanted to start from teams now, and found I couldn't. Finding a team doesn't work because of the username/name bug and using a regex often results in the mongo error. And of course I need to check in SmalltalkHub to see how to access this. Stephan
participants (4)
-
Ben Coman -
Esteban Lorenzano -
Stephan Eggermont -
Yuriy Tymchuk