Raymond Hill
Raymond Hill
@pbagnall : it is by design, for performance purpose, otherwise the algorithm would have been significantly slower, and quite different too. This is the side-effect of having an algorithm which...
@WilliamStam: "word then character delims seems to actually work" I suppose it is ok as long as you know there won't be large amount of text to process, you will...
@WilliamStam "i changed it to" Cool then. You could also try using your own delimiters instead of the stock ones, not sure I can predict what would happen though: ```...
> But maybe the tooltip is wrong? Yes, I should change it to something more accurate, like "Save all temporary changes in the current matrix" (or whatever better suggestion anybody...
This has been asked before in #201: unfortunately the cloud storage is rather small (along with other limitations), and although an installation HTTP Switchboard without too much customization would work,...
> Are the settings files stored in a specific location by the extension The extension relies on [chrome.storage.local](https://developer.chrome.com/extensions/storage) and the [File API](http://dev.w3.org/2009/dap/file-system/pub/FileSystem/), and these are sandboxed storages, can't be seen...
The most crippling limit in chrome.storage.sync is `QUOTA_BYTES_PER_ITEM`, set at 4196 bytes. This limit would be hit quite fast in HTTPSB. I guess at this point the URL idea is...
Well, ultimately if I want to address it this way I would go the simpler path of just streaming the whole save data and chunkifying it into suitably-sized chunks. But...
Well this can be addressed still by quantizing block size in which each scopes are saved to leave space for changes. Point is there is more than the scoped rules...
`Cookie` headers are stripped when the cookie cell associated with a specific destination is in block mode. For `POST` requests, are there use cases for when we want the requests...