Jeremiah
Jeremiah
Same here with Ubuntu. I changed the `blue` value to match the `black` value for now.
Not that I have encountered. Been running happily with the change locally.
Sure. I don't keep the NodeJS process running. I run a script on demand and the database is not deleted each time. I can tell because when it pulls from...
Crap. Fell asleep. Maybe if we just put a bail out in there if `GetCurrentParkSchedule()` returns null?
I second this.
I'm experiencing the same issue with the JsonProvider and the workaround doesn't seem to work for me. **Lib** namespace TrelloConnectFSharp open FSharp.Data module Trello = type Boards = JsonProvider let...
Isn't that what this is doing `JsonProvider`? Should I be manually loading this as a resource file in the Lib?
Right, I understand that, however the Library will compile successfully which lead me to believe it was working as is. I'm still not clear as to if I need to...
@ArtemyB Thank you! I'll give that a try! Might be out of context here, but is there anyway to alias the result of `.Parse` instead of using `Root` as the...
Okay. I apologize for nudging this one again. I gave up after a while and now I'm back at it trying to figure it out. Here's what I have done...