--- Begin Message ---
Hi...Have you tried putting a 0.1uF capacitor from the input to GND?How
quickly are you reading? Are you averaging or decimating?
Also, have you added capacitors for the Aref pin?You may be picking up
spurious signals.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Use
The only time I've seen that behaviour is with the combination of a slow server
and a proxy such as CloudFlare where the sysadmin has set tcp_wait to some
ridiculously small number. Have you tried setting the connection reuse timeout
to 0, or setting 'beOneShot'?
Zinc doesn't support the addit
Hi,
I’m trying to hack something with Pharo 6.1 and Phillips Hue[1] (they have a
simple REST API). When I try to do a GET request with Zinc like this:
ZnClient new
url:
'http://192.168.0.115:80/api/1028d66426293e821ecfd9ef1a0731df/lights/';
get
I get a “ConnectionClosed: Connec
Hi,
Once I have cloned my github repository and committed changes locally, how
do I actually get those changes back to github? I went to synchronize
repository > push > publish all, and it has a loading bar for a few seconds
that says "pushing local commits to origin," but github reflects no
chang
Hi All,
I am having trouble setting up iceberg to access my repository via ssh.
On the command line I assess it via: git clone u...@server.com:/proj/proj.git
and all works as expected.
When adding trying to add the same repository to iceberg I get a parseUrl
error thrown from class IceScpRemote
Joachim,
It works for me:
String streamContents: [ :out |
(NeoCSVWriter on: out)
addField: #x; addConstantField: String empty; addField: #y;
nextPutAll: { 1@2. 3@4 } ].
=> '"1","","2"
"3","","4"
'
What is the value of the instance variable #fieldWriter inside NeoCSVWriter ?
It