Juho Vepsäläinen
Juho Vepsäläinen
Hi, Is it possible to resume multi-part uploads? Just came by this, http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-upload.html . Apparently S3 should support that.
You can copy the basic idea from https://github.com/webpack/react-starter .
Maybe it would make sense to allow the user to define a custom column with room for custom controls like `delete` (simply X with confirmation) or `edit` (could open a...
It looks like setting a color by name to some DOM element and retrieving it returns it in a sensible format (rgb(255,255,255) in Chrome). I need to check how that...
For some reason cursor value does not get derived correctly at "end" handler. It seems pageX and clientX values are incorrect in this case. Perhaps a possible workaround would be...
It might make sense to decouple the loader from highlight.js. Maybe it could still remain as default. Allowing it to be replaced with something else could be a good move.
1. Surf to https://johnthethird.github.io/makona-editor/ 2. Examine console. You should see lines like ``` [blocked] The page at 'https://johnthethird.github.io/makona-editor/' was loaded over HTTPS, but ran insecure content from 'http://react.zpao.com/builds/master/latest/react-with-addons.js': this content...
Currently `--config` is expected to return an object structure. Kotatsu then deals with merging based on that. It might be beneficial to support function style as well to provide an...
If you try to build without the output directory set (i.e. `kotatsu build client --babel --config ./webpack.config.js`), it doesn't indicate where it builds. It could be a good idea to...