Mike Stoddart

Results 32 issues of Mike Stoddart

A warning popped up in Chrome while using EventJS: ` 'SVGElement.offsetWidth' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details. Event.js:857 SVGElement.offsetHeight' is...

Could you add the centre coordinates of the pinch gesture to the object? ``` Event.add(window, "gesture", function(event, self) { console.log(self.gesture, self.fingers, self.state, self.rotation, self.scale, self.centre); }); ``` If this isn't...

enhancement

When I drag the browser window and reduce its width, the page is responsive as expected. However, the calendar buttons for "month", "week" and "day" don't fit on the reduced...

Do I have to manually create the keyspace in Cassandra? Or is it automatically created during the syncdb? ``` File "/usr/lib/python2.7/site-packages/alexandra-0.1-py2.7.egg/alexandra/__init__.py", line 6, in client = pycassa.connection.Connection(settings.CASSANDRA_KEYSPACE, settings.CASSANDRA_CLUSTER) File "/usr/lib/python2.7/site-packages/pycassa-1.4.0-py2.7.egg/pycassa/connection.py",...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior While writing a new toot, if I manually enter a hash...

suggestion

Currently stringcase can do this: `stringcase.alphanumcase('Foo_123 Bar!') # =>'Foo123Bar'` Is there anyway to do this: `stringcase.alphanumcase('Foo_123 Bar!') # =>'foo123Bar'`

I browsed through the source but I couldn't see any examples of decoding an mDNS packet - does pcap4j provide this capability? Thanks

Pinch events don't work on Chrome or Firefox on my Android phone. They also don't work on XCode's iPhone simulator, but I can't verify it works on a real Apple...

I know this sounds odd given that the logger writes to Django's console output, but a syslog logger would be useful for my debugging my current project.

After starting Kafka using docker-compose and visiting `http://localhost:8002`, I get a popup dialog that says: > D3 v2 is going to be deleted. Please migrate to v4 ASAP. See go/d3v4...