Raffaele Sena

Results 13 issues of Raffaele Sena

Trying to build this (imported by some other package) on MacOS 11.2 Beta, with Xcode 12.3 / Apple clang version 12.0.0 (clang-1200.0.32.28), go version go1.15.5 darwin/amd64 I am getting: #...

path.filepath.Clean is SYSTEM DEPENDEND (and I suspect it changes "/" with "\") but it's used in writeURI to "clean" a URL (with "/"). use path.Clean instead (but I didn't want...

The AWS implementation of memcached adds a new command "config" (for now only "config get cluster") that returns the list of hosts in the cluster, for auto-discovery. I would like...

enhancement
Hacktoberfest

Just found this other memcached pure python client that may be worth mentioning in the list of other clients: https://github.com/jaysonsantos/python-binary-memcached It implements the binary protocol and support a "cluster" of...

enhancement

This definition works: class X(object): def __init__(self, x): self.x = x def __str__(self): return "my name is %s" % self.x This doesn't: class X(object): def __init__(self, x): self.x = x...

bug

It assumes options (readlink -f) and tools (apt) that are only available on certain versions of Linux. I'll submit a pull request, at least for macos, once I have something...

The application tries to load the images from the current directory, and if they are not there it crashes. Best thing would be to embed the images in the binary...

The window is really tiny on my Macbook w/ retina display so I have added the option to specify the initial window size and allow resizing.

Go 1.6 has more restrictions in the use of cgo and Go pointers and the current implementation breaks in various places with various errors "panic: runtime error: cgo argument has...

See https://github.com/ultralight-ux/Ultralight/issues/133