Andrew Phillipo
Andrew Phillipo
Great! Should we try abstracting away Paths/sending files with a behaviour or does it become too abstract at that point? I'm thinking about this to support the following: 1) /some/file/path.jpg...
- [ ] match on the name if it begins with http(s):// for now - [ ] HTTPoison for making the request - [ ] Seems we should maybe use...
Okay so following that maybe the config can include a list of domains/paths that we allow you to load an image from; for example cdns or s3 etc. and obviously...
Hmmm. Thanks for the heads up, it'd be good if you do it because I'm so busy right now. I think we should have a discussion about caching the output....
Ah thumbor is excellent but it's written in python so dog slow! You need to put a caching reverse proxy in front of it otherwise it'll fall on it's ass...
Please note that Phoenix 1.3 rewrites the generators pretty much so if you want this it might be best to move over to extending the new ones...
@Eiji7 Surely it's going to add a lot of overhead if you don't need this though? Maybe it should be Floki.preserve_inter_tag_spaces and documented to say that it will copy the...
Building HTML parsers is very difficult - I want to use Servo's for this eventually... https://github.com/servo/html5ever
My columns are even more broken than this. I would suggest that the plugin move over to using and for sizing the columns on both tables.
I fixed this in my branch. It was that the TR used to space out the table did not contain any TDs - i've adapted the griddle source to support...