Gilbert Pellegrom

Results 31 comments of Gilbert Pellegrom

Yes we could make it a JSON file (or YAML for that matter). But it would be very brittle. What happens if you spell a filename wrong in the list,...

Need to make sure category index.md files can be seen (currently you would hit a 404 visiting /index).

It is probably quite "bloggy" but might still be useful to have. I imagine it would work like this: If a user visits a folder without an index.md the page...

For anyone else stumbling upon this, I found the solution. Assuming you've set your security variables when initialising the client, you can simply call `transform` to get the signed URL...

I second being able to disable the default CSS import. I'm having an issue where the imported CSS is causing my build to fail with: ``` postcss-import: @charset must precede...

Sure, but it would be nice to have the command as part of vessel itself.

@sombodi Can you provide us with more details as to what you were doing when this error occurred?

What exactly is happening when you put too much data into it? Would you be able to send us the error you are seeing?

@jamieburchell The data never get's sent to any servers (the app is entirely front-end JS only). I'll try testing with some large datasets and see if I can recreate.

This is fixed in #147