Paul DeBruicker

Results 22 issues of Paul DeBruicker

You're missing lots of sections so the table of content links are broken. e.g. these links do nothing: Deals Deal fields Notes Note fields Note APIs Events Event fields Event...

This is more of a "I think we should do this some way" rather than a "this is the way" PR. The issue I'm trying to address is that some...

Platform-Pharo
Platform-GemStone
Zinc

Load Seaside in GS, along with the Gs Application Tools Change `ZnSeasideNewGemServer>>#serverClass` to ``` serverClass ^WAGsZincStreamingServerAdaptor ``` define `WAGsZincStreamingServerAdaptor>>#defaultZnServer` as ``` defaultZnServer ^ ZnGemServerManagingMultiThreadedServer on: self port ``` in tODE...

Platform-GemStone

When using Google OAuth2 they make you set absolute URLs as query parameters. e.g. `https://www.example.com/gmailOauth2Callback?state=743bXEqXLe5PucpZLW92&code=4/1wH1DIitgV-Ko-AezApV730SJ-Sx5M64ww5ttygg5QT5eJ3GGG3KB8yJgiH-V02XJx84_DNdpGfPpZKz0XzunNg&scope=https://www.googleapis.com/auth/gmail.compose%20https://www.googleapis.com/auth/gmail.metadata` GemStone's fastcgi uses just the $request_uri part: `/gmailOauth2Callback?state=743bXEqXLe5PucpZLW92&code=4/1wH1DIitgV-Ko-AezApV730SJ-Sx5M64ww5ttygg5QT5eJ3GGG3KB8yJgiH-V02XJx84_DNdpGfPpZKz0XzunNg&scope=https://www.googleapis.com/auth/gmail.compose%20https://www.googleapis.com/auth/gmail.metadata` of the initial URL. `WAUrl>>#initializeFromString:` parses the...

…ding Also fix the BaselineOf so it can load into Pharo7.

In GemStone #'ConfigurationOfSeaside3' does not equal 'ConfigurationOfSeaside3' In the GemStone version of Metacello can we get a asString send in there when it is looking up the package name in...

In Squeak 5.0, in this method: MetacelloVersionConstructor>>#collectAllVersionsFromVersionImportPragmasInto:using:satisfiedPragmas: commenting out the 'test:=done' in the exception handling portion of the code fixes the failing test.

So AndreasSystemProfiler doesn't work. `Smalltalk highResClock` returns 0.

Going to https://uinames.com shows that the account at the hosting provider was suspended. Do you expect to get it working again?

Because when you hit ctrl-x when you've highlighted a protocol rather than a method all the methods in the protocol disappear and cannot be pasted back in.