[Pharo-users] Zinc question (may be this is an HTML one)

2020-10-20 Thread Stéphane Ducasse
Hi sven and others While trying to improve microdown I have the following question. How can I have a more generic getImage: method. Right now I use getPng: and I would like to support getPng: and getJpeg. I saw that there is getImageOfType: mimeType fromUrl: urlObject getImageOfType: mimeT

Re: [Pharo-users] Zinc question

2020-07-10 Thread Sven Van Caekenberghe
Hi Sean, > On 3 Jul 2020, at 19:34, Sean P. DeNigris wrote: > > The following fails intermittently with "ZnIncomplete: Incomplete input for > character decoding": >ZnClient new > url: 'https://cpanel.webserver:1234/' asUrl; > path: '/login/'; > queryAt: 'login_only' put: '1

[Pharo-users] Zinc question

2020-07-03 Thread Sean P. DeNigris
The following fails intermittently with "ZnIncomplete: Incomplete input for character decoding": ZnClient new url: 'https://cpanel.webserver:1234/' asUrl; path: '/login/'; queryAt: 'login_only' put: '1'; formAt: 'user' put: 'username'; formAt: 'pass' put: