Samuel Dillow

Results 39 comments of Samuel Dillow

I think the problem might be that we're not calling the latest render API calls. I'm planning on rewriting that soon, so it shouldn't be a problem. Problem is my...

Thanks, man. On Mon, Apr 11, 2016 at 2:29 PM Asier Illarramendi [email protected] wrote: > I've created an issue at Discount > https://github.com/Orc/discount/issues/142 since it's the library used > for...

If I ever get back into this, then we can shred `discount`. Using modern tech it'll be really easy to implement a markdown generator. The only problem is that I...

If you're still out there, you could try adding `litcoffee` to info.plist ``` diff diff --git a/Info.plist b/Info.plist index 57b766f..ebf3f92 100644 --- a/Info.plist +++ b/Info.plist @@ -88,6 +88,7 @@ mdwn...

There is a hack to fix this. Set the main view controller `view.frame.origin.x` to a nonzero number before hiding the native status bar. I personally use `0.001`.

More examples that bit me this week: ```gdscript var poweroftwo = 2 ** 4 # Results in the following, which breaks the compiler # var poweroftwo = 2 * *...

Duplicate of #653 #601 #602 #609 Resolved in #605

Interesting. I'll see if I can figure something out.

Interesting. I don't know how to try your PR yet. I worked a few minutes on it, but wasn't able to figure it out. npm install i -DE typeorm/typeorm#b82bb70 ```sh...