Oliver Morgan

Results 28 issues of Oliver Morgan

http://g.raphaeljs.com/dotchart.html The example isn't showing the "12am" label

It's not the largest library in the world, this shouldn't be too hard

A boring job but it has to be done eventually!

The difficultly with extending native methods is that other libraries can do the same thing. There should be a mechanism that warns the user if an existing method is being...

refactor

Due to Mozilla's inability to supply inline comments in functions when .toString() is called on them.

I really miss enumerable flags/bit masks from C#. Something like: var enum = new Enum('a', 'b', 'c', 'd'); var mask = enum.a | enum.b; if (mask & enum.a) // true...

feature

### Related Template(s) Spanner Change Stream ### What feature(s) are you requesting? Would be great to have a dataflow template that streams changes from spanner to elastic search to keep...

addition
p2
needs triage

@atilag having a lot of success with your BluetoothSerialPortServer, but for my use case I also needed to know the local bluetooth address of the server. It would be great...

enhancement

Full summary of what is wrong is here: https://stackoverflow.com/questions/50240232/cosmos-db-rest-api-order-by-with-partitioning Basically CosmosDB has some hacks that allow ORDER BY queries but it requires implementation within the SDK itself, otherwise you get...

enhancement

Like you have: `GoodJob.active_record_parent_class = "ApplicationRecord"` Would be good to have similar for the dashboard: `GoodJob.dashboard_controller_parent_class = "ApplicationController"` Where we can control things like authentication more easily, for example we...