Chris Harding
Chris Harding
This repo is the number one result for "worm ebook". The author has explicitly said he doesn't mind people making their own ebooks but that publicising such methods damages his...
It would be great if we could generate programming guides using markdown template files which have a Table of Contents in the sidebar, just like Apple programming guides. Example: https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html%23//apple_ref/doc/uid/TP40011210
I've been playing around with linear damping as an alternative to the elastic tween timing functions. I have some code that is able to better mimic (I think) the iOS...
To reproduce, go to Settings -> Edit Profile in a generated Petal app. If you make changes first to the name, and then profile image, the name changes are lost...
The screenshots show an iPad version but this doesn't actually appear to be fully implemented?
I'm experiencing several seconds of lag after pressing my window hints hotkey. Other Mjolnir hotkeys work instantly. This obviously makes window switching unusable. Am I doing something wrong?
Love this concept, but I think the watch would be much more attractive if the text was always vertically centred, regardless of how many lines there are,
Following the Svelte docs for creating a simple store, I can't import the exported variable.
It seems like cxx rejects `Vec` as a supported type, though `Vec` and `[T; N]` are both supported individually. Steps to reproduce: ``` // main.rs include!("include/foo.h"); #[cxx::bridge] pub mod ffi...